How to fix incorrec...
 
Notifications
Clear all

[Closed] How to fix incorrect forum PageID

1 Posts
1 Users
2 Likes
5,167 Views
Robert
(@robert)
Support Team Admin
Joined: 8 years ago
Posts: 10503
Topic starter  

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.


   
N3k0 and Anonymous reacted