The Arcive of vBulletin Modifications Site. |
|
Register to reply button in postfoot for guests Details »»
|
|||||||||||||||||||||||||||||
|
Register to reply button in postfoot for guests
Developer Last Online: Nov 2017
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']"> Code:
<vb:if condition="$post['replylink'] AND $show['member']"> Code:
<vb:if condition="$show['multiquote_post']"><span class="seperator"> </span></vb:if> </vb:if> 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> 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 Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Actually, a good idea, I've done this before (similar) but did not think to share so hats off from Supes
.Edit: Not marking as installed but I did vote, 5 stars for concept and implementation .
|
|
#3
|
||||
|
||||
|
I actually agree as its very simple and the fact that its "under the nose" can often be reason someone will register and reply.
Well thought..... less is more |
|
#4
|
||||
|
||||
|
tnx installed
|
|
#5
|
||||
|
||||
|
Agree w/TheLastSuperman. I'm not running vB4, but 5 stars for a great idea and share.
|
|
#6
|
||||
|
||||
|
Would this work for all 4.x.x versions?
|
|
#7
|
||||
|
||||
|
cant see why not its straight forward code
|
|
#8
|
||||
|
||||
|
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']"> Code:
<vb:if condition="$post['replylink'] AND $show['member']"> Code:
alt="{vb:rawphrase multi_quote_this_message}" /> </a>
</vb:if>
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> Also, thanks for all the kind words guys
|
|
#9
|
|||
|
|||
|
reserved thank you
|
|
#10
|
|||
|
|||
|
Great simple idea. Thanks!
|
![]() |
|
|