Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Insydius Posted November 20, 2015 Posted November 20, 2015 Go to your ACP, click the Customization tab, under Appearance click on Themes. Your main theme is called Default and across on the right you'll see an icon that looks like </> Click that icon, of the main tabs look for forum index forumRow Find the following <ul class="ipsDataItem_lastPoster ipsDataItem_withPhoto"> {{if $lastPost}} <li>{template="userPhoto" app="core" group="global" params="$lastPost['author'], 'tiny'"}</li> <li><a href="{$lastPost['topic_url']->setQueryString( 'do', 'getNewComment' )}" class='ipsType_break ipsContained' title='{$lastPost['topic_title']}'>{truncate="$lastPost['topic_title']" length="26"}</a></li> <li class='ipsType_blendLinks'>{lang="byline_nodate" htmlsprintf="$lastPost['author']->link()"}</li> <li class="ipsType_light"><a href='{$lastPost['topic_url']->setQueryString( 'do', 'getLastComment' )}' title='{lang="get_last_post"}' class='ipsType_blendLinks'>{datetime="$lastPost['date']"}</a></li> {{else}} <li class='ipsType_light ipsResponsive_showDesktop'>{{if $forum->password}}{lang="no_forum_posts_password"}{{else}}{lang="no_forum_posts"}{{endif}}</li> {{endif}} </ul> Replace with <ul class="ipsDataItem_lastPoster ipsDataItem_withPhoto"> {{if $lastPost}} <li> </li> <li> </li> <li class='ipsType_blendLinks'> </li> <li class="ipsType_light"> </li> {{else}} <li class='ipsType_light ipsResponsive_showDesktop'> </li> {{endif}} </ul> Then click Save at the top.
Bossly Posted November 21, 2015 Author Posted November 21, 2015 4 hours ago, Insydius said: do you know of a custom.css edit method instead?
Koby Posted November 21, 2015 Posted November 21, 2015 12 minutes ago, Bossly said: do you know of a custom.css edit method instead? custom.css could make it just display: none; but you'd still have that big blank spot like you see in your preview. If you edit the templates instead, you wouldn't have that. It's more ideal to edit the template in this case.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.