Quote:
Originally Posted by goran424
Would this work for all 4.x.x versions?
|
Hi, I saw you were running 4.0.2 so I tested it and there is one little change in the code you need to search for, I'll put all the instructions here.
Find
Code:
<vb:if condition="$post['replylink']">
Replace with
Code:
<vb:if condition="$post['replylink'] AND $show['member']">
Find
Code:
alt="{vb:rawphrase multi_quote_this_message}" /> </a>
</vb:if>
Add After
Code:
<vb:if condition="$show['guest']">
<a id="qrwq_5837" class="newreply" href="http://YOUR FORUM URL/register.php" rel="nofollow"><img id="quoteimg_5837" src="clear.gif" alt="Reply With Quote" /> Register To Reply</a>
</vb:if>
You should be all good to go after that.
Also, thanks for all the kind words guys