![]() |
Quote:
What's that? |
Quote:
But the template doesn't seem to be modified either... at least, when I display it afterwards, it looks the same as it did before. I'm afraid I'm not finding the form intuitive at all. A step by step guide would sure be helpful. |
But thats the point, the template itself remains the same, so upgrades happen flawlessly. I'm really not sure how it could be explained better. Maybe you should stick to template edits... :P
|
TMS (Template Modification System" is a tool for making modifications to existing templates.
Lets say you have a vbulletin template which had the following line in it: HTML Code:
<div>This is the title!</div> You could simple edit the template and add appropriate tags, and viola - it would be done. However, a future version of vbulletin may update that template and then you would need to re-apply the edits. Using TMS, you can 'Search for Text' <div>This is the title!</div> and choose to 'Replace with Text' <div><strong>This is the title!</strong></div> and TMS will edit your template for you. If a future release of vBulletin modifies that template, your edit will remain - if it modifies the section of teh template you have edited, you will be alerted to this and will then be able to easily update your TMS edits. I have a heavily customised site based on the default style - ALL of it is done with TMS - my last upgrade required zero additional effort other than uploading files and running the upgrade script. Learn how to use it - you'll be glad you did! |
Thanks for your patience! I think I get it now... but really this time. http://www.freesmileys.org/smileys/basic/dunce.gif
You don't really change the templates, you store your changes and TMS applies them as though you changed the template. So... TMS doesn't actually "modify templates." That's what was tripping me up... I'm just way, way too literal at times (ADHD? autism? Nah... just a nutcase). Seriously though, who would have thought "Template Modification System" was a "system for avoiding actual modifications to templates"? I definitely see that avoiding actually changing the templates is the advantage though. So... since I have a number of templates already edited, what I could do now is put those edits in text files temporarily, revert all the templates and then use TMS to faux-modify them. Then, going forward, vBulletin just sees unmodified templates and upgrades them normally while TMS continues applying my "modifications." A couple questions though: what happens if... 1. My "insert after" string is not unique... will TMS apply my new code more than once? 2. A future template upgrade by vB removes/alters the string I placed my modification in place of/after/before? |
Quote:
|
1.) I'm not sure about that, but if it's not unique, just paste more code in the "search for" window (the upper window) so that it -is- unique. If done that way, you are always sure it only changes the one thing you want changed.
2.) vB upgrade will change nothing of your TMS system. If a template get changed by vBulletin this is what happens: a.) You upgrade your vbulletin b.) You login to your admincp c.) TMS system will doe a check automatically or at least if you refresh your screen once. Then it will see things are changed, you get a list of OK templates which you changed in TMS, but the templates which are change by vBulletin will get a sign that it's not oke, you will get notified. d.) You check the original vB template for the changed code and change the changed code in your TMS system. e.) Rerun the template check from TMS and all will be fine. |
Thanks for this great mod! Installed and nominated!
|
Quote:
|
I think I have the concept now, but some how-to is still eluding me.
I want to change the way the private message quota progress bar displays. I'm told this is in the pm_messagelist template. So I go to the Template Modifications Manager and select "Add Template Modification" under Default style. Problem: the Template dropdown doesn't show pm_messagelist as an opition... in fact it only shows a dozen or so templates. This must have something to do w/what I was discussing earlier... can only modify customized templates? But I got the impression there was no need to create a new style, so not sure where to go next. |
Sounds like you're running into the same problem that I had. My output_buffer was set too low. iirc, thats a apache config, check with your host...
I'm still having problems with it when adding styles, but I just disable TMS, add the style, and re-enable TMS. |
You should make template modifications under MASTER STYLE
|
Can this be used after templates have already been modified? Or is it meant for a fresh install?
|
Check one or two pages back for a whole conversation on that. Yes.
|
Quote:
|
1 Attachment(s)
Hey all:
Two things: Thanks for great mod - just installed it and I can see this working for us at GBLCG.com. However - thing II - I am now receiving the following error message on all pages: Quote:
Any wisdom on how to tackle this pesky little issue welcomed with joy! Cheers! |
I'm testing a 3.8 beta2 upgrade. I had had TMS 1.0.0 installed, after upgrading the site to 3.8b2 (from 3.7.2 PL1) editing a Template Modification resulted in it disappearing/being deleted without warning
I exported the template edits from my live site, upgraded test site to TMS to 1.1.4, truncated the "templateedit" table in the DB, imported template edits (ignoring version and allowing overwrite) and tried again. The same thing happens. Edit: I've got Mysql Version 5.0.51a. I noticed on vb-germany that you mention that it only with MySQL 4.1.x version 4.1.10 and MySQL 5.0.x version 5.0.3. Could this be the issue? |
No, it's a 3.8 issue.
An updated package will be released soon. |
Excellent, thank you.
|
Great mod installed and working for some time now :up:
Id like to use it for the VBStatus template mods such as: PHP Code:
Thanks :o |
Quote:
Changing these to TYPE_BOOL and TYPE_INT respectively fixed any further "disappearances" in 3.8 for me. |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=409 |
Also how do i get rid of the footer advertising for tms
|
Quote:
In short: How do I get TMS to add stuff to the bottom of a template? Thanks VJ |
I am like so many vb'ers in that I frequent this board looking for something to make my life easier as both a license holder and fan of Vbulletin.
My question is this... I have a heavily modded style that I have played with and tweaked for months. I also have a bunch of mods installed. If I install this "TMS" what problems are there that I am likely to encounter? |
1 Attachment(s)
Andreas - is there a manual work around to the 3.8 incompatibility?
Quote:
Code:
<!-- logo --> -or- I've attached my vBstatusTMS edits - try importing this |
Great Mod Andreas... Updating templates without it,,, is a pain in the A$$...;)
|
I simply love this modification and for me it?s definitely the most important enhancement for any vb-upgrade. I just can say "Thankyou so much" for giving us this tool.
Quote:
I came across the same issues with diminishing template-edits, searched my database and found the described styleid-variable in the database. But in the end I made a switch back to 3.74pl1 to be safe with TMS. |
I've not tested this personally yet, but thincom2000 was referring to the templateedits.php file. TO apply his/her 'fixes' for version 1.1.4:
Edit the admincp/templateedits.php file, search for : PHP Code:
PHP Code:
|
After initial testing on a NOT LIVE site, the above change by Thincom2000 appears to address the issues under 3.8RC1.
|
Thank you very much, dartho, for these infos! :)
|
Quote:
- Upgraded to 3.7PL1 - Upgraded TMS - Disabled output_buffering (According to this it should be off if I have gzip enabled) - Prolly some other stuff that I forget |
Can anyone confirm or deny this bug?
Attempt to create a new template mod (under vBulletin), select a template (I used navbar), click 'View Template', when the template shows up at the bottom - attempt to use the search feature and look for 'hello'. I get the following error: Not Found The requested URL /admincp/.php was not found on this server. |
not happening under TMS 1.1.4
|
this does not work at my forums, can it be it does not work on 3.7 versions ? also the footer showing ur site !!! how to get rid of it !!! its not like saying about ur hack, its more that driving traffic to ur site !!!! its not like saying your copy right but its more like getting 1 million visitors heading ur site.. hacked removed !!!!
|
TMS is the most useful thing I ever met.
You can buy a branding-free-license to remove the (linked) copyright-footer. It works fine on vBulletin 3.7.4PL1 :) |
@flypaper
Hmm, I havn't been able to reproduce this yet, but sounds like a JavaScript problem. @momo2 It works just fine with 3.6.x, 3.7.x - I used it on dozens of production sites (both 3.6 and 3.7). I did not extensively test it (yet), but it should also work just fin with 3.8 RC 2 |
Adereas, it does work but not with all the skins, but my main, complaint is why u have tm showing in my footer, which i have no problem with as long it goes to this post, or to ur hack post in ur site, but than again u what i am saying..
|
TMS works with any style. However, if there are customized templates in your style you might have to customize the template modifications as well.
|
Works fine with 3.8 RC2 also.
|
All times are GMT. The time now is 10:38 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|