Gary King
01-06-2004, 10:00 PM
Using this hack, you can just make one click in your admin cp to see all your templates, without making several clicks :)
I use this modification a lot myself, because it saves me some time, especially on slower hosts and such which takes more time to get to where I want to go :p
Instructions
Open admin/index.php and findmakenavoption("Add Template Set","template.php?action=addset");
Replace it with makenavoption("Add Template Set","template.php?action=addset","<br />");
makenavoption("Show All Templates","template.php?action=modify&expandset=1&group=all");
Also, if your default style isn't styleid 1 (not the first one after installing vBulletin, but one that you created) then change the 1 in the added code, to whatever other styleid you are using :)
Hack is now installed, enjoy! :D
I use this modification a lot myself, because it saves me some time, especially on slower hosts and such which takes more time to get to where I want to go :p
Instructions
Open admin/index.php and findmakenavoption("Add Template Set","template.php?action=addset");
Replace it with makenavoption("Add Template Set","template.php?action=addset","<br />");
makenavoption("Show All Templates","template.php?action=modify&expandset=1&group=all");
Also, if your default style isn't styleid 1 (not the first one after installing vBulletin, but one that you created) then change the 1 in the added code, to whatever other styleid you are using :)
Hack is now installed, enjoy! :D