Forgot Password
Pentax Camera Forums Home
 

Reply
Show Printable Version Search this Thread
09-05-2010, 04:33 PM   #1
Administrator
Site Webmaster
Adam's Avatar

Join Date: Sep 2006
Location: Arizona
Photos: Gallery | Albums
Posts: 51,609
Release/mod for vBulletin: Style selector using icons like on vBulletin.org

I've written a handy function Javascript for vBulletin which allows you to switch styles by clicking on a link or image.

Code:
function switch_style(F)
{
E = "style";
if(F == "")
{
return;
}
var B=new String(window.location);
var A=new String("");
B=B.split("#");
if(B[1])
{
A="#"+B[1]
}
B=B[0];
if(B.indexOf(E+"id=")!=-1&&is_regexp)
{
var D=new RegExp(E+"id=\\d+&?");
B=B.replace(D,"")
}

if(B.indexOf("?")==-1)
{
B+="?"
}
else
{
lastchar=B.substr(B.length-1);
if(lastchar!="&"&&lastchar!="?")
{
B+="&"
}
}

window.location=B+E+"id="+F+A
}
The function takes the styleid as its parameter. It either needs to be added to vbulletin_global.js to work, or you can choose to include it in your footer using

Adam
PentaxForums.com Webmaster (Site Usage Guide | Site Help | My Photography)



PentaxForums.com server and development costs are user-supported. You can help cover these costs by donating or purchasing one of our Pentax eBooks. Or, buy your photo gear from our affiliates, Adorama, B&H Photo, KEH, or Topaz Labs, and get FREE Marketplace access - click here to see how! Trusted Pentax retailers:
Reply

Bookmarks
  • Submit Thread to Facebook Facebook
  • Submit Thread to Twitter Twitter
  • Submit Thread to Digg Digg
Tags - Make this thread easier to find by adding keywords to it!
function, icons, link, style, switch, vbulletin

Similar Threads
Thread Thread Starter Forum Replies Last Post
Release: vBulletin Album EXIF information plugin for member album photos Adam General Talk 2 11-10-2011 06:00 PM
News Forum Updated to vBulletin 3.8.0 Adam Site Suggestions and Help 1 01-08-2009 08:51 AM
News Upgraded to vBulletin 3.7.5 Adam Site Suggestions and Help 4 01-07-2009 06:31 AM
News Board Upgraded to vBulletin 3.6.1 Adam Site Suggestions and Help 1 09-14-2006 03:07 AM



All times are GMT -7. The time now is 04:42 AM. | See also: NikonForums.com, CanonForums.com part of our network of photo forums!
  • Red (Default)
  • Green
  • Gray
  • Dark
  • Dark Yellow
  • Dark Blue
  • Old Red
  • Old Green
  • Old Gray
  • Dial-Up Style
Hello! It's great to see you back on the forum! Have you considered joining the community?
register
Creating a FREE ACCOUNT takes under a minute, removes ads, and lets you post! [Dismiss]
Top