3
Do I have to reinstall all the module after that ??
I did the changes in the /news/templates/news_index file and after that I deleted the files in the templates_c folder but it doesn't work.
Here is what I deleted :
<div class="item">
<div class="itemHead"><span class="itemTitle"><{$story.title}>span>div>
[b]<div class="itemInfo">
<span class="itemPoster"><{$lang_postedby}> <{$story.poster}>span> <span class="itemPostDate"><{$lang_on}> <{$story.posttime}>span> (<span class="itemStats"><{$story.hits}> <{$lang_reads}>span>)
div>[/b]
<div class="itemBody">
<{$story.imglink}>
<p class="itemText"><{$story.text}>p>
div>
<div class="itemFoot">
<span class="itemAdminLink"><{$story.adminlink}>span> [b]<span class="itemPermaLink">[/b]<{$story.morelink}>span>
div>
div>
I deleted what's in bold.