How can I remove "Posting Rules" in every thread?
This is a discussion on Remove: Posting Rules within the General Discussion forums, part of the vBSEO SEO Plugin category; How can I remove "Posting Rules" in every thread?...
How can I remove "Posting Rules" in every thread?
In your showthread template find:
and remove that.HTML Code:<td class="smallfont" align="$stylevar[left]"> $forumrules </td>
The Forum Hosting - Forum Hosting from the Forum Experts
I found it better to remove the posting rules from every template.
Do a search and replace in all your templates
Search for
and replace it with$forumrulesIt will remove those rules from each of your templates. I think there are 10 instances of those rules in templatesCode:
You might want to just comment them out instead, so that you could easily re-enable it in the future should you ever decide to do so.