I am having a nightmare with modifying bbPress links. I want to switch from PHPBB to bbPress and keep my links.
I've manage to do some changes to the permalinks and found them in:
bb-includes/template-functions.php
- function get_forum_link - create forum link output but do not interferes with pagination
- function get_page_number_links - paggination???
bb-includes/template-functions.php
- function bb_get_uri_page - paggination links
- bb_repermalink - create forum link output and gives an useless and annoying 301
Am I missing something?