Back to vBulletin 4.x Template Modifications

Register to reply button in postfoot for guests
Mod Version: 1.00, by Jack12

vB Version: 4.0.6 Rating: (22 votes - 4.95 average) Installs: 120
Released: 28 Aug 2010 Last Update: Never Downloads: 0
Not Supported Template Edits Code Changes Re-usable Code Translations  

This is just a simple little edit that changes the reply with quote button, to a register to reply button that points to a register page instead of a no permissions page.

INSTRUCTIONS: Open postbit or postbit_legacy template depending on your forum setup.

Find:
Code:
<vb:if condition="$post['replylink']">
Replace with:
Code:
<vb:if condition="$post['replylink'] AND $show['member']">
Find:
Code:
<vb:if condition="$show['multiquote_post']"><span class="seperator">&nbsp;</span></vb:if>
</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>
Replace "YOUR FORUM URL" with your forum path, save template and you should be all good to go.

I am by no means an experience coder, but can find my way around php. If you have any problems please let me know and I will do my best to help. Enjoy.

You can see it working here: http://forums.epczone.net

Download

No files for download.

Screenshots

Click image for larger version
Name:	reply.jpg
Views:	840
Size:	3.3 KB
ID:	121371  

Similar Mods

Register link for guests, User CP link (or button) for members. vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024