Quote:
Originally Posted by Merjawy
I did figure it out.. I used [musername] instead of [username] to show the color.. I took the "m" out and all works now.
|
Hello Merjawy
I think we have the same mod installed:
Username HTML Markup in Navbar.
I have made the changes in the QAS: Handle Switch global_start and everything works fine...all so with the colored Usernames in the Navbar.
Go to -> Admin CP -> Plugins & Product -> Plugin Manager and find the: QAS: Handle Switch global_start
Open it for edit.
Find:
Code:
$find_string_v1 = compile_template('<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong>');
$find_string_v2 = compile_template('<strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong>');
and change it to:
Code:
$find_string_v1 = compile_template('<strong><phrase 1="$bbuserinfo[musername]">$vbphrase[welcome_x]</phrase></strong>');
$find_string_v2 = compile_template('<strong><phrase 1="$bbuserinfo[musername]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong>');
Add only the
m in red and everything work.
Hope that help
Cheers numsi