Webmastersite.net
Register Log In

Another conditional syntax question

Title Another conditional syntax question
Description or parnetids like
Message Text I can't get the parentids to work in the below conditional on the "displaylinks" template. I've tried "{CATPARENTIDS}" and just "parentids".
<IF {CATID} is 1><a href="1.php">One</a>

<OTHERWISE IF {CATID} is 2><a href="2.php">Two</a>

<OTHERWISE IF {CATID} is 3 OR {CATPARENTIDS} LIKE '%3%'><a href="3.php">Third</a>

<OTHERWISE>

<a href="4.php">Fourth</a>

</IF>
Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership mrowton
Views 363 views. Averaging 0 views per day.
Similar Topics
Submission Date Aug 12, 2007 - 11:08 AM