Heisenberg submitted a new resource:
You must be registered for see links
- Disable buttons for a response from the first quote in the messagevB Version: 4.1.4
What does it do?
Can not quote the first to post threads.
In the postbit_legacy template, Find:
Code:<vb:if condition="$post['replylink']">
Add above it:
Code:<vb:if condition="$thread['replycount'] == 0"><vb:else />
The same template, Find:
Code:</span> <span class="postlinking">
Replace with...
Code:</vb:if> </span> <span class="postlinking">
You must be registered for see links
Last edited: