vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Color Group Forum Home (https://vborg.vbsupport.ru/showthread.php?t=111014)

Matt Slick 03-24-2006 12:50 AM

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.

dirtycrow 03-26-2006 09:13 PM

anyway to get this to work with secondary groups?

Gizmo5h1t3 04-16-2006 02:38 PM

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.....

akanevsky 04-23-2006 02:25 PM

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.

SweetHome 04-24-2006 09:36 PM

thanks..
teşekk?rler dostum saol.. ;)

JohnBee 04-29-2006 07:37 AM

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?

junaid 04-29-2006 10:42 AM

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

bashy 04-29-2006 02:24 PM

This does not change the member colours

FLMom 04-29-2006 02:42 PM

Installing it now, thanks :D

FLMom 04-29-2006 03:22 PM

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

desiforums 05-04-2006 01:06 AM

hi i installed it and created the group color but my color isn't changing can you help me...

FLMom 05-04-2006 01:07 AM

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 :)



You have to do this to have the color show up ;)

desiforums 05-04-2006 01:28 AM

thanks for helping...

FLMom 05-04-2006 01:07 PM

No problem :)

Majest 05-20-2006 02:26 AM

Awesome work. I have been wanting to add something like this for quite sometime to my site. ;)

sudn3sc3d 05-22-2006 09:49 PM

not working for me for some reason i dont know.... y but its kool thanks for --> making it.

JD45 05-28-2006 10:41 PM

Quote:

Originally Posted by hornstar1337
And i only just installed another one recently.....this one looks so much easier lol

however I have it set up so when a user clicks on admin or smod etc it goes to view forum leaders page. (very handy so the user knows who all the admins and smods, mods etc are.) Could you include that as well, then I'll install this one.

Thanks

I'd like that as well. :)

KimmiKat 07-25-2006 08:38 PM

I recently upgraded my mboard to vb 3.6 and the "colourgroups" thing disappeared from the adminCP, is there a direct link I can use to access it?

Whiterook 07-28-2006 10:04 AM

Great Mod, Thank You... (I pushed the button on the other site :D)

I've installed it and works great. Something to mention to those having troubles with the colors.
Code your colors like this:
For Blue you can use either the word Blue, or the hex 0000FF.

Normally you would use the # in front of the hex, but not with this mod.

BTW.. here's an online color schemer... http://www.colorschemer.com/online.html

Now then, on to my question >>>>>>>>

I've installed it, working fine other than a comma placed above the names of the colored groups. This spot is reserved for "Users awaiting Email Confermation" But the comma is stuck in there too. I'm guessing it's an extra in the code some where, but I'm afraid to delete the wrong one (no gutz)

http://img157.imageshack.us/img157/1955/comavv1.jpg

Anyway, if someone could lend a hand, it would be nce to get rid of the comma.

Thanks in advance,
WR

Zowners 07-30-2006 03:31 PM

Awesome hack! Thanks :)

redlabour 08-29-2006 04:08 PM

Thx - btw a Update for 3.6 is a nice idea with the possibility to enter UserIDs

tvsf 08-30-2006 09:44 AM

Where do I go to check out the options for this mod? I don't see a legend. I have done the html markup and so the users are showing up in their right colors but there is no legend.

toucan42 09-14-2006 03:32 PM

I managed to get colors working but where I expect the legend would go there is just a new blank line.

www.talkwhatever.com

any ideas?

vahid1863 09-15-2006 09:10 AM

i need buy with e-gold
help me?

DementedMindz 09-15-2006 06:02 PM

Quote:

Originally Posted by vahid1863
i need buy with e-gold
help me?

wtf does that have to do with this mod Color Group Forum Home?

JamieLee2k 10-07-2006 03:24 PM

Doesn't work for 3.6.2, all the options are the and you can set the colours for the usergroups but the ID's don't change

DementedMindz 10-07-2006 05:43 PM

cause you didnt read the thread you have to set there Username HTML Markup.

Devil Woman 10-19-2006 02:33 AM

Hi all, I have installed this everything working great the only problem I have is that I had to go to

www.mysite.com/forum/admincp/admincolor.php

to get to the hack to add the usergroups in, is this supposed to show up in the vbulletin options section or in the main admincp? I did look in both places but found nothing

Thanks in advance

notorious 11-01-2006 01:33 PM

Quote:

Originally Posted by Devil Woman
Hi all, I have installed this everything working great the only problem I have is that I had to go to

www.mysite.com/forum/admincp/admincolor.php

to get to the hack to add the usergroups in, is this supposed to show up in the vbulletin options section or in the main admincp? I did look in both places but found nothing

Thanks in advance

its at the bottom of usergroups

Atakan, love this mod now i can change the titles to match the colours of forum

Love30T.com 03-24-2007 09:07 AM

can we change ? to something esle ?
whats the solution ? :confused:

NightShado 04-18-2007 09:59 AM

Thanks.

iorkara 04-18-2007 01:09 PM

Thanks Installed

FUSE322 09-10-2007 01:43 AM

I like it but i am confused because yes it says colors for things at the bottom but my actual name is not colored it only has at the bottom saying what color things should be

a1whs.com 09-10-2007 07:35 AM

Quote:

Originally Posted by FUSE322 (Post 1335868)
I like it but i am confused because yes it says colors for things at the bottom but my actual name is not colored it only has at the bottom saying what color things should be

Yes same problem. Clicked Uninstall.

Gizmo99 05-19-2008 06:30 AM

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


You have to do this to have the color show up

Always look back through a Mod you are going to install, you never know what you might find :)

Giz

trilogy33 05-23-2008 10:00 PM

Installed, thanks.
All fine here on 3.7.0

KanmaiseR 05-24-2008 06:20 PM

Thanks ?stad :) installed..

Bluefin221 07-18-2008 01:47 PM

Quote:

Originally Posted by a1whs.com (Post 1336029)
Yes same problem. Clicked Uninstall.

Same problem for me as well, any solution?

Movahed 08-29-2008 02:56 PM

Hi To all

I install this hack but I have one small problem so I am admin normal if I join in forum I must see my user red but I don?t see that and my id is white, when you cheek my screen shop you understand me

Can anybody help me what i must make:confused:

Thank you

pakdi 09-08-2008 02:27 PM

Thank Atakan KOC good addon


All times are GMT. The time now is 01:33 PM.

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.01431 seconds
  • Memory Usage 1,819KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete