PDA

View Full Version : member username size


NOCTURNES
03-15-2011, 02:44 PM
Im trying to change the size of the users nickname on their profile pages only, does anyone know where can i find where in admin cp styles can i find it?

DuNkLeArChOn
03-15-2011, 05:21 PM
I'am not sure if it the right template ... but try this

search in the Template MEMBERINFO for this line

<span class="member_username">{vb:raw prepared.musername}</span>

this code will give u the usernames... and with help of CSS u can customize it :-)


for example :

<span style="font-size:130%" class="member_username" >{vb:raw prepared.musername}</span>

... just test it ...

NOCTURNES
03-15-2011, 07:16 PM
I'am not sure if it the right template ... but try this

search in the Template MEMBERINFO for this line

<span class="member_username">{vb:raw prepared.musername}</span>

this code will give u the usernames... and with help of CSS u can customize it :-)


for example :

<span style="font-size:130%" class="member_username" >{vb:raw prepared.musername}</span>

... just test it ...

Nope did not work. Thanks for the input though.

DuNkLeArChOn
03-15-2011, 08:40 PM
i've test it on my vBulletin ... and it works....

do you mean the Nickname in the profil-page on top left ?

NOCTURNES
03-17-2011, 01:26 AM
i've test it on my vBulletin ... and it works....

do you mean the Nickname in the profil-page on top left ?

Yes, thats what i meant