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

User Functions don't want to return anything !

 
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
nicolas.ernotte
Smarty n00b


Joined: 22 Aug 2003
Posts: 2
Location: Belgium

PostPosted: Fri Aug 22, 2003 6:54 pm    Post subject: User Functions don't want to return anything ! Reply with quote

All user function I tested (cycle, debug and counter) don't return anything.

exemple :

index.tpl :
<HTML>
<HEAD><TITLE>Test Page</TITLE></HEAD>
<BODY>
Counter : {counter}
</BODY>
</HTML>

output :
Counter :


The only manner to have the correct output is to do this :

index.tpl :
<HTML>
...
<BODY>
{counter assign="count"}
Counter : {$count}
</BODY>
</HTML>

output :
Counter : 1


What's my mistake Question
Do you have an idea Question

Thx

PS : Smarty has just been installed on my computer and I didn't create any user function
Back to top
View user's profile Send private message MSN Messenger
nicolas.ernotte
Smarty n00b


Joined: 22 Aug 2003
Posts: 2
Location: Belgium

PostPosted: Fri Aug 22, 2003 10:31 pm    Post subject: Reply with quote

I've found a solution...
I've re-installed Smarty and that works ! (Maybe an error slipped into the code ???)

Good night Very Happy

I'll do beautyfull dreams ! Wink

@++
Back to top
View user's profile Send private message MSN Messenger
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