I would like it to place the Disclaimer at the bottom of the forum and to be at that position permanently.
You can add this into the footer of your website and then give it a class along the lines of .forum-disclaimer
Then inside your stylesheet do something like:
.forum-disclaimer { display:none; }
.bbpress .forum-disclaimer { display:block; }
Good luck!
Lynqoid,
the BB Press is running under a wordpress theme.
The above code to be added onto the plugin >bbPRess >Edit ?
Can I paste the code mentioned below
.forum-disclaimer { display:none; }
.bbpress .forum-Disclaimer
Please take note that this forum responses are for your reference only. Members are not related to any companies and they did it out of voluntarily based on their usage or experienced told by others. Therefore, MJ HUB Pte Ltd and members will not be held responsible on the accuracy of the information being provided in this forum. For affirmation, please contact main supplier on your doubts. { display:block; }
I’d suggest you create a WordPress page and use the shortcode [bbp-forum-index] and then after that short code at your disclaimer text and style accordingly.
nice, i got what you mean. Thanks folks