-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
questionFurther information is requestedFurther information is requested
Milestone
Description
Please summarize your question in one sentence
The main template contains a hidden span containing this:
<span class="afhiddenstats">2 Topics and 2 Replies and 0 Subscribers</span>
Give a more extended description
I have no idea WHY that's in there as it's essentially a repetition of this, a few lines later.
And it's hidden using CSS.
<span class="af-colstats_responsive">
<i class="fa fa-files-o fa-fw fa-grey"></i> [TOTALTOPICS]
<i class="fa fa-reply fa-fw fa-grey"></i> [TOTALREPLIES]
<i class="fa fa-envelope-o fa-fw fa-grey"></i> [FORUMSUBSCRIBERCOUNT]
</span>
In full:
<table>
<tr>
<td rowspan="2" class="afsubject">
<span class="afhiddenstats">[TOTALTOPICS] [RESX:TOPICSHEADER] and [TOTALREPLIES] [RESX:REPLIESHEADER] and [FORUMSUBSCRIBERCOUNT] [RESX:SUBSCRIBERS]</span>
<span class="aftopictitle">[FORUMNAME]</span>
<span class="af-colstats_responsive">
<i class="fa fa-files-o fa-fw fa-grey"></i> [TOTALTOPICS]
<i class="fa fa-reply fa-fw fa-grey"></i> [TOTALREPLIES]
<i class="fa fa-envelope-o fa-fw fa-grey"></i> [FORUMSUBSCRIBERCOUNT]
</span>
<span class="aftopicsubtitle">[FORUMDESCRIPTION]</span>
<div class="af_lastpost_responsive" style="white-space:nowrap;">[LASTPOSTSUBJECT:25]<br />[RESX:BY] [DISPLAYNAME]<br />[LASTPOSTDATE]</div>
</td>
</tr>
</table>
I guess it can be removed in the updated template, right?
Opinions?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested