Opened 17 years ago
Closed 17 years ago
#1548 closed defect (bug) (fixed)
missing edit/delete button on forum topics
| Reported by: | chouf1 | Owned by: | hempsworth |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | Keywords: | has-patch | |
| Cc: | hempsworth |
Description
wpmu 2.8.6 stable
BP 1.1.3 stable
A long tread with 15 topics on each page (total 3), on each first topic at the top of the list, the edit/delete button isn't appearing.
the button is on all the other topics...
you can view here:
http://buddypress-fr.net/bpdemo/groups/utilisation-configuration-optimisation-de-buddypress/forum/topic/le-logo/?topic_page=2&num=15
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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...