Forum icons Font Awesome

Chit chat, open discussions and beer
Anything that is not support related

Forum icons Font Awesome

Post by Fred Rimbert »

To avoid overlapping with subject icons you must add this CSS code

Code: Select all

dl.row-item dt[style*="background-image"] { 
	position: relative;
}
Capture d’écran 2025-03-01 à 07.23.37.png
You do not have the required permissions to view the files attached to this post.

Re: Forum icons Font Awesome

Post by Stoker »

Thanks, that was the missing code. Its working prefect!

Actually I disabled the use of topic icons because of this.
And that makes me wonder how you could see the topic icons since they where disabled?

Re: Forum icons Font Awesome

Post by Fred Rimbert »

I see this on Active Topics page

Re: Forum icons Font Awesome

Post by Stoker »

Well, must be a bug. If disabled in specific forums it should not display anywhere.

But not a problem anymore. Your fix worked
So thanks again.

Re: Forum icons Font Awesome

Post by Fred Rimbert »

I also use these Font Awesome icons on my board, I don’t know how to add the little red star that indicates we participated in the subjects.
If you ever know...

Re: Forum icons Font Awesome

Post by Stoker »

I dont. I have copied the css from mannix clearsilver into my custom ext.
He doesnt have it and I have not seen it on any of the styles yet.

Re: Forum icons Font Awesome

Post by Fred Rimbert »

Re: Forum icons Font Awesome

Post by Stoker »

Good idea.
I think we need Font Awesome V5 for this. The stacked icon thing.

It not only the little star we miss. Its also icon for subforums

Re: Forum icons Font Awesome

Post by Stoker »

But hey, it works! Great!

Re: Forum icons Font Awesome

Post by Steve »

Here is my html for viewforum_body.html

Code: Select all

<!-- INCLUDE overall_header.html -->
<!-- EVENT viewforum_forum_title_before -->
<h2 class="forum-title"><!-- EVENT viewforum_forum_name_prepend --><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- EVENT viewforum_forum_name_append --></h2>
<!-- EVENT viewforum_forum_title_after -->
<!-- IF FORUM_DESC or MODERATORS or U_MCP -->
<div>
	<!-- NOTE: remove the style="display: none" when you want to have the forum description on the forum body -->
	<!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->
	<!-- IF MODERATORS --><p><strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->{L_COLON}</strong> {MODERATORS}</p><!-- ENDIF -->
</div>
<!-- ENDIF -->

<!-- IF S_FORUM_RULES -->
	<div class="rules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->">
		<div class="inner">

		<!-- IF U_FORUM_RULES -->
			<a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a>
		<!-- ELSE -->
			<strong>{L_FORUM_RULES}</strong><br />
			{FORUM_RULES}
		<!-- ENDIF -->

		</div>
	</div>
<!-- ENDIF -->

<!-- IF S_HAS_SUBFORUM -->
<!-- IF not S_IS_BOT and U_MARK_FORUMS -->
	<div class="action-bar compact">
		<a href="{U_MARK_FORUMS}" class="mark-read rightside" data-ajax="mark_forums_read">{L_MARK_SUBFORUMS_READ}</a>
	</div>
<!-- ENDIF -->
	<!-- INCLUDE forumlist_body.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_POST_INFO or .pagination or TOTAL_POSTS or TOTAL_TOPICS -->
	<div class="action-bar bar-top">

	<!-- IF not S_IS_BOT and S_DISPLAY_POST_INFO -->
			<!-- EVENT viewforum_buttons_top_before -->

		<a href="{U_POST_NEW_TOPIC}" class="button" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->">
			<!-- IF S_IS_LOCKED -->
				<span>{L_BUTTON_FORUM_LOCKED}</span> <i class="icon fa-lock fa-fw" aria-hidden="true"></i>
			<!-- ELSE -->
				<span>{L_BUTTON_NEW_TOPIC}</span> <i class="icon fa-pencil fa-fw" aria-hidden="true"></i>
			<!-- ENDIF -->
		</a>
			<!-- EVENT viewforum_buttons_top_after -->
	<!-- ENDIF -->

	<!-- IF S_DISPLAY_SEARCHBOX -->
		<div class="search-box" role="search">
			<form method="get" id="forum-search" action="{S_SEARCHBOX_ACTION}">
			<fieldset>
				<input class="inputbox search tiny" type="search" name="keywords" id="search_keywords" size="20" placeholder="{L_SEARCH_FORUM}" />
				<button class="button button-search" type="submit" title="{L_SEARCH}">
					<i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span>
				</button>
				<a href="{{ U_SEARCH_FORUM }}" class="button button-search-end" title="{L_SEARCH_ADV}">
					<i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH_ADV}</span>
				</a>
				{S_SEARCH_LOCAL_HIDDEN_FIELDS}
			</fieldset>
			</form>
		</div>
	<!-- ENDIF -->

	<div class="pagination">
		<!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}" class="mark" accesskey="m" data-ajax="mark_topics_read">{L_MARK_TOPICS_READ}</a> &bull; <!-- ENDIF -->
		{TOTAL_TOPICS}
		<!-- IF .pagination -->
			<!-- INCLUDE pagination.html -->
		<!-- ELSE -->
			&bull; {PAGE_NUMBER}
		<!-- ENDIF -->
	</div>

	</div>
