Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
tobia

erstellungsdatum auf der startseite ausblenden

Recommended Posts

Klar, einfach im Design die entsprechende Stelle entfernen (Board Index -> boardIndexTemplate). Dort sollte es folgender Code sein, der zu entfernen ist:

 

<if test="hideDateUrl:|:$forum_data['_hide_last_date']">
																	<li class='desc lighter blend_links'>{parse date="$forum_data['last_post']" format="DATE"}</li>
																<else />
																	<li class='desc lighter blend_links'><a href='{parse url="showtopic={$forum_data['last_id']}&amp;view=getlastpost" base="public" template="showtopic" seotitle="{$forum_data['seo_last_title']}"}' title='{$this->lang->words['view_last_post']}'>{parse date="$forum_data['last_post']" format="DATE"}</a></li>
																</if>

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×