PDA

View Full Version : "Pleeeaaasee" change username color ERROR!!!! =(


saqiralemarate
11-12-2010, 04:32 AM
Hi,

I need to change my username to another color as (red)

I've searched on the net and found out that you should do it

BY:
-------------------------------------------------------------------
AdminCP -> Usergroups -> Usergroup Manager -> Edit Usergroup

You then place the html font color tags here: Username HTML Markup

This is how I have it: <span style="color: #b51718;font-weight:bold;text-decoration:none">

And in the second field: </span>
--------------------------------------------------------------------



After I did that I got a Database error
Under that ther's a box: that says:



--------------------------------------------------------------------

Database error in vBulletin 4.0.7:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'REMOVED FOR PRIVACY PURPOSES',
`description` = '',
`usertitle` = 'المدير',
`opentag` = '<span style=\"color: #b51718;font-weight:bold;text-decoration:none\">',
`closetag` = '</span>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`downloads2permissions` = '16777215',
`downloads2extrapermissions` = '0',
`excludecatlist` = '',
`downloadsmaxuploadtotal` = '-1',
`downloadsmaxdailydl` = '-1',
`downloadsmaxdailyfiles` = '-1',
`downloaddelaygrp` = '0',
`mgc_cb_evo_permissions` = '0',
`mgc_cb_evo_refreshrate` = '',
`mgc_cb_evo_nbmsg_show` = '',
`mgc_cb_evo_nbmsg_perday_show` = '',
`mgc_cb_evo_nbthreads_perday_show` = '',
`mgc_cb_evo_max_chats_perday` = '',
`forumpermissions` = '16777215',
`genericpermissions` = '2147483583',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '7',
`pmsendmax` = '5',
`pmthrottlequantity` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions2` = '1',
`genericoptions` = '55',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`signaturepermissions` = '237567',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '262143',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '65535'
WHERE usergroupid=6;

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054
Request Date : Tuesday, November 9th 2010 @ 12:27:38 PM
Error Date : Tuesday, November 9th 2010 @ 12:27:38 PM
Script : REMOVED FOR PRIVACY PURPOSES
Referrer :REMOVED FOR PRIVACY PURPOSES
IP Address : REMOVED FOR PRIVACY PURPOSES
Username :REMOVED FOR PRIVACY PURPOSES
Classname : REMOVED FOR PRIVACY PURPOSES
MySQL Version : REMOVED FOR PRIVACY PURPOSES
-----------------------------------------------------------------------


What should I do?!?

thanks!

--------------- Added 1289553281 at 1289553281 ---------------

No Problem guys, I've fixed it, for those who have the same problem, then here's the right place to be
You have to go to my forum's \includes\xml and removing two of this files related to chatbox evo:

bitfield_mgc_cb_evo.xml
&
cpnav_mgc_cb_evo.xml and also you need to delete anything that is related to mgc in the FTP
you'll be all done!
-----------------------------------------------------------------------------------------

To change color to red:
Log into vBulletin, in the left column of menus open "Usergroups" and click "Usergroup Manager". Click the "Go" button for the usergroup you wish to change the name colour for, this will open an admin page for modifying the User Group settings.

Now you see where it says: "Username HTML Markup" and has two fields, this is where you can insert some HTML tags and attributes in order to change the colour of the users name in the group, for example in the first field input:

<span style="color:#FFFFFF;">

And in the second field input:

</span>


Resources:

http://www.techtalkz.com/software-troubleshooting/6199-changing-username-colour-vbulletin.html

Thanks to that site....
Best Regard, Bader Khalid

Fusion2
11-13-2010, 02:15 AM
Hi,

I need to change my username to another color as (red)

This is how I have it: <span style="color: #b51718;font-weight:bold;text-decoration:none">




Try as shown below:

<span style="font-weight: bold; color: #FF0000;">

saqiralemarate
11-13-2010, 03:27 AM
Thanks Brother.....fixed it...


For those who have the same problem, then here's the right place to be
You have to go to my forum's \includes\xml and removing two of this files related to chatbox evo:

bitfield_mgc_cb_evo.xml
&
cpnav_mgc_cb_evo.xml and also you need to delete anything that is related to mgc in the FTP
you'll be all done!
-----------------------------------------------------------------------------------------

To change color to red:
Log into vBulletin, in the left column of menus open "Usergroups" and click "Usergroup Manager". Click the "Go" button for the usergroup you wish to change the name colour for, this will open an admin page for modifying the User Group settings.

Now you see where it says: "Username HTML Markup" and has two fields, this is where you can insert some HTML tags and attributes in order to change the colour of the users name in the group, for example in the first field input:

<span style="color:#FFFFFF;">

And in the second field input:

</span>


Resources:

http://www.techtalkz.com/software-tr...vbulletin.html

Thanks to that site....
Best Regard, Bader Khalid