The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I change the buddy and invisible symbol?
I was wondering, how do I change the buddy symbol (+) and the invisible symbol (*) that's displayed next to the username? I would prefer using a .gif.
Domokun |
#2
|
|||
|
|||
Nobody knows how to do this???
Domokun |
#3
|
|||
|
|||
Anybody??
Domokun |
#4
|
||||
|
||||
As far as I remember it is built into the code, so you would need to edit the vb files in a number of places.
|
#5
|
|||
|
|||
Untested, but in both the forumdisplay_loggedinuser and forumhome_loggedinuser templates find:
Code:
$loggedin[invisiblemark]$loggedin[buddymark] Code:
<if condition="$loggedin[invisiblemark]"><img src="http://www.domain.com/forum/images/misc/whatever1.gif" alt="" border="0" /></if><if condition="$loggedin[buddymark]"><img src="http://www.domain.com/forum/images/misc/whatever2.gif" alt="" border="0" /></if> |
#6
|
||||
|
||||
I've only ever seen it generated by the function fetch_online_status() in functions_bigthree.php.
Look at that function (line 53 for me) - it should be very easy to change. |
#7
|
|||
|
|||
No need to change the function though.
|
#8
|
||||
|
||||
I'd personally rather change one PHP file than 3-4 templates. You missed postbit_onlinestatus as well.
|
#9
|
|||
|
|||
The postbit_onlinestatus template is for user_offline.gif, user_online.gif, and user_invisible.gif. Both buddymark and invisiblemark appear in only the forumdisplay_loggedinuser and forumhome_loggedinuser templates, at least on vB 3.6.0, and of course TIMTOWTDI.
|
#10
|
||||
|
||||
Ah right - I just took a quick glance.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|