Changes between Initial Version and Version 1 of Ticket #2698, comment 5
- Timestamp:
- 10/05/2014 02:39:28 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2698, comment 5
initial v1 12 12 > Access to this resource on the server is denied! 13 13 14 Strange! .. it works fine for me too.. maybe it's a server configuration problem or your IP in the blacklist.. anyway.. it's an example that you can do it with the existing bbPress code and the WordPress permalinks API..14 Strange! .. it works fine for me.. maybe it's a server configuration problem or your IP in the blacklist.. anyway.. it's an example that you can do it with the existing bbPress code and the WordPress permalinks API.. 15 15 16 16 what you will need to do.. is using add_permastruct() & add_rewrite_tag() functions to Add the numeric permalink structure for bbPress topics or replies. and then filter the "rewrite_rules_array" WP filter to change the bbPress topics or replies rewrite rules.. and finally change the the topic or reply link by filtering "post_type_link" WP filter.