After my host blaming vbulletin and vbulletin blaming my host i started to get a bit annoyed and went in search of some answers as i was 100% sure it was not a vbulletin isolated problem and it was a server config issue. What does this problem cause your forums to do ? It makes [...]
Alternate Colours for vbulletin 4 forum rows ( forum home ) and ( forumdisplay )
Other forum platforms like IPB have some very nice styles which allow alternate colour forum rows which allows things to look very smooth indeed. After looking around for a while for some pre-made code i would like to thank the source ( at the bottom of this article ). 1. Edit template forumhome_forumbit_level2_post Add the [...]
Redirect a certain User agent to another URL
There are modifications at vbulletin.org to allow you to do this but if you prefer not to have loads of mods and prefer to code different preferences your self this could be ideal <script language=javascript> <!– if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { location.replace(“http://www.yoursite.com/forum/index.php?styleid=6″); } –> </script> You can get a user agent list here : http://www.user-agents.org/
vBmagazine- Display your vBulletin Site like a Magazine
There are a lot of different uses for vBulletin and this is what makes it so great. You can make the vBulletin website that you have look like almost anything that you like, whether you want to display a simple forum that will look like the standard vBulletin site or whether you want to customise [...]