Template Modification System
============================
Author: Andreas Kirbach
URL: http://www.vbulletin.org/forum/misc.php?do=producthelp&pid=tms
Version: 1.2.0 Beta 4

Description
-----------
This modification allows easy management of template modifications.
Hack authors can define the necessary template modifications for their products.
When exporting a product, all template modifications assigned to this product in MASTER style will be embedded into the product XML and imported on the end-user vBuleltin installation automatically if TMS is available.
Alternatively, it is also possible to create separate XML files for template modifications.
This way, 3rd parties can provide Template-Modification XL files for existing hacks.
Hack authors can also export standard template modification instructions as textfiles to package them with their hacks, which allows users that do not have TMS to also install them

In case the author defined modifications do not work (eg. the user uses a custom style), the users can easily customize the modifications for their style(s).

TMS modified templates transparently, e.g. all Templates can still be modified manually in style manager - they will appear unchanged there.

System Requirements
-------------------
vBulletin Version 4.1.5 or higher

Installation
------------
1) Upload all files in folder upload to their respective directories on your webserver.
2) Import the file product-tms.xml in ACP under 'Plug-ins & Products / Manage Products'

Uninstallation
--------------
1) Uninstall the product 'Template Modification System' in ACP under 'Plug-ins & Products / Manage Products'.
2) Delete the following files
   - admincp/templateedits.php
   - includes/adminfunctions_templateedits.php
   - clientscript/tms_ajax.js
   - clientscript/tms_templateeditmgr.js
   - includes/xml/cpnav_tms.xml
   - includes/md5_sums_tms.php
   - includes/version_tms.php

Usage
-----
After installation, two new links will appear in the navigation frame (left side) in section 'Styles & Templates'

Warning
-------
The maintenance function 'Rebuild all Styles' MUST NOT be executed when the Plugin System or TMS is disabled!

Branding
--------
This Modification will display a small copyright-notice "Template-Modifications by TMS" in the footer of your forum.
According to the license agreement for this modification, you are not allowed to remove this copyright notice!
If you want a branding free version, please contact me (andreas.kirbach@gmxpro.de).

Contributions
-------------
Many thanks to Hoffi, Hellraider, Stoebi and Onur for Bug-Reports & Suggestions during the first Beta-Test.
Special thansk to Hoffi for providing additional demos.