Back to vBulletin 3.0 Add-Ons

How to show all templates in one click OR add a new template when in the admin cp!
Mod Version: 1.00, by Gary King

This modification is in the archives.
vB Version: 3.0.0 Rating: (0 vote - 0 average) Installs: 21
Released: 07 Jan 2004 Last Update: Never Downloads: 5
Not Supported  

Using this hack, you can just make one click in your admin cp to see all your templates, OR add a new template, without making several clicks

I use these 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

Instructions

For the modification to view all templates

Open admincp/index.php and find
PHP Code:
        construct_nav_option($vbphrase['style_manager'], 'template.php?do=modify''<br />'); 
Below, add:
PHP Code:
        construct_nav_option($vbphrase['view_all_templates'],'template.php?do=modify&amp;expandset=1&amp;group=all','<br />'); 
Now create a new phrase called view_all_templates, in the Control Panel Home Pages phrase type, and put the following in the content:
Code:
View All Templates
For the modification to add a new template

Open admincp/index.php and find
PHP Code:
        construct_nav_option($vbphrase['search_in_templates'], 'template.php?do=search''<br />'); 
Above, add:
PHP Code:
        construct_nav_option($vbphrase['add_new_template'],'template.php?do=add&amp;dostyleid=1','<br />'); 
Now create a new phrase called add_new_template, in the Control Panel Home Pages phrase type, and put the following in the content:
Code:
Add a New Template
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!

Download

No files for download.

Similar Mods

How to add a new phrase in one click when in admin cp (for those lazy ones among you) vBulletin 3.0 Full Releases
How to show all templates in one click when in the admin cp vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024