One of the link types I have has suddenly gone weird! Type is called club. All links previously using this type are fine. However, when I try to add a new link using club it disrupts the displaylinks.tpl. Message at top reads:
This is what the problematic area of the template looks like during parsing: Line #119: <?php } else { ?> Line #120: <b>The Kennel Club</b><?php } ?> Line #121: <a href="edit.php?action=link&field=id&condition=equals&fieldvalue=78"><img src="templates/default/images/edit.gif"></a> Line #122: <br> Line #123: <if ><?php } ?> Line #124: <?php if ("") { ?> | <a href="mailto:?subject=Club Enquiry via TheDogScene.co.uk">Email</a><?php } ?>
This does not happen if I edit (or submit new) type to one of the other link types, only in "club".
Comments on link type suddenly causing probs
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
One of the link types I have has suddenly gone weird! Type is called club. All links previously using this type are fine. However, when I try to add a new link using club it disrupts the displaylinks.tpl. Message at top reads:
This is what the problematic area of the template looks like during parsing:
Line #119: <?php } else { ?>
Line #120: <b>The Kennel Club</b><?php } ?>
Line #121: <a href="edit.php?action=link&field=id&condition=equals&fieldvalue=78"><img src="templates/default/images/edit.gif"></a>
Line #122: <br>
Line #123: <if ><?php } ?>
Line #124: <?php if ("") { ?> | <a href="mailto:?subject=Club Enquiry via TheDogScene.co.uk">Email</a><?php } ?>
This does not happen if I edit (or submit new) type to one of the other link types, only in "club".
You can see this problem at www.thedogscene.co.uk/links...n=displaycat&catid=130
But this page is fine, it has an older link (type club) www.thedogscene.co.uk/links...ion=displaycat&catid=3
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You're using this in your template:
The only unusual thing I see in there is "<if "... it should be <IF, not sure if it handles it in lowercase or not.