1
I've got some ideas on how to modify the News module but i can't quite figure out how to make the work.
First i would like to remove the "10764353 bytes more" text. I think it's useless. Second, next to the number of the comments , I would want to place a link to directly comment that news item.
Again, i've tryed to modify the news_item.html template, but without any luck..
Here's the file:
<div class="item">
<div class="itemHead"><span class="itemTitle"><{$story.title}>span>div>
<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>
<div class="itemBody">
<{$story.imglink}>
<p class="itemText"><{$story.text}>p>
div>
<div class="itemFoot">
<span class="itemAdminLink"><{$story.adminlink}>span> <span class="itemPermaLink"><{$story.morelink}>span>
div>
div>
Any help would be welcome, as I'm sure other people would want to want to know how to do this.