Version: 1.00, by civil78
Developer Last Online: Nov 2021
Category: Miscellaneous Hacks -
Version: 4.x.x
Rating:
Released: 10-13-2013
Last Update: 10-13-2013
Installs: 5
Uses Plugins
Translations
No support by the author.
This module is targeting developers/web designers and it provides the feature to load vbulleitn templates directly from external files.
The main problem when you make changes into templates (if you don?t work directly on browser window) is that you have to copy/paste always the code from the external web editor to vbulletin template editor.
This module provides an easy way to change the template by loading an external file into the template. Developer can change directly the template from the external web editor and for example using ftp to save the file into the server. So there is no need to copy/paste the code.
These templates works like vbulletin editor and the <vb:>, {vb:} tags can used. All the template code parsed as well as vbulletin does. The only feature that it's "missing", is that there no ?bad code? checking. But developers with a lot of experience doesn?t need that.
You can add two type of tags, import and overwrite.
With import tag you can partly import multiple external template files into specific places of an existing template.
With overwrite tag you can replace the whole template with the code that included on the file. You can keep also the existing code, its doesn?t matter.
Option to change the import and overwrite tag names.
Option to hide tags when the product isn?t activated.
Option to prevent file cashing when you load files from a domain.
Important Notice
This module is only for developing proposes. At the end of developing, I suggest to copy the final code into the template system. Also I don?t suggest to use this module on a live site, this may increase a little bit the server load, because it parses every time the external templates files.
I am trying to make this work in vB3 i have tried a few things with no success. Is there a funtion i have to word differently or anything to make this compatible cause all the results i get look similar to this image
after looking over the plugin source, i still dont see how this wouldnt work with vb3 the only thing that catches my eye that wouldnt work is the display:none for the headinclude_css template, other than that im lost.
but this is something i would love to have on my site
also tried changing the hook locations, and i manged to get an echo to appear, but still no success =(