News:

Wondering if this will always be free?  See why free is better.

Main Menu

Custom Username Color

Started by ScopeXL, April 15, 2010, 07:42:32 PM

Previous topic - Next topic

anakmacan

Scope XL : okay then, ill just wait for the next version. Thanks for this mod btw :D

Wallydraigle

Quote from: ScopeXL on May 17, 2011, 12:22:51 AM
Quote from: CoreyLewis on May 16, 2011, 04:40:18 PM
I like the app

But is there a way to make it so the coloured name shows everywhere???

Because on my forum it only shows in the post :/

Oh I see what your saying. At the moment no I haven't added the ability for color to be seen on other areas of the site. I will look into it though for future versions.

I too would love to see this happen.

pixeleyes

Im using custom theme
how the replace below code.
Quoteecho ' <div class="topbar_post">
      <div>', $message['member'][link], '</div><span>', !empty($message['counter']) ? $txt['reply_noun'] . ' #' . $message['counter'] : '', '</span>
       </div>

into

Quoteif (!empty($message['member']['custom_color']) && $message['member']['custom_color'] != '')
      {
         echo '
               <a href="' . $scripturl . '?action=profile;u='. $message['member']['id'] . '" style="color: ' . $message['member']['custom_color'] . ';" title="' . $txt['custom_color_profile'] . ' ' . $message['member']['name'] . '">', $message['member']['name'], '</a>';
      }
      else
      {
         echo '
               ', $message['member']['link'] ,'';
      }
         echo '

Advertisement: