Heisenberg submitted a new resource:
You must be registered for see links
- Rules when you reply to a threadvB Version: 3.8.x
Many people have asked how to insert the rules when the members reply (not in quick reply) to a thread.
Now how do you explain.
Open editor_toolbar_on template and add above all this code:
Code:<if condition="THIS_SCRIPT == 'newreply'"> <if condition="$show['member']"> <strong>Hello $bbuserinfo[username]! We ask that you follow these simple rules:</strong><br /> <ul> <li>First rules. </li> <li>Second rules. </li> <li>Third rules. </li> </ul>...
You must be registered for see links
Last edited:
