Not blind, this was a slight oversight on our part as apart of our documentation. The option was removed for our 2.2 updates but it's making a come back in our next update! We removed it because it was causing a total of 3 template edits, I've found a workaround though to include it with no template edits.

For now, open the template: "node_list_forum"

Find around line 66:
Code:
<div class="node-meta">

Add this right above:
Code:
<xf:if is="$xf.visitor.is_admin"><span class="xbNodeID">.node.node--id{$node.node_id} .node-icon i:before { content: "\f075";}</span></xf:if>

This will only show for admins. Once you're done you can revert the template assuming you don't have any other edits.
 
Thanks that worked, had to change the code slightly and remove a space.

Miracles I worked that out by myself.

Code:
.node.node--id2 .node-icon i:before { content: "\f075";}

changed to

Code:
.node.node--id2 .node-icon i:before { content:"\f075";}

Thanks again.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back