![]() |
Sergey Kornilov admin 10/21/2011 |
I recommend to check this article that explains how you can add new variables to the template and assign values to them: |
C
|
copper21 author 10/27/2011 |
Hello all...again, |
C
|
cgphp 10/27/2011 |
if($xt->getvar("records_found") > 0) |
C
|
copper21 author 10/27/2011 |
Cristian, |
C
|
cgphp 10/27/2011 |
The message template variable is automatically handled by PHPrunner. When records_found is greater than zero message is disabled. As workaround create a new template in the HTML code (for example {$my_message}) then enter this code in the Before display event: if($xt->getvar("records_found") > 0)
|
C
|
copper21 author 10/27/2011 |
Cristian, |