Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #2698, comment 5


Ignore:
Timestamp:
10/05/2014 02:39:28 PM (10 years ago)
Author:
alex-ye
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2698, comment 5

    initial v1  
    1212> Access to this resource on the server is denied!
    1313
    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..
     14Strange! .. 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..
    1515
    1616what 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.