We need more Smarty Modifiers!

1
Bug #
Priorität3 (🔹 Normal)
BereichSmarty
TitleWe need more Smarty Modifiers!
BeschreibungMal die Smarty-Modifier-List durchgehen und "ungefährliche" Modifiers in die Whitelist aufnehmen.

[plugin] (secure mode) modifier 'strstr' is not allowed (Smarty_Compiler.class.php, line 1883) (/***/***/***/***/smartylib/Smarty.class.php : 1148)
Reported by @
 
Git Commit
Assigned to @ 06.08.2007 16:51
StatusResolved @ 1
zorg.ch
#102567 by @ 07.08.2007 00:15 - nach oben -

Text:
datename // {$timestamp|datename} konviertiert einen timestamp in ein anständiges datum/zeit
stripslashes // wie in PHP
substr // {substr from=2 to=-1}text{/substr} // gleich wie php-fnc substr(text, from, to)
strstr // Modifier für die Funktion strstr() wie in PHP
stristr // Modifier für die Funktion stristr() wie in PHP (Gross-/Kleinschreibung ignorieren)
sizebytes // stellt z.B: ein 'kB' dahinter und konvertiert die zahl.
trim
htmlentities
concat
ltrim
maxwordlength

Other:
rand" // {rand min=2 max=10 assign=var}
assign_array // erlaubt es, mit Smarty Arrays zu erzeugen
strip_anchor // link
implode // String glue
floor
print_array // {print_array arr=$hans})