<!-- ENDIF -->

<!-- IF S_NO_READ_ACCESS -->

	<div class="panel">
		<div class="inner">
		<strong>{L_NO_READ_ACCESS}</strong>
		</div>
	</div>

	<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->

		<form action="{S_LOGIN_ACTION}" method="post">

		<div class="panel">
			<div class="inner">

			<div class="content">
				<h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED -->&nbsp; &bull; &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>

				<fieldset class="fields1">
				<dl>
					<dt><label for="username">{L_USERNAME}{L_COLON}</label></dt>
					<dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox autowidth" autocomplete="username" /></dd>
				</dl>
				<dl>
					<dt><label for="password">{L_PASSWORD}{L_COLON}</label></dt>
					<dd><input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" autocomplete="current-password" /></dd>
					<!-- IF S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="3" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF -->
					<dd><label for="viewonline"><input type="checkbox" name="viewonline" id="viewonline" tabindex="4" /> {L_HIDE_ME}</label></dd>
				</dl>
				<dl>
					<dt>&nbsp;</dt>
					<dd><input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" /></dd>
				</dl>
				{S_LOGIN_REDIRECT}
				{S_FORM_TOKEN_LOGIN}
				</fieldset>
			</div>

			</div>
		</div>

		</form>

	<!-- ENDIF -->

<!-- ENDIF -->

<!-- EVENT viewforum_body_topic_row_before -->

