Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

TEMPLATE search - Case Insensitive ?

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
sarahfoxnz
Smarty Regular


Joined: 11 Apr 2010
Posts: 76

PostPosted: Sun Jun 15, 2014 6:00 am    Post subject: TEMPLATE search - Case Insensitive ? Reply with quote

is there a way in a Smarty template to search casEInSensitIve ?

I've read various forums & the most useful answer I see is to adjust the PHP script to make everything lowercase.

BUT I want to display one variable /array loop - & then again, use the same array & compare a value within the array.

I dont want to have various Smarty lines in a foreach, or store send TWO arrays to the template containing the same information.

{if $v.Status eq "Yes"}

{if $v.Status eq "YES"}

{if $v.Status eq "yes"}

is there a way to have ONE "if" command & search case insensitive ?

VERSION: 2.6.26
Back to top
View user's profile Send private message
U.Tews
Administrator


Joined: 22 Nov 2006
Posts: 5068
Location: Hamburg / Germany

PostPosted: Sun Jun 15, 2014 2:20 pm    Post subject: Reply with quote

You can use the PHP function strtolower as modifier

Code:
{if $v.Status|strtolower eq "yes"}
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP