The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
Is it possible to change the color of the + next to a username to make it more obvious? Thanks |
#2
|
||||
|
||||
![]()
You could change it in the forumdisplay_loggedinuser template. Just put the css you want around $loggedin[buddymark].
|
#3
|
|||
|
|||
![]()
Thanks for the advise
![]() Can you give me an example please? What code do I use to wrap around it? |
#4
|
||||
|
||||
![]()
Well, if you want it red, then something like
HTML Code:
<span style="color:red">$loggedin[buddymark]</span> HTML Code:
<if condition="$loggedin[buddymark]"><span style="color:red">$loggedin[buddymark]</span></if> |
#5
|
|||
|
|||
![]()
Acutally I tried doing both before you posted it..
Is there cache or something I need to clear? The only cache I have is vBOptimise and I flushed the cache but my buddies name don't change on the usersonline.. weird. |
#6
|
||||
|
||||
![]()
The forumdisplay_loggedinuser template is only one of them that is used. You should probably do a Search in Templates for the other couple of online user templates - search for buddymark.
|
#7
|
|||
|
|||
![]()
OK thanks! It appears I changed the template belonging to FORUMDISPLAY instead of FORUMHOME.. so embarrassed!!!!!! thanks
|
#8
|
||||
|
||||
![]()
Well, that was my fault - it's the first template I saw in my list that I recognized as one for the logged in users. I should have looked to see which one I grabbed a bit more closely.
Glad you got it working. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|