Tag Archives: Amp

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 [...]

Comments Off Continue Reading →

IMPEX: Enable visitor messages gloabally after imported forum

To enable all visitor messages after an import run the query : PHP Code: UPDATE user SET options = options + 8388608 WHERE NOT(options & 8388608) to disable all visitor messages : PHP Code: UPDATE user SET options = options - 8388608 WHERE options & 8388608

Comments Off Continue Reading →

10 Of The Best vBulletin Mods and Plugins For vb3

One of the things that you will need to think about when you are running a vBulletin website is giving it an edge over the competition. There are a range of vBulletin mods and plugins out there that will enable you to do this and a lot of people don’t think about using them. We [...]

Comments Off Continue Reading →