Opened 16 years ago

Closed 16 years ago

#494 closed Defect (fixed)

forum_user_posts.php shows forum controls

Reported by: Ananas Owned by: davea
Priority: Trivial Milestone: Undetermined
Component: Web - Forums Version:
Keywords: Cc:

Description

forum_user_posts.php line 35 (Rev. 14261)

show_post($post, $thread, $forum, $logged_in_user, 0, $n+$offset+1);

should be

show_post($post, $thread, $forum, $logged_in_user, 0, $n+$offset+1, false);

in order to suppress the forum controls in the user posts list

Change History (1)

comment:1 Changed 16 years ago by davea

Resolution: fixed
Status: newclosed

(In [14262]) - user web: don't show controls in user post list; fixes #494

Note: See TracTickets for help on using tickets.