Jump to content

Featured Replies

Posted

Hi.

Is it possible to remove post counts on main forum page? 

jj.thumb.jpg.1c66d9a37126708b442dfd37d521f3fc.jpg

Go to index/forumRow

find & remove

				{{if $lastPost AND ( $forum->can_view_others OR \IPS\Member::loggedIn()->modPermission('can_read_all_topics') OR ( \is_array( \IPS\Member::loggedIn()->modPermission('forums') ) AND \in_array( $forum->_id, \IPS\Member::loggedIn()->modPermission('forums') ) ))}}
					<dl>
						{{$count = \IPS\forums\Topic::contentCount( $forum, TRUE );}}
						<dt class="ipsDataItem_stats_number">{number="$count" format="short"}</dt>
						<dd class="ipsDataItem_stats_type ipsType_light">{lang="posts_no_number" pluralize="$count" format="short"}</dd>
					</dl>
				{{endif}}

 

Edited by SeNioR-

  • Author

Thank you very much for reply and solution. Appreciate it.

  • 2 weeks later...
  • Author

Hi @SeNioR- 

Is it possible to remove the timestamp too on main forums page? It is not really required for this forum.

jj.thumb.jpg.ca19f8c42961bd0b0d332dc1fce33e7a.jpg

 

Recently Browsing 0

  • No registered users viewing this page.