Quote:
Originally Posted by KirbyDE
Any chance for a 3.5 Version?
|
It's really simple to migrate.
Just copy the block of code into the foot of admincp/template.php
And then add this XML to includes/xml/cpnav_vbulletin.xml
Code:
<navoption comment="HACK : COMPRESS TEMPLATES" displayorder="51">
<phrase>compressall</phrase>
<link>template.php?do=compressall</link>
</navoption>
<navoption link="template.php?do=compressall&revert=1" comment="HACK : COMPRESS TEMPLATES" displayorder="52">
<phrase>uncompressall</phrase>
</navoption>
That needs to go ABOVE this piece:
Code:
</navgroup>
<navgroup phrase="languages_and_phrases" permissions="canadminlanguages" displayorder="30">
Which places it in the styles_and_templates group.
The hack continues to work perfectly in vb3.5