MyBB Community Forums

Full Version: Question - User Appearance
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, is there a Plugin that I can customize my Username color?

I found this one: http://mods.mybb.com/view/user-appearance-02

But it wasn't compatible with the newest MyBB Version. Can anyone help?

Thanks Smile
Edit the compatibility to 16*
see this if you need guidance to changing the compatibility ...
No no, you don't understand. When I try to activate it, it gives me the message "This plugin is incompatible with MyBB 1604".
Edit user_appearance.php and change

		"compatibility" => "14*",

to

		"compatibility" => "16*",
(2011-11-01, 07:06 PM)Paul H. Wrote: [ -> ]Edit user_appearance.php and change

		"compatibility" => "14*",

to

		"compatibility" => "16*",

Oohh, ok thanks! Big Grin

How do I edit it though? Lol
^ open the file with a code editor (eg. notepad++) thru a ftp manager by connecting to your web server !!
(2011-11-01, 07:12 PM)ranjani Wrote: [ -> ]^ open the file with a code editor (eg. notepad++) thru a ftp manager by connecting to your web server !!

Thanks so much dude! It worked Smile
Hey guys, were would the usercp.php be?