I want to disppay forum or category on certain pages or posts. Is there any shortcut key to display ?Â
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/
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
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.Â
Thanks alot. I will check on it. 🙂