The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Template Modification System Details »» | |||||||||||||||||||||||||||||||||||||||||||
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
1.2.0 Beta 3
1.2.0 Beta 2
1.2.0 Beta 1
1.1.5
1.1.4
1.1.3
1.1.1
1.0.0
1.0.0 RC 1
1.0.0 Beta 4
1.0.0 Beta 3
1.0.0 Beta 2 First public Beta Download Now
Screenshots
Show Your Support
|
11 благодарности(ей) от: | ||
alhidaya, Hostboard, izenberg, misericorde, mohammadxxx, o0mohammed0o, Simon Lloyd, Skaut, SWSUSA, usHealthy |
Comments |
#782
|
|||
|
|||
I am getting the following error:
Code:
Database error in vBulletin 4.1.11: Invalid SQL: SELECT t1.templateeditid AS templateeditid_1, t1.varname , t1.templateeditid AS templateeditid_1, t1.styleid AS styleid_1 , t2.templateeditid AS templateeditid_2, t2.styleid AS styleid_2 FROM templateedit AS t1 LEFT JOIN templateedit AS t1 ON (t1.varname=t1.varname AND t1.styleid=-2) LEFT JOIN templateedit AS t2 ON (t1.varname=t2.varname AND t2.styleid=14) WHERE t1.styleid = -1; MySQL Error : Not unique table/alias: 't1' Error Number : 1066 Request Date : Monday, April 2nd 2012 @ 10:48:07 AM Error Date : Monday, April 2nd 2012 @ 10:48:07 AM Script : http://www.47r-squad.com/xxxxx/template.php?do=massmerge&product=tms&hash=83ce42051623fbb9c38c932f5d51cdc7&redirect=index.php%3Floc%3Dplugin.php%253Fdo%253Dproduct Referrer : http://www.47r-squad.com/xxxxx/plugin.php?do=productimport IP Address : xxxx Username : xxxx Classname : vB_Database MySQL Version : 5.1.61 |
#783
|
|||
|
|||
I love it with non-custom templates but with custom made templates, its a bit of a pain. Otherwise, great system
|
#784
|
||||
|
||||
Quote:
|
#785
|
|||
|
|||
Yeah, for some reason I had to reapply the files to make it work...
|
#787
|
|||
|
|||
Quote:
works for me with PHP Version 5.3.10-1~dotdeb.1 |
#788
|
|||
|
|||
i have a problem with 4.12 suite:
Quote:
updated tms with 4.10 with 2.1 beta4 and the error was the same. need urgent help please. |
#789
|
||||
|
||||
I'm using it with 4.1.12 (just upgraded). It works fine.
Only problem is that it doesn't recognizes mobile styles (now (with vB4.1.12) skin can be standard or mobile), but if code is found inside mobile style, it gets replaced. Recognizing doesn't work in part where we can specify code changes per style. So we can work a bit blindly, but changes can be made and changes work even in mobile styles. |
#790
|
|||
|
|||
it doesn't like using DFP code
Code:
<script type='text/javascript'> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); </script> <script type='text/javascript'> googletag.cmd.push(function() { googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> Code:
Errors occured while trying to compile the following templates. headinclude Unclosed Curly Brace Expression The template modifaction has been saved, but it will only become active ater the templates can be successfully com?piled. |
#791
|
|||
|
|||
seems to not like the first line
Code:
var googletag = googletag || {}; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|