How to fix incorrec...
 
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Closed] How to fix incorrect forum PageID

1 Posts
1 Users
2 Reactions
5,936 Views
Robert
(@robert)
Support Team Admin
Joined: 9 years ago
Posts: 10616
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