How to add forum Pa...
 
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 add forum PageID

3 Posts
2 Users
1 Reactions
10.1 K 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 doesn't exists in database 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:

INSERT INTO $options VALUES (NULL, 'wpforo_pageid', X, 'yes');

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.


   
(@ginaiahcp)
New Member
Joined: 9 years ago
Posts: 2
 

Okay done -- could you please take a look at the page -  http://www. nurseadvisormagazine .com/forum/

should i follow this sql executioner method next?


   
Robert
(@robert)
Support Team Admin
Joined: 9 years ago
Posts: 10616
Topic starter  

Hi ginaiahcp,

all is good with your forum, you don't need to execute any SQL.

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.