PDA

View Full Version : Change "+" sign after buddy/friend


qpurser
08-31-2011, 01:08 PM
I would like to change the "+" sign after my friend/buddy name in the "users Online" box to a graphic.

I am using 4.1.5
Any hints how I can do this?

Michael

setishock
08-31-2011, 02:38 PM
If you have firefox and the firebug add on, when one of your buddies is on with firebug enabled, right click on the + and select inspect element.
I dove through a search in the templates and phrases and came up pretty much empty handed. In the templates the coders used +'s to do formulas so a search is pretty useless. In the phrases they used them to seperate words in a phrase.
So firebug looks like it's going to be your best bet.

Lynne
08-31-2011, 02:57 PM
It's from here in the FORUMHOME template:
<li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>So, do a search in your files for "buddymark" and you'll see it defined in functions_bigthree.php for the index page list and in class_profileblock.php for the profile page.