Skip to content

HiddenStats ?? #461

@Timo-Breumelhof

Description

@Timo-Breumelhof

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>&nbsp;[TOTALTOPICS] 
	<i class="fa fa-reply fa-fw fa-grey"></i>&nbsp;[TOTALREPLIES]
	<i class="fa fa-envelope-o fa-fw fa-grey"></i>&nbsp;[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>&nbsp;[TOTALTOPICS] 
					<i class="fa fa-reply fa-fw fa-grey"></i>&nbsp;[TOTALREPLIES]
					<i class="fa fa-envelope-o fa-fw fa-grey"></i>&nbsp;[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?

@WillStrohl @johnhenley ?

Metadata

Metadata

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions