Ingenious
Well-known member
Couldn't find anything on search for this which is odd as I would have thought this was a common request especially to make life easier on mobile... I'd like to make the node icons clickable and link to that forum.
I would guess I need to look at node_forum_level_2?
And this part of the code:
What's the best/tidiest way to make or wrap this in a link to that forum?
I would guess I need to look at node_forum_level_2?
And this part of the code:
Code:
<span class="nodeIcon" title="{xen:if $forum.hasNew, '{xen:phrase unread_messages}', ''}"></span>
What's the best/tidiest way to make or wrap this in a link to that forum?