Hi Robdog,
Thank you for the great tutorial, almost everything I have tried is working perfectly from custom route to custom tabs and sub menus, php...... However how did you get the pages to work outside your forum directory?
For example:
I have my forum located at
site.com/forum/
By following your tutorial my new pages are displaying like this:
site.com/forum/en/advertise/
site.com/forum/en/privacy/
site.com/forum/en/mycustompage/
......
How did you do it so that the pages are working like this:
site.com/en/advertise/
site.com/en/privacy/
site.com/en/mycustompage/
Do you need a custom .htaccess file under site.com/ do you create extra .php files for each page to go under the site root?
Thank you