[buddypress-trac] [BuddyPress] #1548: missing edit/delete button on forum topics
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Mon Jan 18 23:57:54 UTC 2010
#1548: missing edit/delete button on forum topics
------------------------+---------------------------------------------------
Reporter: chouf1 | Owner:
Type: defect | Status: new
Priority: major | Milestone: 1.2
Keywords: needs-patch |
------------------------+---------------------------------------------------
Changes (by hempsworth):
* cc: hempsworth (added)
* keywords: => needs-patch
Comment:
Line 885 of bp-forums-templatetags.php disables the admin links if it's
the first post in a topic, however it's counting the first post on
paginated outputs as the first in the whole topic.
This is the specific piece needing a look at...
{{{
/* Never show for the first post in a topic. */
if ( 0 == $topic_template->current_post )
return;
}}}
--
Ticket URL: <http://trac.buddypress.org/ticket/1548#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list