Smarty is a templating engine for PHP. It allows for easy separation of application logic and display code, as well as simplifying reuse of templates.

learn more… | top users | synonyms

-1
votes
0answers
12 views

how to add custom jquery to prestashop header template

I am trying to add some custom jquery (cookie warning) to prestashop header template but I am probably doing something wrong because it's simply not working (as you can imagine it should show a cookie ...
0
votes
1answer
40 views

How to postion the text at its original space after revisiting the same link? [closed]

My question sounds bit confusing. Let me explain you in detail what my requirement is. I'm using php, smarty, ajax and jquery. I'm putting a web address and pass one value in query string to the page ...
0
votes
1answer
21 views

Show Home page as Category page

I'm working on a custom Prestashop theme for my e-commerce, and I want to show the index homepage as the category pages. I have a one big category (Home) that contains 4 subcategories ( Girl, boy, ...
0
votes
0answers
18 views

How to play embedded quicktime audio file [closed]

I've created one page. It is listing out values in a table and I need to place one audio control in that table. I've written code like below. But its not working (I didn't get any errors also). ...
-1
votes
1answer
13 views

How convert a number in letter in smarty?

I want to put letters instead of numbers.For example, if I have the following statement: {for $node=1 to {$nr_nods}} {$nod}<br> {/for} where {$nr_nods}=3, will show 1 2 3 ,but Y ...
0
votes
1answer
28 views

Display php function with smarty

I'm beginer in smarty My php function is: public function list_special() { Session::set('was_in_special', 'true'); if (isset($_GET['showall']) && $_GET['showall'] == 'yes') ...
0
votes
1answer
18 views

What's the issue in accessing variable value in smarty template?

I'm assigning a value to smarty template from PHP file. My code snippet from PHP file is as follows : <?php require_once("includes/public-application-header.php"); ob_start(); ...
0
votes
1answer
25 views

Smarty - Output HTML Variables

I cant understand how Smarty proceed with PHP string variables, with HTML tags: If I type: $string = '<b>Hello World</b>' $smarty->assign('STRING',$string); The result is Hello ...
0
votes
1answer
26 views

Smarty/php : how to handle an array

So I've been workin with smarty for only 2 weeks so I basically don't know anything about it. I've got this array : Array ( [0] => Array ( [id_personalized_case] => 107 ...
0
votes
0answers
39 views

remove non english word smarty

I am currently working with smarty 2.6. I get data from the database (I don't have access, I just fetch the data) as &#225; in a string. I need to change it to á in the .csv file that I am ...
0
votes
0answers
19 views

pass php to smarty as function

I'm trying to include this file in my smarty template file, written it as a function but not getting any output: function smarty_function_latestcomments($params, $template) { ob_start(); // feed ...
0
votes
0answers
10 views

$smarty->caching() properly

In Smarty.class.php the caching variable is declared var $caching = 0; But why is it always repeated in each .php-file by $smarty->caching = 0; Isn't this obsolete?
0
votes
3answers
53 views

How to upload file into server using smarty?

I've written code for upload file to server like below. Home.tpl <form enctype="multipart/form-data" method="post" action="upload_file.php" > <label ...
0
votes
4answers
40 views

How to access the array in correct way in smarty?

The array named $chapter_theory_details is as follows : Array ( [cs_class_id] => 2 [cs_subject_id] => 8 [chapter_id] => 103 [chapter_cs_map_id] => 81 [chapter_title] ...
0
votes
2answers
49 views

How to clear the HTML content of some id in jquery?

I'm using smarty template, php and ajax. I've following code snippet from my smarty template: <td align="left" id="subject_container" colspan="2" valign="top"> <form> <table ...
1
vote
0answers
21 views

Smarty not changing until Apache server restart

I have Smarty integrated into Zend and it's using Zend Cache with Smarty saving cache into separate folder. When I make changes to the smarty or PHP codes with Zend, it seems the only way to see ...
0
votes
2answers
36 views

Send data from large form by AJAX

I have a form with 30 field: 3 field which are 10 times repeated. This is my code: <form id="artikelform" method="POST" name="controleartikelen" action=""> <table id="controle"> ...
1
vote
3answers
58 views

What's the error with my code?

I'm using smarty template and php. The following code is being written in smarty template. {literal} <script type="text/javascript"> // This function gets test when category checkbox is checked ...
0
votes
1answer
16 views

Smarty plugin-like functionality within Spring MVC possible?

I have a software design question. I am looking for Smarty plugins-like functionality in a Spring MVC app. Let me try to explain the case. I am using Spring MVC to build a webapp and I want the ...
-1
votes
0answers
49 views

PHP code in smarty template - don't work smarty part

I want do simple table with prices - "if you buy more you get bigger discount". I wrote simle php code (I dont know smarty) and I'd place this code to html file - php code work but I choose product ...
0
votes
1answer
48 views

CodeIgniter, Smarty and Form Helper. Wrong Link on Submit

i have al litte problem with using CodeIgniter Form Helper and Smarty. I used this (https://github.com/EllisLab/CodeIgniter/wiki/Form-helper-with-Smarty) Form Helper Function. Now i have the ...
0
votes
1answer
19 views

outputting smarty display function return to pdf using tcpdf

hi i am using smarty to print a calendar.. this calendar is displayed using the line $html= $obj_smarty->fetch(FULLCAL_DIR.'/views/cal.html'); echoing $html in php gives me the calendar ...
0
votes
1answer
24 views

Parsing Smarty syntax subset in PHP

For a project I'm working on, I need to parse a tiny flow-control language in PHP. Smarty syntax would be ideal, but we wouldn't be able to use Smarty's caching and would only need a small subset of ...
1
vote
2answers
54 views

what is the purpose of having function exec() in Hook.php in prestashop

In the Header.tpl file there is a hook {$HOOK_TOP} which contains all the header part including menu, search etc... You can check that in this URL In the FrontController it shows... 'HOOK_TOP' => ...
0
votes
0answers
32 views

Smarty: How to copy the content of parent template to child template

I have a header template consisting of the main menu. On the basis of selection of the menu item, I have to load another content without affecting the header.tpl or reloading it. I have tried ...
0
votes
2answers
36 views

JQuery does not determine the div class which is printed from ajax

I have html elements that printed in html page using smarty engine , then printed from jquery the html which is printed from smarty is <div id="broadcastsXXX" class="broadcast orginal-broadcast ...
0
votes
1answer
26 views

Smarty foreach loop building array

With a smarty foreach-loop I go through an array like this {foreach name=aussen item=order_values from=$module_data} HEIAS_PARAMS.push(['order_article', '{$module_data.PRODUCTS_ID}']); {/foreach} ...
0
votes
5answers
58 views

Javascript function not returning a value

I have a javascript function that check for a value from a text box and the if the text box is not blank it outputs a statement. The text box take a numeric value, i want to include that numeric value ...
0
votes
1answer
43 views

How to set up a dialog box by id

First of all this is written in smarty, so please keep that in mind with coding styles. Its not my choice, but it is what I'm forced to work with. I am modding a nivo banner slider to include ...
0
votes
1answer
52 views

[SOLVED]document.getElementById is NULL error

I have a function that listens for onkeyup event, that onkeyup checks to see if a box has a value and if not blank is supposed pull the value of an elementID which is a phone number called from ...
0
votes
1answer
35 views

Maximum smarty Math value

This is my code: <td class="bezcat bg{math equation="floor(x/8)+1" x=$dag.wp.0}">{$dag.wp.1}<br/><i>({$dag.wp.0})</i></td> What my code does, is calculate a value ...
0
votes
0answers
32 views

Smarty 3.1 shows blank ouput

I have updated my smarty to 3.1 but it is not showing me any output.page simply blank .But same code working for smarty 2. What is reason for that
0
votes
3answers
24 views

Applying Jquery to a Smarty variable

I'm trying to make a vote system using jQuery and Smarty. Here is vote variable in Smarty : <p><span id="votenum">{$q_vote}</span> I want to increase the vote by 1 if the ...
0
votes
2answers
32 views

Is there a conflict between smarty and google analytics (prestashop 1.4)

I'm trying to add a new google analytics event in a form. So I have something like this : <a href="#" name="button1" onclick="dataLayer.push({'event': 'button1-click'});" >Button ...
0
votes
2answers
42 views

Dynamically changing a Smarty variable via. PHP?

I have an outer template in Smarty (the background template), which displays the versioning number of a certain section of the project in the footer. The variable in question, {$NoVersion}, is a ...
1
vote
2answers
65 views

A voting system with jQuery, PHP and Smarty

I have made a voting feature to my website using only PHP and Smarty. This's the HTML part of it: <p>{$vote} <a href="vote.php?q_vote=vote_up&question_id={$qid}"><i ...
0
votes
1answer
18 views

How to access a specific key-value from multidimensional array in smarty?

I'm a newbie in smarty. Having problems in accessing multidimensional array in smarty template. My current issue is as follows. Following is may array named $request : Array ( [form_submitted] ...
0
votes
1answer
59 views

Blank white space on top of the webpage

What could the possible cause blank space on top of the page I want to provide photo for clarification but due to low reputation in stackoverflow I couldn't upload it. I am using Smarty as php ...
1
vote
2answers
36 views

smarty not display text with double quotes

I am using smarty for template. I am fetching one issue with rendering. i have one variable value of that variable is this is text" data but when i print this value in tpl file it prints only this ...
-1
votes
1answer
35 views

php function showing error like mysql_fetch_array() expects parameter 1 to be resource array given [duplicate]

In php I have a function and inside that function I have one query like this public function hookHome($params) { $defaultLanguage = (int)(Configuration::get('PS_LANG_DEFAULT')); global ...
0
votes
1answer
28 views

show a smarty variable with html content

I have a smarty variable with html content in it like: $html="<strong>Content</strong><br/>etc etc" . I try to show it html-formatted. When showing it like {$html} only plain text ...
0
votes
3answers
45 views

Smarty - Too many conditions inside {IF} {/IF}

I've got the following problem - I need to use condition {IF} {/IF} with many variables, but the whole site just goes blank when I put the code: {if $product.id_category_default == 6 || ...
0
votes
1answer
32 views

How to make checkbox checked depending on the checked status of other group of checkboxes?

I'm using smarty template engine to display HTML output. Following is my code for two groups of checkboxes : <table width="99%" border="0" cellpadding="5" cellspacing="5"> ...
0
votes
1answer
16 views

1+ array output in Smarty

I need to output following array object(stdClass)#6 (14) { ["subcategories"]=> array(9) { [0]=> object(stdClass)#31 (13) { ["id"]=> string(2) "10" ["parent_id"]=> string(1) "6" ["name"]=> string(8) ...
0
votes
1answer
32 views

How to access a key from multidimensional array in smarty?

I've got the following multidimensional array named $cs_map_data in PHP file and I've assigned it to the smarty template: Array ( [2] => Array ( [class_id] => 2 ...
0
votes
0answers
65 views

Better solution for this foreach? PHP GET POST

I wrote this function to clean and convert incoming GET POST parameters. Clean function contains: if (get_magic_quotes_gpc()) { $str = stripslashes($str); } $str = ...
1
vote
0answers
40 views

PHP 5.2 and Smarty, Scope issue

I am trying to separate my code into functions to make it more readable. I made a function to update a field in a database. What I am trying to do is that when they change the username it goes to ...
0
votes
2answers
36 views

Save foreach() output into array (Smarty)

How to save foreach output to another array in Smarty and use new array outside of {foreach}? Example: {foreach name=cats from=$category->subcategories item=n} /*here would be something like ...
0
votes
1answer
30 views

How to use variable outside of foreach (Smarty)?

I've the following code {foreach name=cats from=$category->subcategories item=n} {$a = $smarty.foreach.cats.index} {/foreach} How to use $a variable outside of foreach? For ...
0
votes
0answers
19 views

Smarty & subcategories

now i have following code while(!empty($categories) && !$finish) { $flag = false; foreach($categories as $k=>$category) { ...

1 2 3 4 5 37