>>
Site Map
>>
Forums
>>
General 6x
Forum module - topics in forum:
General 6x - Discussions reagarding any other PHP-Nuke Problems.
help getting comments right (pic included)
This is my problem;
IMAGE REMOVED
i want to move the bottom comments thing to the middle and have it placed right under the story, wich file to edit and about where?
thanx!
Like this
http://www.phpnuke-ie.net/68/modules.php?name=News&file=article&sid=1
open news/article.php find
| Code: : |
include("modules/$module_name/associates.php");
if ((($mode != "nocomments") OR ($acomm == 0)) OR ($articlecomm == 1)) {
include("modules/News/comments.php");
}
|
quite near the bottom, cut it and re-add it up below
| Code: : |
themearticle($aid, $informant, $datetime, $title, $bodytext, $topic, $topicname, $topicimage, $topictext);
|
thanx a bunch ... worked perfectly!!