vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Easy Style Color switcher (https://vborg.vbsupport.ru/showthread.php?t=208603)

archet1337 03-04-2010 09:53 PM

Any chance of having this updated to vb4?

princeedward 03-07-2010 07:08 AM

great to have this on vb4.0.2

;)

archet1337 03-07-2010 07:53 AM

Quote:

Originally Posted by princeedward (Post 1998923)
great to have this on vb4.0.2

;)

Give please :D

chennairam 04-07-2010 10:16 AM

I didnt Upgrade my forum to vb4

when i update my forum vb4 .. i will update this mod too

obetyance 04-27-2010 05:18 AM

is this the same as what is being use here at vB.org? at the bottom left of the page, it says:

Layout Options | Width: Fixed Color: - - - - - -

How can we add, Width?

oldfan 06-28-2011 02:37 AM

*bump*

dany_danay 02-18-2012 12:34 PM

*bump*
Please vb4!!!

TravisWPaquin 09-10-2012 07:17 PM

It won't let me type my web address to add the color? Where can I find besides typing it which is not working.

adwade 01-02-2015 03:59 PM

I just wanted to say that after reviewing all the color changing scheme MODs here on vBulletin.org I found this to be the easiest to implement and the slickest to use. Kudos to Chennairam for such a great job at coding & releasing it. :up:

adwade 01-05-2015 10:17 PM

Quote:

Originally Posted by ddo36 (Post 1822578)
Installed :) nice nice nice. =)

BUT Is there a way to add another color?'

how do you do that?

nevermind. ive done it. :)

HOW did you do it?

I created an additional green.css containing...

Code:

.tcat
{
        background: #336633;

}
.vbmenu_control
{
background: #336633;
}

Then uploaded it to my forum's root folder.

I also added the lines in red below to my header, to allow for a green color option...
Code:

<link rel="alternate stylesheet" type="text/css" title="orange-theme" href="orange.css" />
<link rel="alternate stylesheet" type="text/css" title="green-theme" href="green.css" />
<link rel="alternate stylesheet" type="text/css" title="violet-theme" href="violet.css" />
<link rel="alternate stylesheet" type="text/css" title="red-theme" href="red.css" />
<link rel="alternate stylesheet" type="text/css" title="grey-theme" href="grey.css" />
<link rel="alternate stylesheet" type="text/css" title="black-theme" href="black.css" />
<link rel="alternate stylesheet" type="text/css" title="pinkish-theme" href="pinkish.css" />
<script src="colorchooser.js" type="text/javascript"></script>

<div id="topbar">
<div class="colorchooser"> <span>Choose your color scheme: </span>
<a href="javascript:ChennaigsmStyle('none')" style="background-color:#ffffff;"></a>
<a href="javascript:ChennaigsmStyle('orange-theme')" style="background-color:#FF9900;"></a>
<a href="javascript:ChennaigsmStyle('green-theme')" style="background-color:#336633;"></a>
<a href="javascript:ChennaigsmStyle('violet-theme')" style="background-color:#003366;"></a>
<a href="javascript:ChennaigsmStyle('red-theme')" style="background-color:#990000;"></a>
<a href="javascript:ChennaigsmStyle('grey-theme')" style="background-color:#999999;"></a>
<a href="javascript:ChennaigsmStyle('black-theme')" style="background-color:#000000;"></a>
<a href="javascript:ChennaigsmStyle('pinkish-theme')" style="background-color:#B26267;"></a> </div>
</div>

The new green pick box shows up just fine. When I hover over it it says: javascript:ChennaigsmStyle('green-theme') [S]However, when i click on it, it acts just like the 'none' selection[/S]. :( (Code above is now correct & works perfectly!)

EDIT: Nevermind, I too just found my error. In copying the violet lines of code to make new ones for the green color, I did not change the word violet to green in all places, see my mistake below.:o

Oops! When I copied the violet line, I only revised the last occurrence of violet to green
Code:

<link rel="alternate stylesheet" type="text/css" title="violet-theme" href="green.css" />
when it should have been
Code:

<link rel="alternate stylesheet" type="text/css" title="green-theme" href="green.css" />


All times are GMT. The time now is 06:17 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.01162 seconds
  • Memory Usage 1,739KB
  • 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_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
  • (10)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