demonfatal
01-03-2011, 10:00 PM
This modification hide the Last post date and time on FORUMHOME and FORUMDISPLAY...See the screenshot for example https://vborg.vbsupport.ru/external/2011/01/22.gif
https://vborg.vbsupport.ru/attachment.php?attachmentid=125221
================================================== ===========================================
https://vborg.vbsupport.ru/attachment.php?attachmentid=125222
And here we go:
------------------------------------------------------------------------------------------------------------------
Open the forumhome_lastpostby template and find:
<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:
<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:
<dd>{vb:raw memberaction_dropdown}
<dd>{vb:raw thread.lastpostdate} <em class="time">{vb:raw thread.lastposttime}</em>
Replace with:
<dd>{vb:raw memberaction_dropdown}<vb:if condition="$show['guest']">
<vb:else />
<dd>{vb:raw thread.lastpostdate} <em class="time">{vb:raw thread.lastposttime}</em>
</vb:if>
------------------------------------------------------------------------------------------------------------------
https://vborg.vbsupport.ru/attachment.php?attachmentid=125223
================================================== =========================================
https://vborg.vbsupport.ru/attachment.php?attachmentid=125224
If you installed this hack please Click "Mark as Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=256487)"
Enjoy! https://vborg.vbsupport.ru/external/2011/01/23.gif
https://vborg.vbsupport.ru/attachment.php?attachmentid=125221
================================================== ===========================================
https://vborg.vbsupport.ru/attachment.php?attachmentid=125222
And here we go:
------------------------------------------------------------------------------------------------------------------
Open the forumhome_lastpostby template and find:
<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:
<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:
<dd>{vb:raw memberaction_dropdown}
<dd>{vb:raw thread.lastpostdate} <em class="time">{vb:raw thread.lastposttime}</em>
Replace with:
<dd>{vb:raw memberaction_dropdown}<vb:if condition="$show['guest']">
<vb:else />
<dd>{vb:raw thread.lastpostdate} <em class="time">{vb:raw thread.lastposttime}</em>
</vb:if>
------------------------------------------------------------------------------------------------------------------
https://vborg.vbsupport.ru/attachment.php?attachmentid=125223
================================================== =========================================
https://vborg.vbsupport.ru/attachment.php?attachmentid=125224
If you installed this hack please Click "Mark as Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=256487)"
Enjoy! https://vborg.vbsupport.ru/external/2011/01/23.gif