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

getting the first letter of a variable

 
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
mystrymaster
Smarty Rookie


Joined: 31 Oct 2003
Posts: 17

PostPosted: Tue Nov 04, 2003 6:58 pm    Post subject: getting the first letter of a variable Reply with quote

so I need to be able to get the first letter of a smarty assigned variable in my template to be able to generate a list of letters across the top for targated hrefs in the page

I know how to get them in php however I don't know how to get smarty to out put the <a name='letterHere'></a> Only on the first instance of the letter.

Is there a way that I can get the first letter of a smarty assigned variable?
Back to top
View user's profile Send private message
boots
Administrator


Joined: 16 Apr 2003
Posts: 5611
Location: Toronto, Canada

PostPosted: Tue Nov 04, 2003 7:59 pm    Post subject: Reply with quote

the absolute simplest way to do so would be to use the PHP substr function as a modifier:

{$var|substr:0:1}

You might consider writing a custom modifier to pacakge this in a more straightforward manner, perhaps {$var|firstletter}

HTH
Back to top
View user's profile Send private message
mystrymaster
Smarty Rookie


Joined: 31 Oct 2003
Posts: 17

PostPosted: Wed Nov 05, 2003 8:20 pm    Post subject: Reply with quote

thanks boots works perfectly - maybe after I get a little more comfortable with smarty I will right a modifier for it.
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