The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
Theory code only, not tested...
-- 1 -- Assuming single forum per client (rather than 1 forum multiple client threads) its not a navbar notification but is a possible alternative. Change new posts link color Give code a class rather than inline styling, throw in a little animation to cause it to flash. Code:
.getmyattention { color:red; animation: blink 1s linear infinite; } @keyframes blink { 50% { opacity: 0; } } -- 2 -- Came up with this before above not really what your after but going to leave it here anyway rather then just delete. Adds a getnew link to navbar to specific forum based on user id (does not check for, flash or give notification which is what your after): Build a plugin using an Associative Array (userid => forumid) PHP Code:
|
Благодарность от: | ||
Dr.CustUmz |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|