vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   End-User Options - Multi-Choice background color using Javascript (https://vborg.vbsupport.ru/showthread.php?t=200095)

UKBusinessLive 12-28-2008 10:00 PM

Multi-Choice background color using Javascript
 
1 Attachment(s)
Multi-Choice background color using Javascript

Just a quickie here to give your members a choice of what color to display for the forum Background.

I quickly bought this together as a result of this request here https://vborg.vbsupport.ru/showthread.php?t=200086

Firstly, you need to save this code as a Javascript so copy it to your notepad and save it as "Backcolor.js"

Code:

function change_it() {
       
  if (document.getElementById && document.createTextNode) {
         
    var new_color = "";
    var color_sel = document.getElementById("change_bg").value;
        color_sel *= 1;
   
        switch (color_sel) {
      case 0 : window.alert("Please select a color."); return false;
          case 1 : new_color = "#FFFF00"; break;
      case 2 : new_color = "#3333FF"; break;
          case 3 : new_color = "#009900"; break;
        }
   
        document.body.style.backgroundColor= new_color;
    return false;
       
  }
 
}

then you upload the backcolor.js file to same directory as the Web page on which you will use the script (ideally your Forum Root)

Then enter the code below, between the <body> and </body> tags where you want the select box and button to appear, ideally in the footer or header templates

As an example i saved it to the end of my header template, see the pictures ;)

Code:

<form action="#" onsubmit="return change_it();">
<select name="change_bg" id="change_bg">
<option selected="selected" value="0">Select Background</option>
<option value="1">Yellow</option>
<option value="2">Blue</option>
<option value="3">Green</option>
</select>
<input type="submit" value="Change Color" />
</form>
<script type="text/javascript" src="backcolor.js"></script>

What that will do is give your users a dropdown box with a Change Color button ( for the english spelling please change the above code here <input type="submit" value="Change Color" /> )

i've done this very basic, but you can change the colors in the backcolor.js file just change the case 1, 2 and 3 options with a new hex color #FFFFFF

You need to change the hex values to the colors that you choose for your site, in the javascript file (Hex numbers) and then with the template code (The color names)

You can get a nice selection of hexcolors here http://www.december.com/html/spec/colorsafe.html

This is what you get, Mind you it won't work well on my forum as its fluid, but it'll work well with fixed forums

https://vborg.vbsupport.ru/external/2008/12/4.png
https://vborg.vbsupport.ru/external/2008/12/5.png
https://vborg.vbsupport.ru/external/2008/12/6.png

Remember you can change these colors, I've just done 3 as an example, But you can add as many as you want and with millions of combinations by using a color Hex chart.

Have Fun

;)

UKBusinessLive 12-29-2008 03:37 PM

:D Reserved :up:

cygy2k 12-29-2008 10:31 PM

Will the color remain on subsequent visits? Is it stored in a cookie or anything? How about some how making it based off a profile field so it stores it in the user table?

Triky 01-01-2009 01:05 PM

Tried, and it works when I click on 'change color'. But when I load another page the new bg color return the default one.

UKBusinessLive 01-01-2009 02:50 PM

There is a way of doing this, i'm just waiting for an email and i'll update the code ;)

Triky 01-06-2009 09:25 PM

Is there any news, UKBusinessLive?

carntheroos4eva 01-11-2009 08:06 AM

Didn't really work on my forum.... :erm:

UKBusinessLive 01-11-2009 08:11 AM

It seems to onllt work on the index page, I need to get a more experianced coder to take a look at the code, bear with me i'm working on this :cool:

ViciousCode 01-27-2009 11:57 AM

I would suggest making a profile field

so the user can change the background look, in their profile or in the navbar.

Magnumutz 01-27-2009 04:33 PM

I wonder if we could use this to change styles without reloading :D

Fungsten 01-28-2009 10:05 PM

Quote:

Originally Posted by Triky (Post 1703652)
Is there any news, UKBusinessLive?

Same here. VB 3.8.1.

Also I"d like to find out on how to change the "page background".

rob01 05-05-2009 08:27 PM

is this stuff still working :S

or there is any other mod for this?.. i remember there was a mod for the colors just like vb.org has

UKBusinessLive 05-05-2009 08:57 PM

Quote:

Originally Posted by rob01 (Post 1805317)
is this stuff still working :S


or there is any other mod for this?.. i remember there was a mod for the colors just like vb.org has

here it is rob


https://vborg.vbsupport.ru/showthread.php?t=205755


All times are GMT. The time now is 05:49 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.01126 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (13)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete