>>
Site Map
>>
Forums
>>
Modules 6x
Forum module - topics in forum:
Modules 6x - Discussions regarding PHP-Nuke Modules.
News [removing the article footer]
Hi,
I'm using pretty good at locating stuff in files to remove it from my nuke site but in this occasion I cant find it anywhere. I am wanting to remove the bit that gets put at the bottom of every news post.
It usually looks something like this:
| Code: : |
Posted by Jay on Friday, August 13 @ GMT Daylight Time (10 reads)
(comments? | Score: 0) |
If you know which file I can take this out from or where abouts this is or whatever please reply, cheers 
You're using fiblack I see, easiet way is to just remove that table from story_home.html
| Code: : |
<tr>
<td bgcolor="#272727"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td nowrap><div align="center">
<font class="content">$posted</font><br>
<font class="content">$morelink</font></div></td>
</tr> |