
10-01-2010, 08:35 PM
|
 |
|
|
Join Date: Feb 2010
Location: Thailand
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Jack12
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 
|
Thanks, it works now.
Installed and rated 5*!
|