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 |
#502
|
||||
|
||||
It's pretty straightforward:
https://vborg.vbsupport.ru/showthrea...10#post1703410 @redraider Did you edit Template Modifications using vBulletin 3.8.X and TMS < 1.1.5 by any chance? If so: UPDATE templateedit SET styleid = -1 WHERE styleid = 0; UPDATE templateeditlocation SET addstyleid = -1 WHERE addstyleid = 0; |
#503
|
|||
|
|||
Hello,
Is there a reason that the modifications wouldn't show even though they are marked as active. I don't understand why none of the template changes are taking effect. |
#504
|
|||
|
|||
By any chance, are you using vB Optimise? You need to flush cache everytime you edit/update something in TMS then
|
#505
|
|||
|
|||
Is this vBulletin 3.5.x compatible?
|
#506
|
||||
|
||||
No, I'm sorry - vBulletin 3.5.X. doesn't support "always execute" installation code - a feature that is absolutely necessary for TMS.
However, if you don't mind template modifications not being installed/updated automatically upon product installation/upgrade, you could try to run in with 3.5 - it should basically work. |
#507
|
|||
|
|||
Quote:
going from v3.5.x to v.3.8.x I think is a big jump and I'm just worried about the things that will break and I wont be able to repair. |
#508
|
|||
|
|||
from the first post, 3.6
Quote:
|
#509
|
|||
|
|||
When I try to install this, I get the following error:
Code:
Database error in vBulletin 3.8.2: Invalid SQL: SELECT templateid, searchstrregex, replacestr FROM templateedit AS templateedit INNER JOIN templateeditlocation AS templateeditlocation ON (templateeditlocation.varname=templateedit.varname) INNER JOIN template AS template ON (template.title=templateeditlocation.template) LEFT JOIN style AS style ON (style.styleid=template.styleid AND FIND_IN_SET(templateedit.templateeditid, style.templateeditlist)) LEFT JOIN 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 (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' Error Number : 1267 Request Date : Saturday, April 11th 2009 @ 10:08:24 PM Error Date : Saturday, April 11th 2009 @ 10:08:25 PM Script : http://www.christianfunforums.com/forums/admincp/plugin.php?do=productimport Referrer : http://www.christianfunforums.com/forums/admincp/plugin.php?do=productadd MySQL Version : 5.1.30 |
#510
|
||||
|
||||
How can anyone with 314 posts not read back before posting a question like that? Did you just dive into this mod and try to install it without bothering to read the earlier posts?
|
#511
|
|||
|
|||
35 pages. I did a search in this thread and read through many posts stating the same thing. Instead of just chewing me out, how about telling me which post you are referring too? I read about people being told to fix their database over and over again, but I saw nothing about how to do it. My forums have been working perfectly. I find it hard to believe that the database is screwed up.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|