WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Droplets & Snippets => Topic started by: peterrodger on May 07, 2010, 05:07:39 PM

Title: Anynews : How do I remove the date / time
Post by: peterrodger on May 07, 2010, 05:07:39 PM
Hi
Any help in directing me to the right file to modify would be appreciated.  Anynews does exactly as I want except that I don't want to display the date and time which appears in brackets after the title is displayed.  I'm using the latest download and can usually deal with issues like this, but finding the right file in Anynews has me beat today!
In anticipation
Peter
Title: Re: Anynews : How do I remove the date / time
Post by: instantflorian on May 07, 2010, 07:10:19 PM
Hi,

look at the /modules/anynews/htt/detailed_output.htt and change the line
Code: [Select]
<p><strong>{TITLE} {POSTED_WHEN}</strong></p> 
to
Code: [Select]
<p><strong>{TITLE}</strong></p>Further information you'll find in the readme file: http://www.websitebaker2.org/media/common/add-ons/anynews_help_en.html (http://www.websitebaker2.org/media/common/add-ons/anynews_help_en.html)

Regards
-instantflorian.
Title: Re: Anynews : How do I remove the date / time
Post by: peterrodger on May 07, 2010, 08:54:32 PM
Solved!  Many thanks for this help.  I guess I was sidetracked by the readme file which directed me to look at a different file.