The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I Want To Add A Little Dot Next to Notifications When You Receive A New
I want to add it so a little dot (which I'd make in Photoshop) shows up next to Notifications to the left of the it when a new PM arrives. How can I do this? Something that will grab the user's attention.
I am on vBulletin 4.2.2. |
#2
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=298444" target="_blank">This</a> plugin adds a few nice ways to get members attention to pm's pro version is even better
|
#3
|
|||
|
|||
I don't need all that, I just want to add a dot.
|
#4
|
|||
|
|||
Then ask in the right forum
|
#5
|
|||
|
|||
Design and graphics is the wrong forum for adding a dot, which involves HTML and/or CSS and a graphic?
|
#6
|
|||
|
|||
You are asking someone to give you the right coding to put this is better for unpaid work
|
#7
|
|||
|
|||
I don't need someone to do it for me, I just need to know what section to modify in the template.
|
#8
|
|||
|
|||
Hi there, look in your header template for...
Code:
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a> So something like... Code:
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}"><b>*</b>{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a> |
#9
|
|||
|
|||
Quote:
Thanks for the quick response, I am going to try it as soon as I get home tonight. |
#10
|
|||
|
|||
You mean per theme/style? If so, yeah.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|