I am trying to add links to the bottom of my forum, but I want to show them in certain forums, and some forums will have different links.
This is what I have placed in my footer template
But it is showing them on every page, instead of being only those selected forums.Code:<!-- ads edit start --> <if condition = $forum[forumid] == '89'"> <a href="http://www.virgoods.com/" target="_blank" rel="nofollow" alt="Buy WoW Gold, LOTRO Gold, Guild Wars Gold, VIRGOODS.com">VIRGOODS.com</a> <else /> <if condition = "$forum[forumid] == '94'"> <a href="http://www.virgoods.com/" target="_blank" rel="nofollow" alt="Buy WoW Gold, LOTRO Gold, Guild Wars Gold, VIRGOODS.com">VIRGOODS.com</a> <else /> <if condition = "$forum[forumid] == '122'"> <a href="http://www.virgoods.com/" target="_blank" rel="nofollow" alt="Buy WoW Gold, LOTRO Gold, Guild Wars Gold, VIRGOODS.com">VIRGOODS.com</a> <else /> <if condition = "$forum[forumid] == '126'"> <a href="http://www.virgoods.com/" target="_blank" rel="nofollow" alt="Buy WoW Gold, LOTRO Gold, Guild Wars Gold, VIRGOODS.com">VIRGOODS.com</a> <else /> <if condition = "$forum[forumid] == '263'"> <a href="http://www.runescape.in/" target="_blank" rel="nofollow" alt="Runescape,Runescape Gold,Runescape Money,Runescape Yew logs,www.Runescape.in</a> <else /> </if> <!-- ads edit end -->
Any ideas what I have done wrong?



LinkBack URL
About LinkBacks





Reply With Quote