<!-- BEGIN topicrow -->

	<!-- IF not topicrow.S_TOPIC_TYPE_SWITCH and not topicrow.S_FIRST_ROW -->
		</ul>
		</div>
	</div>
	<!-- ENDIF -->

	<!-- IF topicrow.S_FIRST_ROW or not topicrow.S_TOPIC_TYPE_SWITCH -->
		<div class="forumbg<!-- IF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) --> announcement<!-- ENDIF -->" style="padding: 0;border-radius: 8px;">
		<div class="inner">
		
			<div class="percent-box">
				<!-- IF forumrow.S_IS_CAT -->
				<div class="percent-box-percentage"><a href="{forumrow.U_VIEWFORUM}" style="font-size: 20px;">{forumrow.FORUM_NAME}</a></div>
				
				<!-- ELSE -->
					<!-- IF topicrow.S_POST_ANNOUNCE -->
					<div class="percent-box-percentage">{L_ANNOUNCEMENTS}</div>
					<!-- ENDIF -->
					<!-- IF topicrow.S_POST_GLOBAL -->
					<div class="percent-box-percentage">{L_GLOBAL_ANNOUNCEMENTS}</div>
					<!-- ENDIF -->
					<!-- IF topicrow.S_POST_STICKY -->
					<div class="percent-box-percentage">{L_POST_STICKY}</div>
					<!-- ENDIF -->	
					<!-- IF not topicrow.S_POST_ANNOUNCE && not topicrow.S_POST_GLOBAL && not topicrow.S_POST_STICKY -->
					<div class="percent-box-percentage">{L_TOPICS}</div>
					<!-- ENDIF -->					
				<!-- ENDIF -->
			</div>
				
		<ul class="topiclist topics">
	<!-- ENDIF -->

		<!-- EVENT viewforum_body_topicrow_row_before -->
		<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_GLOBAL --> <!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> <!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->" style="padding: 0;border-radius: 8px;">
			<!-- EVENT viewforum_body_topic_row_prepend -->
			<dl class="" style="padding-bottom: 10px;padding-left: 5px;">
				<dt>
					<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
					<div class="list-inner" style="margin-left: 5px;padding-top: 0px;">
						<div style="float: left;">
						
							<!-- IF topicrow.S_POST_ANNOUNCE -->
								<i class="icon {% if topicrow.FORUM_ICON_EXT %}{topicrow.FORUM_ICON_EXT}{% else %}fa-bullhorn{% endif %} fa-fw" style="font-size: 30px !important;<!-- IF topicrow.S_UNREAD_TOPIC -->color: #AA0000;<!-- ENDIF -->"></i>
							<!-- ENDIF -->
							<!-- IF topicrow.S_POST_GLOBAL -->
									<i class="icon {% if topicrow.FORUM_ICON_EXT %}{topicrow.FORUM_ICON_EXT}{% else %}fa-globe{% endif %} fa-fw" style="font-size: 30px !important;<!-- IF topicrow.S_UNREAD_TOPIC -->color: #AA0000;<!-- ENDIF -->"></i>
							<!-- ENDIF -->
							<!-- IF topicrow.S_POST_STICKY -->
								<i class="icon {% if topicrow.FORUM_ICON_EXT %}{topicrow.FORUM_ICON_EXT}{% else %}fa-map-marker{% endif %} fa-fw" style="font-size: 30px !important;<!-- IF topicrow.S_UNREAD_TOPIC -->color: #AA0000;<!-- ENDIF -->"></i>
							<!-- ENDIF -->	
							<!-- IF not topicrow.S_POST_ANNOUNCE && not topicrow.S_POST_GLOBAL && not topicrow.S_POST_STICKY -->
								<i class="icon {% if topicrow.FORUM_ICON_EXT %}{topicrow.FORUM_ICON_EXT}{% else %}{% if topicrow.REPLIES >= 1 %}fa-comments{% else %}fa-comment{% endif %}{% endif %} fa-fw" style="font-size: 30px !important;<!-- IF topicrow.S_UNREAD_TOPIC -->color: #AA0000;<!-- ENDIF -->"></i>
							<!-- ENDIF -->
							
						</a>
					</div>
						<!-- EVENT topiclist_row_prepend -->
						<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT -->
							<a class="unread" href="{topicrow.U_NEWEST_POST}">
								<i class="icon fa-file fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{NEW_POST}</span>
							</a>
						<!-- ENDIF -->
						<!-- IF topicrow.U_VIEW_TOPIC --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle" style="font-weight: normal;color:<!-- IF topicrow.S_UNREAD_TOPIC -->#AA0000;<!-- ELSE -->#000;<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a><!-- ELSE -->{topicrow.TOPIC_TITLE}<!-- ENDIF -->
						<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
							<a href="{topicrow.U_MCP_QUEUE}" title="<!-- IF topicrow.S_TOPIC_UNAPPROVED -->{L_TOPIC_UNAPPROVED}<!-- ELSE -->{L_POSTS_UNAPPROVED}<!-- ENDIF -->">
								<i class="icon fa-question fa-fw icon-red" aria-hidden="true"></i><span class="sr-only"><!-- IF topicrow.S_TOPIC_UNAPPROVED -->{L_TOPIC_UNAPPROVED}<!-- ELSE -->{L_POSTS_UNAPPROVED}<!-- ENDIF --></span>
							</a>
						<!-- ENDIF -->

						<!-- IF topicrow.TOPIC_IMG_STYLE == 'topic_unread_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon topic_unread_mine"><i class="icon fa-check-circle fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->		
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'topic_read_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon topic_read_mine"><i class="icon fa-check-circle fa-fw icon-green" aria-hidden="true"></i></div>
						<!-- ENDIF -->
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'topic_read_locked_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon topic_read_locked_mine"><i class="icon fa-check-circle fa-fw icon-green" aria-hidden="true"></i><i class="icon fa-lock fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->	
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'topic_unread_locked_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon topic_unread_locked_mine"><i class="icon fa-check-circle fa-fw icon-red" aria-hidden="true"></i><i class="icon fa-lock fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'topic_unread_locked' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon topic_unread_locked"><i class="icon fa-lock fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'topic_read_locked' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon topic_read_locked"><i class="icon fa-lock fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'sticky_read_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon sticky_read_mine"><i class="icon fa-map-marker fa-fw icon-green" aria-hidden="true"></i></div>
						<!-- ENDIF -->	
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'sticky_unread_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon sticky_unread_mine"><i class="icon fa-check-circle fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'sticky_unread_locked_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon sticky_unread_locked_mine"><i class="icon fa-check-circle fa-fw icon-red" aria-hidden="true"></i><i class="icon fa-lock fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->						
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'announce_read_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon announce_read_mine"><i class="icon fa-check-circle fa-fw icon-green" aria-hidden="true"></i></div>
						<!-- ENDIF -->
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'announce_unread_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon announce_unread_mine"><i class="icon fa-check-circle fa-fw icon-green" aria-hidden="true"></i></div>
						<!-- ENDIF -->							
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'global_read_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon global_read_mine "><i class="icon fa-check-circle fa-fw icon-green" aria-hidden="true"></i></div>
						<!-- ENDIF -->
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'global_read_locked_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon global_read_locked_mine"></i><i class="icon fa-lock fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'announce_unread_locked_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon announce_unread_locked_mine"><i class="icon fa-check-circle fa-fw icon-red" aria-hidden="true"></i><i class="icon fa-lock fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'global_unread_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon global_unread_mine"><i class="icon fa-check-circle fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'announce_read_locked_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon announce_read_locked_mine"><i class="icon fa-check-circle fa-fw icon-green" aria-hidden="true"></i><i class="icon fa-lock fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->	
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'sticky_read_locked_mine' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon sticky_read_locked_mine"><i class="icon fa-check-circle fa-fw icon-green" aria-hidden="true"></i></i><i class="icon fa-lock fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->
						<!-- IF topicrow.TOPIC_IMG_STYLE == 'topic_moved' -->
						<div class="{topicrow.TOPIC_IMG_STYLE} move-icon topic_moved"><i class="icon fa-arrow-right fa-fw icon-red" aria-hidden="true"></i></div>
						<!-- ENDIF -->						
							
						<!-- IF topicrow.S_TOPIC_DELETED -->
							<a href="{topicrow.U_MCP_QUEUE}" title="{L_TOPIC_DELETED}">
								<i class="icon fa-recycle fa-fw icon-green" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_DELETED}</span>
							</a>
						<!-- ENDIF -->
						<!-- IF topicrow.FORUM_ID == '10' || topicrow.FORUM_ID == '2' -->
						{# {topicrow.TOPIC_IMG_STYLE} #}
						<!-- ENDIF -->
						<!-- IF topicrow.S_TOPIC_REPORTED -->
							<a href="{topicrow.U_MCP_REPORT}" title="{L_TOPIC_REPORTED}">
								<i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span>
							</a>
						<!-- ENDIF -->
						<br />
						<!-- EVENT topiclist_row_topic_title_after -->
						<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> <div style="max-height: 15px;max-width: 15px;background-image: url('{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}'); background-repeat: no-repeat;"></div><!-- ENDIF -->
						<!-- IF not S_IS_BOT -->
						<div class="responsive-show" style="display: none;">
							{L_LAST_POST} {L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_last_post_author_username_prepend -->{topicrow.LAST_POST_AUTHOR_FULL}<!-- EVENT viewforum_body_last_post_author_username_append --> &laquo; <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}"><time datetime="{topicrow.LAST_POST_TIME_RFC3339}">{topicrow.LAST_POST_TIME}</time></a>
							<!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --><br />{L_POSTED} {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->
						</div>
							<!-- IF topicrow.REPLIES -->
							<span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span>
							<!-- ENDIF -->
						<!-- ENDIF -->

						<div class="topic-poster responsive-hide left-box">
							<!-- IF topicrow.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF -->
							<!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF -->
							{% EVENT topiclist_row_topic_by_author_before %}
							{L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_topic_author_username_prepend -->{topicrow.TOPIC_AUTHOR_FULL}<!-- EVENT viewforum_body_topic_author_username_append --> &raquo; <time datetime="{topicrow.FIRST_POST_TIME_RFC3339}">{topicrow.FIRST_POST_TIME}</time>
							{% EVENT topiclist_row_topic_by_author_after %}
							<!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --> &raquo; {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->
						</div>

						<!-- IF .topicrow.pagination -->
						<div class="pagination">
							<span><i class="icon fa-book fa-fw" aria-hidden="true"></i></span>
							<ul>
							<!-- BEGIN pagination -->
								<!-- IF topicrow.pagination.S_IS_PREV -->
								<!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>
								<!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
								<!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
								<!-- ELSE --><li><a class="button" href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>
								<!-- ENDIF -->
							<!-- END pagination -->
							</ul>
						</div>
						<!-- ENDIF -->

						<!-- EVENT topiclist_row_append -->
					</div>
				</dt>
				<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
				<dd class="views">{topicrow.VIEWS} <dfn>{L_VIEWS}</dfn></dd>
				<dd class="lastpost">
					<span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_last_post_author_username_prepend -->{topicrow.LAST_POST_AUTHOR_FULL}<!-- EVENT viewforum_body_last_post_author_username_append -->
						<!-- IF not S_IS_BOT and topicrow.U_LAST_POST -->
							<a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">
								<i class="icon fa-arrow-right fa-fw icon-green icon-md" aria-hidden="true"></i><span class="sr-only">{VIEW_LATEST_POST}</span>
							</a>
						<!-- ENDIF -->
						<br /><time datetime="{topicrow.LAST_POST_TIME_RFC3339}">{topicrow.LAST_POST_TIME}</time>
					</span>
				</dd>
			</dl>
			<!-- EVENT viewforum_body_topic_row_append -->
		</li>
		<!-- EVENT viewforum_body_topic_row_after -->

	<!-- IF topicrow.S_LAST_ROW -->
			</ul>
		</div>
	</div>
	<!-- ENDIF -->

<!-- BEGINELSE -->
	<!-- IF S_IS_POSTABLE -->
	<div class="panel">
		<div class="inner">
		<strong>{{ lang(S_SORT_DAYS ? 'NO_TOPICS_TIME_FRAME' : 'NO_TOPICS') }}</strong>
		</div>
	</div>
	<!-- ELSE IF not S_HAS_SUBFORUM -->
	<div class="panel">
		<div class="inner">
			<strong>{L_NO_FORUMS_IN_CATEGORY}</strong>
		</div>
	</div>
	<!-- ENDIF -->
<!-- END topicrow -->

<!-- IF .topicrow and not S_DISPLAY_ACTIVE -->
	<div class="action-bar bar-bottom">
		<!-- IF not S_IS_BOT and S_DISPLAY_POST_INFO -->
			<!-- EVENT viewforum_buttons_bottom_before -->

			<a href="{U_POST_NEW_TOPIC}" class="button" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->">
			<!-- IF S_IS_LOCKED -->
				<span>{L_BUTTON_FORUM_LOCKED}</span> <i class="icon fa-lock fa-fw" aria-hidden="true"></i>
			<!-- ELSE -->
				<span>{L_BUTTON_NEW_TOPIC}</span> <i class="icon fa-pencil fa-fw" aria-hidden="true"></i>
			<!-- ENDIF -->
			</a>

			<!-- EVENT viewforum_buttons_bottom_after -->
		<!-- ENDIF -->

		<!-- IF S_SELECT_SORT_DAYS and not S_IS_BOT -->
			<form method="post" action="{S_FORUM_ACTION}">
			<!-- INCLUDE display_options.html -->
			</form>
		<!-- ENDIF -->

		<div class="pagination">
			<!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}" data-ajax="mark_topics_read">{L_MARK_TOPICS_READ}</a> &bull; <!-- ENDIF -->
			{TOTAL_TOPICS}
			<!-- IF .pagination -->
				<!-- INCLUDE pagination.html -->
			<!-- ELSE -->
				 &bull; {PAGE_NUMBER}
			<!-- ENDIF -->
		</div>
	</div>
<!-- ENDIF -->

<!-- INCLUDE jumpbox.html -->

{% EVENT viewforum_body_online_list_before %}

<!-- IF S_DISPLAY_ONLINE_LIST and U_VIEWONLINE -->
	<div class="stat-block online-list">
		<h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3>
		<p>{LOGGED_IN_USER_LIST}</p>
	</div>
<!-- ENDIF -->

<!-- IF S_IS_POSTABLE and rules|length -->
	<div class="stat-block permissions">
		<h3>{L_FORUM_PERMISSIONS}</h3>
		<p><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></p>
	</div>
<!-- ENDIF -->

<!-- INCLUDE overall_footer.html -->



You do not have the required permissions to view the files attached to this post.