Opened 17 years ago
Closed 17 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
Note: See
TracTickets for help on using
tickets.
(In [14262]) - user web: don't show controls in user post list; fixes #494