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

Where is the problem? ( Php question )

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


Joined: 09 Feb 2014
Posts: 23
Location: Iran

PostPosted: Wed Jul 16, 2014 5:40 am    Post subject: Where is the problem? ( Php question ) Reply with quote

Please see the :

Code:


{php}

/**
 * Include the Services_Gravatar class.
 */
require_once 'Services/Gravatar.php';

$gravatar = new Services_Gravatar('{$comments[comment].email}', array(
    'size'   => 180,
    'rating' => Services_Gravatar::RATING_G,
));

{/php}

{php} echo $gravatar->getHtml(array('title' => 'John Doe', 'alt' => 'John Doe avatar')) {/php}
<br>
<a href="{php} echo $gravatar->getURL() {/php}">{php} echo $gravatar->getURL() {/php}</a>



Where is the problem?
Into the wrong outlet and not shown why my Gravatar
Code should be ok, the problem is

$gravatar = new Services_Gravatar('{$comments[comment].email}', array(

see : {$comments[comment].email}

please help
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
AnrDaemon
Administrator


Joined: 03 Dec 2012
Posts: 1785

PostPosted: Wed Jul 16, 2014 8:23 am    Post subject: Reply with quote

The problem right in your code. You should not put application logic into template.
Back to top
View user's profile Send private message
mohrt
Administrator


Joined: 16 Apr 2003
Posts: 7368
Location: Lincoln Nebraska, USA

PostPosted: Wed Jul 16, 2014 2:20 pm    Post subject: Reply with quote

A smarty template tag will certainly not work embedded in PHP code. And AnrDaemon is correct, use a plugin instead of embedding PHP in templates. That will lead you to a workable solution.
Back to top
View user's profile Send private message Visit poster's website
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