Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Color Group Forum Home Details »»
Color Group Forum Home
Version: 1.00, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Version: 3.5.8 Rating:
Released: 03-20-2006 Last Update: Never Installs: 170
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

Color Group Forum Home



Installation


Installation in two easy steps:

1. Upload all the files from the "files" directory in this zip into your forums directory.

2. Import product-color_groups.xml as a product. (Via "Plugin System" > "Manage Products" > "Add/Import Product" in your Admin CP.)

Upload


admincolor.php == forum/admincp/admincolor.php
cpnav_color.xml == forum/includes/xml/cpnav_color.xml


Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 03-24-2006, 12:50 AM
Matt Slick Matt Slick is offline
 
Join Date: Nov 2005
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bashy
hi

For coloured usergroups...

In the usergroup manager under "Username HTML Markup"

In the 1st box
Code:
<span style="color: orange; font-weight: bold;">
2nd Box
Code:
</span>
Change the colour to suit your needs...
Do this for each group you want a colour for
that was just what I needed. Thanks.
Reply With Quote
  #43  
Old 03-26-2006, 09:13 PM
dirtycrow dirtycrow is offline
 
Join Date: Apr 2004
Posts: 350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyway to get this to work with secondary groups?
Reply With Quote
  #44  
Old 04-16-2006, 02:38 PM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

as mentioned before, if members go and cahnge the colours in the usergroup options, its surely gonna mess up anyones chioces they have purcahsed if they have used the vb plaza??

mebbe it should be mentioned then that any boards using vbplaza might not benefit from this.....
Reply With Quote
  #45  
Old 04-23-2006, 02:25 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Instead of doing:

PHP Code:
$table "color_groups";
if (!
table_exists($table))
{
$vbulletin->db->query("CREATE TABLE `" TABLE_PREFIX "color_groups` (
  `color_id` int(15) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `color` varchar(255) NOT NULL default '',
  `orderid` int(10) NOT NULL default '0',
  PRIMARY KEY  (`color_id`),
  UNIQUE KEY `name` (`name`)
) TYPE=MyISAM;"
);

You should do:

PHP Code:
$vbulletin->db->query_write("CREATE TABLE IF NOT EXISTS `" TABLE_PREFIX "color_groups` (
  `color_id` int(15) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `color` varchar(255) NOT NULL default '',
  `orderid` int(10) NOT NULL default '0',
  PRIMARY KEY  (`color_id`),
  UNIQUE KEY `name` (`name`)
) TYPE=MyISAM"
); 
Besides, I see no reason why you can't use usergroupcache to derive the list of color usergroups.
Reply With Quote
  #46  
Old 04-24-2006, 09:36 PM
SweetHome's Avatar
SweetHome SweetHome is offline
 
Join Date: Jan 2006
Location: turkey-istanbul
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks..
teşekk?rler dostum saol..
Reply With Quote
  #47  
Old 04-29-2006, 07:37 AM
JohnBee JohnBee is offline
 
Join Date: Oct 2004
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack! (installed)

I would like to move the legend to the bottom of my WOL listing window instead of above the member names. something like this

************************************************** ****
Currently online (blabla ...)

user1, user2, user3
----------------------------------------------------------
Legend: -Administrators -Personel -Moderators etc etc.
************************************************** ***

How would I go about doing this?
Reply With Quote
  #48  
Old 04-29-2006, 10:42 AM
junaid junaid is offline
 
Join Date: Oct 2005
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have same proble, Users name colour is not changed, but group name paears proper colour.
Any body tell what modificatiion i have to done
Reply With Quote
  #49  
Old 04-29-2006, 02:24 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This does not change the member colours
Reply With Quote
  #50  
Old 04-29-2006, 02:42 PM
FLMom's Avatar
FLMom FLMom is offline
 
Join Date: Feb 2006
Location: Florida
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installing it now, thanks
Reply With Quote
  #51  
Old 04-29-2006, 03:22 PM
FLMom's Avatar
FLMom FLMom is offline
 
Join Date: Feb 2006
Location: Florida
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would also like to know how to get all of this put under the members names instead of over them, with a line seperating them. If you look on my forums page, it has too much of a gap and I don't like that

http://www.myparentconnection.com/forums/index.php
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 10:46 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.04834 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete