username color prop.

Download and support for PhpBB3 Simple Portal
Locked
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

username color prop.

Post by neuropass »

Hi Stoker,

I just can't figure out how to remove the username color in the portal page. I can't seem to find the css property.

Code: Select all

username-coloured
any idea where I can change that?
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
User avatar
Solidjeuh
BBCoder IV
BBCoder IV
Posts: 257
Joined: 16 Oct 2011, 02:15
BBCodes: 7
Favourite MOD: Top stats
Location: Aalst / Belgium
Contact:

username color prop.

Post by Solidjeuh »

Open portal.php

Code: Select all

	'USERNAME'			=> get_username_string('full', $user->data['user_id'], $user->data['username'], $user->data['user_colour']),
Remove:

Code: Select all

, $user->data['user_colour']
That sould do the trick...
Wij promoten UW muziek in ons forum & delen alles via Sociale media!
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

username color prop.

Post by neuropass »

that worked thx so much!. I didn't think to look into the portal page.
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
Locked