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

Custom Left, Right delimiter problem in comment

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


Joined: 04 Jan 2020
Posts: 1

PostPosted: Sun Jan 05, 2020 12:07 pm    Post subject: Custom Left, Right delimiter problem in comment Reply with quote

I've started using it Smarty Version -> 3.1.34-dev-7

I have following problem, Custom Left, Right delimiter (in comment).

$smarty->auto_literal = false;
$smarty->left_delimiter = "{%";
$smarty->right_delimiter= "%}";

Comment {* comment *} || without Custom delimiter

Comment {%* comment *%} || with Custom delimiter (It only works that way)

there is any setting for this;

example
$smarty->left_comment = "{*";
$smarty->right_comment = "*}";
Or something similar
Back to top
View user's profile Send private message
AnrDaemon
Administrator


Joined: 03 Dec 2012
Posts: 1785

PostPosted: Sun Jan 05, 2020 2:44 pm    Post subject: Reply with quote

No, Smarty delimiters are core of template parsing, everything else based on them.
I.e., Smarty comment is asterisks within delimiters.
Before you change them, please read something about them and why you DON'T need to change them, in most cases.
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