How to show all templates in one click OR add a new template when in the admin cp!
This modification is in the archives.
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 />');
PHP Code:
construct_nav_option($vbphrase['view_all_templates'],'template.php?do=modify&expandset=1&group=all','<br />');
Code:
View All Templates Open admincp/index.php and find PHP Code:
construct_nav_option($vbphrase['search_in_templates'], 'template.php?do=search', '<br />');
PHP Code:
construct_nav_option($vbphrase['add_new_template'],'template.php?do=add&dostyleid=1','<br />');
Code:
Add a New Template 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 |