PDA

View Full Version : VTE 2.0 question on template update instructions


Impaler
03-20-2010, 08:01 PM
Hello,

I'm aware that Vivvo CMS 4.5 will have VTE updated upto verion 2.0.

I remember asking for help when tweaking my template and I've noticed that in given answers some Vivvo "commands" etc. differ a little bit from the ones I had.

For example:

OLD command:
<vte:header type="script" href="{VIVVO_URL}js/tooltips.js" />

NEW command:
<vte:header type="script" href="{VIVVO_STATIC_URL}js/tooltips.js" />

They both work BTW.

I want to know whether when Vivvo 4.5 comes out will you provide decent in-depth instructions on how we should update our templates to take advantage of VTE 2.0?

And one more - please keep updating Vivvo downloadable templates as well. Not only the default (xhtml) template.

boccio
03-21-2010, 03:46 PM
Improvments in VTE were made in terms of refactoring (or simply said - "under the hud") to improve rendering speed and performance. VTE tags and templates are identical and 100% compatible.

Impaler
03-21-2010, 04:26 PM
now that's great to hear. I was prepared for a hard work updating the templates. :)

But also, how would you explain the example I've given above? With vivvo url command?

noncasus
03-21-2010, 07:38 PM
Improvments in VTE were made in terms of refactoring (or simply said - "under the hud") to improve rendering speed and performance. VTE tags and templates are identical and 100% compatible.

Ok so just to be clear, all VTE code will not be changed (maybe some additions?) and what is mostly changed is the PHP side, correct?
:o

bobster65
03-22-2010, 03:12 PM
now that's great to hear. I was prepared for a hard work updating the templates. :)

But also, how would you explain the example I've given above? With vivvo url command?

That isn't a "command" the only thing different is a VARIABLE. Variables are NOT VTE commands.

Impaler
03-22-2010, 07:22 PM
yeah yeah variable, I just didnt had the right word for it. English ain't my mothertongue.

bobster65
03-22-2010, 07:29 PM
yeah yeah variable, I just didnt had the right word for it. English ain't my mothertongue.

:D its all good. Im just glad that VTE itself didn't change. What a nightmare that would be lol

Alex
03-22-2010, 10:25 PM
Ok so just to be clear, all VTE code will not be changed (maybe some additions?) and what is mostly changed is the PHP side, correct?
:o
correct :)