Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-12-2010, 04:32 AM
saqiralemarate saqiralemarate is offline
 
Join Date: Sep 2010
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default "Pleeeaaasee" change username color ERROR!!!! =(

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 [DATE]1289553281[/DATE] at [TIME]1289553281[/TIME] ---------------

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-tr...vbulletin.html

Thanks to that site....
Best Regard, Bader Khalid
Reply With Quote
  #2  
Old 11-13-2010, 02:15 AM
Fusion2 Fusion2 is offline
 
Join Date: Oct 2006
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by saqiralemarate View Post
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;">
Reply With Quote
  #3  
Old 11-13-2010, 03:27 AM
saqiralemarate saqiralemarate is offline
 
Join Date: Sep 2010
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:11 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03639 seconds
  • Memory Usage 2,183KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (3)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete