#2448 closed defect (bug) (fixed)
Front end User's profile topics & replies slug trouble
Reported by: | imath | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.4.1 | Priority: | normal |
Severity: | normal | Version: | 2.4 |
Component: | Component - Users | Keywords: | has-patch |
Cc: |
Description
Hi,
I've noticed that topics and replies slugs were hardcoded in /includes/users/template.php in functions :
- bbp_get_user_topics_created_url() at line 1315
- bbp_get_user_replies_created_url() at line1375
I suggest to respectively use :
- bbp_get_topic_archive_slug() instead of 'topics'
- bbp_get_reply_archive_slug() instead of 'replies'
Else, the customized slugs set from forum settings is not working. I've attached a diff to this ticket
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
dublicate #2447