The Arcive of vBulletin Modifications Site. |
|
How many threads and posts since your last visit! Details »»
|
|||||||||||||||||||||||||||
|
How many threads and posts since your last visit!
Developer Last Online: Jun 2020
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:
UNDER IT, ADD PHP Code:
UNDER IT, ADD PHP Code:
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 ![]() Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Hmmm might actually do this one.
|
|
#3
|
|||
|
|||
|
good job man, thanks for the hack!
*clicks install* MGM out |
|
#4
|
||||
|
||||
|
Installed, works smoothly.
|
|
#5
|
||||
|
||||
|
nice one this will help with making a custom Welcome panel
|
|
#6
|
||||
|
||||
|
Shame I didn't get to release my version that I did ages ago
|
|
#7
|
|||
|
|||
|
Does it actually show new threads, or will a thread show as new if there is a new post in it?
|
|
#8
|
||||
|
||||
|
Both.
|
|
#9
|
|||
|
|||
|
i'm new to vb and i wanna try to add hacks and stuff to my board. i found the global.php file on the server but i couldn't find the navbar template file. to make things easier for me, is there a site or list somewhere showing where all the files are installed into which folder or whatever? oh yeah, will this work for vb3 gamma?
|
|
#10
|
||||
|
||||
|
Quote:
Style Manager in the dropdown menu click edit templates and you will see them all good luck
|
![]() |
|
|