Remove date & timestaps from testimonials & reviews

I've tried removing the lines in the skins/basic/customer/addons/discussion/blocks/testimonials.tpl & in views, files but they are still there. How do I remove them?

Hi Brennie,



Make sure you clear the cs-cart cache after making changes to tpl files. From your admin panel use admin.php?cc (?cc appended to admin url).

I tried & it doesn't make a difference, the date still shows on the testimonials.

From a quick search these could be sources of date/time stamps:-



customer/addons/discussion/views/discussion/view.tpl



line 29 :

----------------------------------------------------------------------------------------------------------------------



customer/addons/discussion/views/discussion/components/discussion_small.tpl



line 13 : {$post.timestamp …

-----------------------------------------------------------------------------------------------------------------------

customer/addons/discussion/blocks/testimonials.tpl



line 9: …





Hope this helps.

[quote name='Adrian8' timestamp='1352398903' post='148698']

customer/addons/discussion/views/discussion/view.tpl



line 29 :

----------------------------------------------------------------------------------------------------------------------

[/quote]



That one worked. I think my problem may have also been that I was editing in my Dreamweaver & uploading via ftp. This time I edited in my admin's template editor. Thanks for the help, it's much appreciated!