How many threads and posts since your last visit!
This modification is in the archives.
PLEASE CLICK ON THE INSTALL BUTTON IF YOU INSTALLED THIS! THANKS!
What does this hack do? This hack basically shows the number of new threads and posts since your last visit, in the navbar (under your nick.) Check out the attached screenshot for more information Installation This is a pretty simple hack to install. Instructions are as follows: FILE MODIFICATIONS global.php TEMPLATE MODIFICATIONS navbar PHRASES navbar_sincelastvisit OPEN global.php AND FIND PHP Code:
echo "End call of global.php: $aftertime\n";
UNDER IT, ADD PHP Code:
# SINCE YOUR LAST VISIT
UNDER IT, ADD PHP Code:
# SINCE YOUR LAST VISIT
HTML Code:
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if> HTML Code:
<br /><phrase 1="$getnewthread[threads]" 2="$getnewpost[posts]" />$vbphrase[navbar_sincelastvisit]</phrase> WITH THE FOLLOWING CONTENT: Code:
There have been {1} threads and {2} posts since your last visit! Screenshots Attached Download No files for download. Screenshots
|
Similar Mods
New Posts & Threads Since Last visit | vBulletin 3.5 Add-ons |
[Release] Since your last visit X posts and X threads. (2.0!) | vBulletin 2.x Template Modifications |