Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 97
7 members and 90 guests
besxjtphmo3aq7e, digeoitalpimcf3, fed3feralgrants, forin9extraddpm, han4esonsrmawin, ralfthorburnkh, XRumerTest
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
Problems with comments
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Jul 2004
Problems with comments - 07-25-2004, 05:38 AM

I have a problem with the smartDark theme, where the comments to a story are bumped all the way down to the bottom (see link). How do I fix this?

http://www.boredalot.com/main/module...rder=0&thold=0



edit: changed topic title
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
07-25-2004, 05:59 AM

That isn't a theme problem, it is a nuke problem!
I submitted the fix long time ago to chatserv, and he included it in one of his secfix packs, but FB never fixed it in the distro!
i'll see if I can find the fix somewhere


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
07-25-2004, 06:18 AM

Couldn't find it, so I recreated it
open modules/News/comments.php
find
Code:
echo "</td><td></td><td valign=\"top\">\n";
replace with
Code:
echo "</td><td></td><td valign=\"top\" rowspan=\"2\">\n";
find
Code:
echo "</td></tr></table>\n";
cookiedecode($user);

include("modules/$module_name/associates.php");

if ((($mode != "nocomments") OR ($acomm == 0)) OR ($articlecomm == 1)) {
    include("modules/News/comments.php");
}
replace with
Code:
echo "</td></tr><tr><td>";
if ((($mode != "nocomments") OR ($acomm == 0)) OR ($articlecomm == 1)) {
    include("modules/News/comments.php");
}
echo "</td></tr></table>\n";
cookiedecode($user);

include("modules/$module_name/associates.php");
That'll do it


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Jul 2004
07-25-2004, 04:34 PM

I couldn't find those terms in my comments.php

Here is a link to what my comment.php consists of:
Comments


Thanks for the help. :wink:
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
07-25-2004, 04:40 PM

you were supposed to edit articles.php in the same folder I posted it wrong :?


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Jul 2004
07-25-2004, 05:10 PM

That worked. Thanks! 8)
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Jul 2004
07-25-2004, 05:11 PM

One more question, if you don't mind...

How do I make it so only members can comment to stories?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Moderator
 
dar63's Avatar
 
Status: Offline
Posts: 473
Join Date: Oct 2002
Location: UK
07-25-2004, 05:37 PM

Admin panel, preferences, Allow Anonymous to Post?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need help with news and comments! nickyc Nuke 7.x - General 0 11-20-2005 08:08 AM
Comments Problem Burnzy Nuke 7.x - General 0 04-03-2005 12:07 PM
on your site ----> comments go to forum msimonds Purged Topics 3 04-05-2003 05:15 PM
comments mod/hack? coeuz Purged Topics 0 01-08-2003 11:31 AM
Comments on news/articles regnator Purged Topics 4 11-01-2002 12:50 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31