Notifications
Clear all

[Closed] Is there way to insert certain forum on posts or pages ?

5 Posts
2 Users
0 Likes
1,031 Views
Posts: 3
Topic starter
(@niyan)
Active Member
Joined: 5 years ago

I want to disppay forum or category on certain pages or posts. Is there any shortcut key to display ? 

4 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @niyan,

You can use wpForo shortcodes in Page content:

e.g. [wpforo item="forum" id="2"] - Loads forum with ID = 2. On this page, you can see all subForums and Topics of the ID=2 Forum.

More info here:   https://wpforo.com/docs/root/getting-started/forum-page/wpforo-shortcodes/

Posts: 3
Topic starter
(@niyan)
Active Member
Joined: 5 years ago

I appreciate your help. I used shortcodes to show forum but what i face problem is, if user is not logged in and trying to add topics then login/register popup is not working. Also, social icon is not showing.

please find the link for reference :

https://www.nbk.com.np/bsc-csit-introduction-to-information-technology/#1549712978482-2be61077-ec45

Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @niyan,

You have a JavaScript error on your website. This error affects wpForo front-end buttons.  

Here is the error:

Uncaught TypeError: Cannot set property 'onsubmit' of undefined

This kind of problem is usually caused by either a conflict with your theme or with other plugins. Please deactivate plugins any by one and check after each deactivation. 

Posts: 3
Topic starter
(@niyan)
Active Member
Joined: 5 years ago

Thanks alot. I will check on it. 🙂