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

How do I use strstr in Smarty to get the first letter

 
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
subba
Smarty n00b


Joined: 15 Aug 2014
Posts: 2

PostPosted: Fri Aug 15, 2014 12:50 pm    Post subject: How do I use strstr in Smarty to get the first letter Reply with quote

I am very new to smarty and I am I am not able to get first letter using

I am using {$i.domain} in .tpl file to get a domain name and I want to display first letter of the domain and tried with {$i.domain|strstr:' ':true} but it is not displaying anything.

Can some one explain me, how to resolve this?
Back to top
View user's profile Send private message
U.Tews
Administrator


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

PostPosted: Fri Aug 15, 2014 2:49 pm    Post subject: Reply with quote

strstr is the wrong PHP function.

Use
Code:
{$i.domain|substr:0:1}
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