Version: 1.2.0b4, by Andreas
Developer Last Online: Jan 2023
Category: Administrative and Maintenance Tools -
Version: 4.1.10
Rating:
Released: 07-20-2007
Last Update: 03-10-2012
Installs: 917
DB Changes Uses Plugins
Additional Files
No support by the author.
Template Modification System 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 vBulletin 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 XML 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
This Modification requires MySQL 4.1 or higher - it does not work with MySQL 4.0!
If you use MySQL 4.1 series, MySQL 4.1.10 or higher is required
If you use MySQL 5.0 series, MySQL 5.0.3 or higher is required
TMS 1.2.0 Beta 1 or higher requires vBulletin 4.1.5 or higher
vBulletin Compatibility
Versions up to and including 1.1.5 are compatible with vBulletin 3.6.X, 3.7.X and 3.8.X
Version 1.1.5 is partly compatible with vBulletin 4.0.X and 4.1.X
Version 1.2.0 Beta 1 or higher is compatible with vBulletin 4.1.5 or higher
vBulletin 4.1.11 or higher is currently not fully supported by TMS. If you use this version please apply the following patch: tms_patch120b4.zip
Branding:
Please note that TMS puts a small branding/copyright notice in footer - see readme.txt for further details.
Version History
1.2.0 Beta 4
Bugfix: Database error when trying to add a template modification (this bug was introduced in TMS 1.2.0 Beta 3)
1.2.0 Beta 3
Changed: Converted hardcoded text to phrases
New Feature: Added doubleclick for editing style variables
Bugfix: Database error when trying to add a template modification with an existing varname to a different style
Changed: Fixed formatting of templateedits.php
Bugfix: Fixed erors when manually modifying a template with template modifications
1.2.0 Beta 2
Bugfix: Fixed errors in style variable editing code
1.2.0 Beta 1
Changed: Ported to vBulletin 4.1
New Feature: If an error occurs while trying to compile a template this error is now being disaplayed when trying to save the template modification
New Feature: Styles variables used in templates can be edited via AJAX from the modify template screen
1.1.5
Fixed Bug: Fixed incorrect variable type
New Feature: Box 'Template-Modifications' (shown on editing a template) can now be collapsed/expanded
1.1.4
Fixed Bug: Fixed HTML error/XSS in Template Modifications Manager
1.1.3
Fixed Bug: Added missing phrase on ACP home
1.1.1
Fixed Bug: Fixed Error with conflicting Template Modifications when importing a product
Fixed Bug: Removed Pre-Selection of processing mode when adding new modifications
Fixed Bug: Fixed Bug with zlib.output_compression AND vBulletin internal gzip being both turned on
New Feature: Automatically rebuild template modifications after vBulletin Upgrade
1.0.0
Changed: Several files renamed
Fixed Bug: Fixed incorrect handling of product ids that contain only numbers
New Feature: Search text can be search in template when editing a Template-Modification in Style Manager
Changed: Multiple Template-Modifications can be loaded via AJAX
First Release on vBulletin.org
1.0.0 RC 1
Fixed Bug: All Bugs reported for Beta 4 have been fixed
Changed: Display of modified Templates with HTML comments has been modified
Changed: Debug-Mode is no longer required
New Feature: It is now possible to export/import style-specific Template-Modifications
1.0.0 Beta 4
Fixed Bug: All Bugs reported for Beta 3 have been fixed
Changed: Sorting in Template Modifications Manager has been changed
New Feature: When adding or editing a Template-Modification, the Template can now be displayed and searched via AJAX
Changed: When exporting as Text, the original instructions (eg. insert below/above) are retained
New Feature: It is now possible to test each Template-Modification
New Feature: Testing improved. It is now being display if a Template is OK after applying a Template Modification
New Feature: When editing a Template, it is possible to activate/deactvate multiple Template-Modifications
New Feature: Template-Modifications can now also be exported and tested from withing Product Manager
New Feature: Function to display a template with all Modifications applied.
This function can also display embedded comments to make it easier to identify changed parts
1.0.0 Beta 3
Fixed Bug: All Bugs reported for Beta 2 have been fixed
New Feature: Simplified adding Template-Modifications by allowing to select how to handle replacement text (eg. replace or insert above/below)
New Feature: Each Template-Modification can now be disabled
Changed: Testing Template-Modifications has been reworked:
Column ordering can now be set through vBulletin Options; column headers are clickable to sort results
Output has been separated by styles
It is now possible to test only selcted products
New Feature: TMS now integrates with 'Style Manager' and 'Product Manager'
New Feature: The language can be selected when exporting Template-Modifications
New Feature: Weh TMS gets deactivated, all Template-Modifications will be deactivated too
New Feature: Display of Template-Modifications while editing a Template in Style Manager has been improved:
It is now being display if a Template-Modification could be applied
Template-Modifications can be edited via AJAX
As said, I can't reproduce the problem and am therefore unable to help you.
So I can only suggest to uninstall it.
Sorry, but that's the only thing I can do.
Feel free to PM me all necessary logins and i'll take a look.
I have a few templates that show as active in status but not showing with a "Check Mark" and nothing that I do is allowing the template changes to take affect - ideas?
i think this mod is causing some issues with my live board and decided to test it on my test board.after clean install i installed it and got this error.
SELECT templateid, searchstrregex, replacestr
FROM vb_templateedit AS templateedit
INNER JOIN vb_templateeditlocation AS templateeditlocation ON (templateeditlocation.varname=templateedit.varname )
INNER JOIN vb_template AS template ON (template.title=templateeditlocation.template)
LEFT JOIN vb_style AS style ON (style.styleid=template.styleid AND FIND_IN_SET(templateedit.templateeditid, style.templateeditlist))
LEFT JOIN vb_product AS product ON (product.productid=templateeditlocation.product)
WHERE (NOT ISNULL(style.styleid) OR (templateedit.styleid=-1 AND template.styleid=-1))
AND (product.active=1 OR templateeditlocation.product='vbulletin')
AND templateedit.active = 1
AND template.title IN ('footer')
ORDER BY searchorder ASC;
MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Error Number : 1267
Request Date : Saturday, January 31st 2009 @ 11:53:52 PM
Error Date : Saturday, January 31st 2009 @ 11:53:53 PM
Script : http://www.xxxxxxxxxxxxxx.com/adminc...=productimport
Referrer : http://www.xxxxxxxxxxxxxx.com/adminc...?do=productadd
IP Address : -------------
Username : Jeff
Classname : vB_Database
MySQL Version : 5.0.67-community
I have a few templates that show as active in status but not showing with a "Check Mark" and nothing that I do is allowing the template changes to take affect - ideas?
Is it as simple as going to cpanel > MySQL databases > Repair DB ? Could you simplify it for me? I can pm you my cpanel login details if it is required.
During installation, a few steps have already been completed. Wouldn't that be a problem when I do a second installation?