Intechnic
Users Developers
Home / Forums / International Users / German Users / Nested if, ifnot / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Nested if, ifnot (2)


Posted: 12/01/2001 7:47:00 PM

Reply Quoted  


Hallo Kollegen,
ich vermisse die von LSQL bekannte Abfrage in den Templates mit if bzw. ifnot ?
Ist das gar nicht implementiert oder habe ich etwas in den docs übersehen ?


Gruß
Robert

OK - erledigt. Ein wenig php-code ins Template und die Sache ist erledigt...








<font size=-1>[ This Message was edited by: Robert on 2001-12-01 19:48 ]</font>

<font size=-1>[ This Message was edited by: Robert on 2001-12-01 19:55 ]</font>

Posted: 12/01/2001 9:20:00 PM

Reply Quoted  


Hallo,

ich glaube Sie denken an PHP Funktionen. Zum Beispiel, Sie können folgendes in den Templates programmieren:

&lt;?php
$a=&quot;&lt;%link_name%&gt;&quot;;
if(!$a)
echo &quot;Kein Link.&quot;;
?&gt;

_________________
Pavel Kharitonov

Project Manager
Intechnic Corporation
http://www.intechnic.com

<font size=-1>[ This Message was edited by: pavel on 2001-12-01 21:20 ]</font>