I would like to remove the posted by, the date posted and the agent picture on the news pages and anywhere else. I searched but could not find it. Anyone know how to do all or some? Thanks michael
Just came across this old post while digging into some things in templates. To remove the avatar and meta data (by line, date line) you need to edit the two news templates. Add the red comment markers around this line to remove the avatar. <!--<div class="newsavatar"><img src="<{$_baseName}><{$_templateGroupPrefix}>/Base/StaffProfile/DisplayAvatar/<{$_newsItem[staffid]}>/<{$_newsItem[emailhash]}>/60" align="absmiddle" border="0" /></div>--> Do the same thing around this line (or each part you want to hide) to remove the meta from the news. <!--<div class="newsinfo"><{$_language[postedby]}><{$_newsItem[author]}><{$_language[on]}> <{$_newsItem[date]}></div>--> I haven't been able to figure out how to hide this stuff in the Latest Updates box if you have news showing on your main support page and staff dashboard, but it does hide it when you view the individual article. There has to be something else overriding this somewhere in another template that I haven't found yet.