[RSS Feed/News] Bolded text if node is...

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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?

Code:

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...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom