Ranks NEED to be bolded and Colored on the user's profile *SCREEN SHOT*

Started by Lugial, June 19, 2009, 02:38:05 PM

Previous topic - Next topic

Lugial



If you look at the screen shot, I'm the admin.. below that is "Butnie's Charm" which is a rank. Is it anyway to have that part bolded and a specific color??

http://epicvideogamers.com ~ I'm not some arrogant, selfish douche bag, if you need any kind of support, just pm me.

Gary

If you want it be bolded and not bolded for different membergroups, it'd be a little harder, but if not:

in Display.template.php find:

// Show the post group if and only if they have no other group or the option is on, and they are in a post group.
if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '')
echo '
', $message['member']['post_group'], '<br />';


and replace:

// Show the post group if and only if they have no other group or the option is on, and they are in a post group.
if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '')
echo '
<div style="font-weight: bold; color: red;">', $message['member']['post_group'], '</div>';

Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

Lugial


http://epicvideogamers.com ~ I'm not some arrogant, selfish douche bag, if you need any kind of support, just pm me.

Gary

I just did. But you never specified if it's for specific membergroups or everybody.
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.


Lugial

Quote from: Gazmanafc on June 21, 2009, 02:25:22 PM
I just did. But you never specified if it's for specific membergroups or everybody.

READ my request carefully! Iam not asking for user names to be colored, but the ACTUAL RANK TITLE itself to be colored on the User's profile.

http://epicvideogamers.com ~ I'm not some arrogant, selfish douche bag, if you need any kind of support, just pm me.

Antechinus

Read his answer carefully. The code given does not apply to usernames.

Advertisement: