10

hi mate i think you will have to alter the system_comments template instead of news_index.html using the <{}> smarty tags instead of {} as jlm69 pointed out.
have in mind that this will change the way comments are displayed EVERYWHERE in your site though.
if you dont mind that give it a go otherwise,
if you want this to happen ONLY in news section
you will have to replicate the comments html template.
Copy that in your news/templates folder perhaps?
and THEN include that file in your news_index.html file instead of the original system comments file.
[b]Notice that if you include it from the db like that
Quote:
you will also have to alter modinfo.php file of news module and add the template you just created[b] - then update the module to add the new template in the db.
hope it helps
have in mind that this will change the way comments are displayed EVERYWHERE in your site though.
if you dont mind that give it a go otherwise,
if you want this to happen ONLY in news section
you will have to replicate the comments html template.
Copy that in your news/templates folder perhaps?
and THEN include that file in your news_index.html file instead of the original system comments file.
[b]Notice that if you include it from the db like that
Quote:
<{include file='db:news_comments.html'}>
you will also have to alter modinfo.php file of news module and add the template you just created[b] - then update the module to add the new template in the db.
hope it helps
whttp://www.guidemap.gr - Beta is out...