Resource icon

Node Stats in Sub Forum Menu

Matthew Hawley

Well-known member
Matthew Hawley submitted a new resource:

Node Stats in Sub Forum Menu - Does what it says on the tin

Overview
This template modification will put the node stats in the sub forum popup menu.

o91j.png


1. Go to PAGE_CONTAINER and add this somewhere in the <head>
Code:
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">

2. Go to node_forum_level_n and find:
Code:
<h4 class="nodeTitle"><a href="{xen:link forums, $forum}" class="menuRow">{$forum.title}</a></h4>

Replace with:...

Read more about this resource...
 
Just to let you know that this:
<i class="icon-comment icon-small">

doesn't exist into Font Awesome.

You need to change it to : <i class="fa fa-comment fa-small">
 
Top Bottom