ditch the brown..

  • Thread starter Thread starter GTchampion
  • 45 comments
  • 1,316 views
Blake
Two things:
1. When do you plan on releasing GTP7
2. Can we see a screenie ;)

Blake
:lol: Dont you know my computer/ browser can see the future of any site? Ok fine it was probably another glitch related to those ads. :lol: Anyways I hope GTP7 looks a bit similiar to this version. :D
 
Would it be possible to include a palette of colours so we can pick our own personal colour scheme?
 
Change the colours on gtp?
Why not just change the bible?
Or re-write all of history up until this point?
 
ultrabeat
Change the colours on gtp?
Why not just change the bible?
Or re-write all of history up until this point?
:lol: Really I agree with you.
blue_sharky39 I think it would be too much work on Jordan ( Or who ever will be doing the themes or skins.) to do those type of codes or what ever its called.
 
pimp racer
:lol: Really I agree with you.
blue_sharky39 I think it would be too much work on Jordan ( Or who ever will be doing the themes or skins.) to do those type of codes or what ever its called.
The site's appearance - well, everything about the site - is my work. A selectable color scheme actually isn't a bad idea. It doesn't seem like it would be that difficult to pull off, but I'll have to take a much closer look at it.
 
Jordan
The site's appearance - well, everything about the site - is my work. A selectable color scheme actually isn't a bad idea. It doesn't seem like it would be that difficult to pull off, but I'll have to take a much closer look at it.
Well I guess it would be hard for a person like you. :D Is it just a matter of typing in the HTML code?
 
Jordan
The site's appearance - well, everything about the site - is my work. A selectable color scheme actually isn't a bad idea. It doesn't seem like it would be that difficult to pull off, but I'll have to take a much closer look at it.
Couldn't you just set up a bunch of CSS stylesheets and use a stylesheet switcher? You could also control other elements of the page then, such as font sizes and so forth...
 
cardude2004
He uses VBulletin, not PHP.
CSS doesnt mean PHP. It's just a way of seperating the information (stored in the HTML file) from the description of how it should be displayed (stored in the CSS).

PHP is a server side scripting language, completely unrelated to both CSS and vBulletin.
 
skip0110
CSS doesnt mean PHP. It's just a way of seperating the information (stored in the HTML file) from the description of how it should be displayed (stored in the CSS).

PHP is a server side scripting language, completely unrelated to both CSS and vBulletin.

I know, but if you follow his link it takes you to a page that tells you how to create style sheets in PHP.
 
cardude2004
I know, but if you follow his link it takes you to a page that tells you how to create style sheets in PHP.
Actually it's just a PHP script that tells the browser to change CSS stylesheets. Well, change stylesheets and then store the data in a cookie so that the selected stylesheet is used whenever the user visits the site.
 
Back