Topic starter
07/09/2016 7:18 pm
wpForo saves PageID of forum page in wp_options tables. If this option value is incorrect you'll not be able to see forums on website. Please follow to these steps:
1. Navigate to Dashboard > Pages and find forum page
2. Click on edit link and find PageID in address bar:
3. Go to Dashboard > Plugins and Install "SQL Executioner" plugin.
4. Navigate to Tools > SQL Executioner, put this SQL in Query Textarea and click on Execute SQL button:
UPDATE $options SET `option_value` = X WHERE `option_name` = 'wpforo_pageid'
Change X to PageID you've found in step #2 mentioned above.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.