Top "Smarty" questions

Smarty is a templating engine for PHP.

Using Smarty to strip P tags from my HTML

I'm using this code {$entry.entry|strip_tags} to strip tags, however I would just like to strip <p&…

php smarty paragraph strip-tags
Opensource Chat Application?

I have a prosperity application written in-house in PHP for collaboration (Basecamp knock off). We're looking for a way to …

php zend-framework smarty collaboration social
smarty for loop unrecognised tag

I just started using Smarty today so I may be doing this completely wrong, but I can't seem to find …

for-loop smarty
Smarty: get the current physical file path

In Smarty, is there a way to retrieve the current physical path of the template file? I'm looking for the …

php smarty smarty3
Smarty PHP clashing with AngularJS

How do I stop Smarty throwing an error when I'm using AngularJS in the same template. I have a Smarty …

php javascript smarty angularjs template-engine
Prestashop - basket total price

it's me again with another Prestashop question. In my template, I'd like to display total price in basket (cart) without …

php smarty prestashop
Smarty date variable. Add days, change format

I have a question about the date format in smarty. I got a smarty variable: [{ $order->oxorder__oxorderdate->…

date format smarty days
disable smarty notice

I would like to disable smarty-s notices. This exactly: Notice: Undefined variable: xy Because I know that some variables are …

php html templates smarty