1
Mamba
Smarty 3.1 is coming to next version of XOOPS
  • 2015/1/14 2:07

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Resized Image 2015 is starting very well for XOOPS! Thanks to our Core Team Leader, Richard (aka Geekwright), we will have finally Smarty 3.x in the next version of XOOPS! Thank you Richard for your hard work on this!https://github.com/XOOPS/XoopsCore/pull/231 Quote:
This implement the latest Smarty 3.1 version in XOOPS. For an overview of the new Smarty see:http://www.smarty.net/v3_overview This introduces a number of BC breaks from Smarty version2.x. You may want to refer to the following documents:https://github.com/smarty-php/smarty/blob/master/SMARTY_2_BC_NOTES.txthttps://github.com/smarty-php/smarty/blob/master/SMARTY_3.0_BC_NOTES.txthttps://github.com/smarty-php/smarty/blob/master/SMARTY_3.1_NOTES.txt Quick over view of some practical template changes: String arguments need to be quoted. For example the tag <{xoAppUrl images/aligncenter.gif}> becomes <{xoAppUrl 'images/aligncenter.gif'}> Variables used in templates that have not been assigned will generate errors. You can fix this with the default modifier, i.e. <{$error_msg}> becomes <{$error_msg|default:''}> <{php}> is no longer supported. One common use for this was generating XOOPS security tokens. This use case now has a custom tag, <{securityToken}> <{foreachq}> and <{includeq}> depended heavily on Smarty 2 compiler internals and have been removed. Speed gains from recent PHP versions and from Smarty 3.1 make them much less useful. Use <{foreach}> and <{include}> respectively to replace them. You can use a variable scope modifier on <{include}> in the rare circumstance that changes to variable scope cause issues. Smarty has a <{block}> tag now that is used for template inheritance. To prevent conflict the exiting custom function has been renamed to <{xoblock}>
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

2
xoobaru
Re: Smarty 3.1 is coming to next version of XOOPS
  • 2015/5/19 0:01

  • xoobaru

  • Just can't stay away

  • Posts: 494

  • Since: 2010/12/2


Quote:
<{php}> is no longer supported.


I just found this, Smartybc.

(http://www.smarty.net/docs/en/bc.tpl)

a backward compatibility wrapper that allegedly allows <{php}> to be used in S3 as a potential workaround.

Login

Who's Online

203 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits