View Single Post
  #1 (permalink)  
Old 03-23-2006, 11:46 PM
Crow1980 Crow1980 is offline
Junior Member
 
Join Date: Mar 2006
Posts: 2
Comments box misplaced using phpnuke 7.8 and smartdark theme
I really could use some help fixing this because it sort of mess things up and the page isnt very appealing at all...

http://legion.crow1980.joshost.com/h...rder=0&thold=0

what i need is way to move the box up just beneath the actual newspost

Ive tried altering the table within the html/modules/news/comments.php to 70% but that doesnt help.

Quote:
echo "\n\n\n\n";
OpenTable();
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"2\">\n";
if($title) {
echo "<tr><td bgcolor=\"$bgcolor2\" align=\"center\"><font class=\"content\" color=\"$textcolor1\">\"$title\" | ";
if(is_user($user)) {
echo "<a href=\"modules.php?name=Your_Account&amp;op=editco mm\"><font color=\"$textcolor1\">"._CONFIGURE."</font></a>";
} else {
echo "<a href=\"modules.php?name=Your_Account\"><font color=\"$textcolor1\">"._LOGINCREATE."</font></a>";
}
if(($count==1)) {
echo " | $count "._COMMENT."";
} else {
echo " | $count "._COMMENTS."";
}
if ($count > 0 AND is_active("Search")) {
echo " | "._SEARCHDIS."";
}
echo "</font></td></tr>\n";
}
echo "<tr><td bgcolor=\"$bgcolor1\" align=\"center\" width=\"100%\">\n";
if ($anonpost==1 OR is_admin($admin) OR is_user($user)) {
echo "<form action=\"modules.php?name=$module_name&amp;file=co mments\" method=\"post\">"
."<input type=\"hidden\" name=\"pid\" value=\"$pid\">"
."<input type=\"hidden\" name=\"sid\" value=\"$sid\">"
."<input type=\"hidden\" name=\"op\" value=\"Reply\">"
."<input type=\"submit\" value=\""._REPLYMAIN."\"></td></form></tr>";
}
echo "<tr><td bgcolor=\"$bgcolor2\" align=\"center\"><font class=\"tiny\">"._COMMENTSWARNING."</font></td></tr></table>"
."\n\n\n\n";
Please feel free to post your ideas... (and yes i know i dont have much php coding experience)

A few others with a similar problem
http://www.nukemods.com/modules.php?...comments+bo x
Reply With Quote