Ive added a banner like Mybb forums have, but they go to the forum rules.
http://metulburr.com/index.php
This shows permanently to all users. Is there a way to show it to users with under 25 post count? Or to show to a specific user group?
the code bit (if you need it) is at the header template
EDIT:
For a quick fix, i put the banner under guest only, but i would rather have it based on post count. But it was much faster and simpler to just add it to guest.
http://metulburr.com/index.php
This shows permanently to all users. Is there a way to show it to users with under 25 post count? Or to show to a specific user group?
the code bit (if you need it) is at the header template
<p class="newsbit">Please read the <a href="{$mybb->settings['bburl']}/showthread.php?tid=24&pid=33#pid33">Forum Rules</a> before posting. </p>
EDIT:
For a quick fix, i put the banner under guest only, but i would rather have it based on post count. But it was much faster and simpler to just add it to guest.