Just a little more help. How can I find the name of the template to edit and the name of the phrases?
<dl><dt>{xen:phrase discussions}:</dt> <dd>{xen:if $forum.privateInfo, '–', {xen:number $forum.discussion_count}}</dd></dl>
<dl><dt>{xen:phrase messages}:</dt> <dd>{xen:if $forum.privateInfo, '–', {xen:number $forum.message_count}}</dd></dl>
Just to finish the work @Shelley what I've to change to replace also the Ultimo (last thread) text? It's always in the same template?
.node .nodeLastPost .lastThreadTitle span {display: none;}
I'd like to replace it with an icon like the others, not hiding it
<dl><dt>{xen:phrase discussions}:</dt> <dd>{xen:if $forum.privateInfo, '–', {xen:number $forum.discussion_count}}</dd></dl>
<dl><dt>{xen:phrase messages}:</dt> <dd>{xen:if $forum.privateInfo, '–', {xen:number $forum.message_count}}</dd></dl>
<dl><dt><span class="bbdiscussions"></span></dt> <dd>{xen:if $forum.privateInfo, '–', {xen:number $forum.discussion_count}}</dd></dl>
<dl><dt><span class="bbmessages"></span></dt> <dd>{xen:if $forum.privateInfo, '–', {xen:number $forum.message_count}}</dd></dl>
.bbdiscussions
{background: url("@imagePath/xenforo/icons/bbdiscussions.png") no-repeat scroll left center transparent;
height:11px;
width: 15px;
display: inline-block;}
.bbmessages {background: url("@imagePath/xenforo/icons/bbmessages.png") no-repeat scroll left center transparent;
height:11px;
width: 15px;
display: inline-block;}
Good work as usual Shelley. Just a question. Which way it's better considering forum speed and "weight"? The one that use font awesome that has to connect to an external site to take the icons or this one that use png?
We use essential cookies to make this site work, and optional cookies to enhance your experience.