Log in

View Full Version : Edit All Templates


XoticGuru
10-09-2005, 04:29 AM
Hello Everyone

I was wondering if it would be possible for a modification, plugin or product for vBulletin 3.5.0 for template editing, let me explain this as simple as possible, my forum has 3 Styles installed, And say i want to install a mod for example ill use the one im installing right now: 'Inferno Warning System' or IWS. Uploading the files and installing the Product is easy just when you have to get into the Template edits you have to go through editing the Templates One by One.

Eg.

Default Style:
------------------------------------------------------------
Template: postbit_legacy OR postbit (depending on which you use)
Find:
----------------------
$post[iplogged]
Or
<!-- End Post Thank You Hack -->
----------------------
UNDERNEATH add:
----------------------
<if condition="$show['warning']"><br /><div class="smallfont">$post[warning]</div></if>
----------------------

Then i have to repeat the step for the other 2 Templates i have installed. Are you folllowing me yet? I can make it a bit confusing! Im requesting a mod that lets me apply the following Edits Across all my Templates.

Eg

Default Style, Style 1, Style 2.
------------------------------------------------------------
Template: postbit_legacy OR postbit (depending on which you use)
Find:
----------------------
$post[iplogged]
Or
<!-- End Post Thank You Hack -->
----------------------
UNDERNEATH add:
----------------------
<if condition="$show['warning']"><br /><div class="smallfont">$post[warning]</div></if>
----------------------

Is this possible or infact has this already been done. My first post so take it easy on me :nervous:

*Bump*

Totti
12-08-2005, 04:04 PM
would be interested, too ...
there is hack, though, which copies templates ... something similar i think

Sculli
12-08-2005, 04:44 PM
phpBB had a hack like that, ezmod I believe it was called. I have a dozen styles installed and it would sure be nice to be able to mod them all at once with the same mod.