How to add forum Pa...
 
Notifications
Clear all

[Closed] How to add forum PageID

3 Posts
2 Users
1 Likes
8,902 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 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: 8 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: 8 years ago
Posts: 10503
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.