Heisenberg submitted a new resource:
You must be registered for see links
- Style Switcher like on vB.orgvB Version: 3.8.6
I've written a simple JS function that can be used if you want to implement a style selector like on vB.org (using colored icons instead of a dropdown).
Simply add this to vbulletin_global.js, or include it in your footer template:
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] }...
You must be registered for see links
Last edited:
