Back to vBulletin 3.8 Template Modifications

Hide Lastest Post From Guests
Mod Version: 1.00, by Eplexx

vB Version: 3.8.x Rating: (1 vote - 5.00 average) Installs: 4
Released: 17 Apr 2011 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code Translations  

I just wanted to disable guests from viewing the last post so I edited the last post. Looks like this:



You can customize the message, color etc.

How to do it:

1. Goto: forumhome_lastpostby and put this code at the top:
Code:
<if condition="$show['guest']">
<font color="#ff0000">[Register to see last post]</font>
</if>
2. Find:
Code:
<if condition="$show['lastpostinfo']">
and add this above:
Code:
<if condition="$show['member']">
3. Find:
Code:
<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
and add this below:
Code:
</if>
If you have any issues just post and I can help you, there are loads of things you'd be able to but I just customized it for disabling the guest viewing.

Download

No files for download.

Similar Mods

Mini Mods Hide What's going on from guests! vBulletin 4.x Template Modifications
Show Thread Enhancements Hide Random Posts From Guests And Lurkers vBulletin 4.x Add-ons

vblts.ru supports vBulletin®, 2022-2024