Hello,
I'm building a forum navigation widget and I'm trying to bold the name of the forum in the list when the widget is displayed on the relevant forum, I use this code but it doesn't work, when I'm on the forum page forum id 225 his name is not in bold in the widget. What am I doing wrong?
Thanks !
I'm building a forum navigation widget and I'm trying to bold the name of the forum in the list when the widget is displayed on the relevant forum, I use this code but it doesn't work, when I'm on the forum page forum id 225 his name is not in bold in the widget. What am I doing wrong?
Code:
<xf:if is="$forum.node_id == 225">
<a href="/forums/bourgogne-franche-comt%C3%A9.225/"><b>Bourgogne Franche-Comté</b></a>
<xf:else/>
<a href="/forums/bourgogne-franche-comt%C3%A9.225/">Bourgogne Franche-Comté</a>
</xf:if>
Thanks !