Log in

View Full Version : vB.org Style Chooser


MoMan
08-27-2010, 11:28 PM
I would like to implement a style switcher on my site similar to what vB.org has, but I haven't been able to find any information about how it is implemented. Does anyone have any pointers?

At the moment, I have my icons set up just like they are here (except that I decided to ditch the fixed-width skin), but the all link to index.php?styleid=x rather than using vB's JS function to accomplish the task.

If I had to accomplish this from scratch, I'd probably make a file which takes in a URL and a style id and simply returns a redirect.

kh99
08-28-2010, 12:28 AM
This might be useful:

https://vborg.vbsupport.ru/showthread.php?t=208785&highlight=style

MoMan
08-28-2010, 11:55 AM
Seems like that just relocates the dropdown.

kh99
08-28-2010, 12:00 PM
Seems like that just relocates the dropdown.

Oh, yeah probably. Sorry, I guess I misunderstood what you wanted and thought you were looking for the JS code.