username color prop.

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

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?

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...

username color prop.

Post by neuropass »

that worked thx so much!. I didn't think to look into the portal page.