Back to vBulletin 4.x Template Modifications

[vB4.X.X] Hide Last Post Date & Time For Guests
Mod Version: 1.00, by demonfatal

vB Version: 4.x.x Rating: (0 vote - 0 average) Installs: 8
Released: 04 Jan 2011 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code Translations  

This modification hide the Last post date and time on FORUMHOME and FORUMDISPLAY...See the screenshot for example


================================================================================ =============


And here we go:
------------------------------------------------------------------------------------------------------------------

Open the forumhome_lastpostby template and find:
Code:
    <p class="lastpostdate">{vb:raw lastpostinfo.lastpostdate}<vb:if condition="!$show['detailedtime']">, <span class="time">{vb:raw lastpostinfo.lastposttime}</span></vb:if></p>
<vb:else />
    <span class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <vb:if condition="!$show['detailedtime']"><span class="time">{vb:raw lastpostinfo.lastposttime}</span></vb:if></span>
Replace with:
Code:
<vb:if condition="$show['guest']">
<vb:else />
    <p class="lastpostdate">{vb:raw lastpostinfo.lastpostdate}<vb:if condition="!$show['detailedtime']">, <span class="time">{vb:raw lastpostinfo.lastposttime}</span></vb:if></p>
</vb:if>
<vb:else />
<vb:if condition="$show['guest']">
<vb:else />
    <span class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <vb:if condition="!$show['detailedtime']"><span class="time">{vb:raw lastpostinfo.lastposttime}</span></vb:if></span>
</vb:if>

------------------------------------------------------------------------------------------------------------------

Open the threadbit template and find:
Code:
            <dd>{vb:raw memberaction_dropdown}
            <dd>{vb:raw thread.lastpostdate} <em class="time">{vb:raw thread.lastposttime}</em>
Replace with:
Code:
            <dd>{vb:raw memberaction_dropdown}<vb:if condition="$show['guest']">
&nbsp;
<vb:else />
            <dd>{vb:raw thread.lastpostdate} <em class="time">{vb:raw thread.lastposttime}</em> 
</vb:if>

------------------------------------------------------------------------------------------------------------------


================================================================================ ===========


If you installed this hack please Click ""

Enjoy!

Download

No files for download.

Screenshots

Click image for larger version
Name:	hd1.png
Views:	439
Size:	12.9 KB
ID:	125221   Click image for larger version
Name:	hd11.png
Views:	423
Size:	8.4 KB
ID:	125222   Click image for larger version
Name:	hd2.png
Views:	423
Size:	8.9 KB
ID:	125223   Click image for larger version
Name:	hd22.png
Views:	415
Size:	8.1 KB
ID:	125224  

Similar Mods

Mini Mods Hide Last Post Date For Guests vBulletin 3.8 Add-ons

vblts.ru supports vBulletin®, 2022-2024