» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 50
0 members and 50 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This is a discussion on fisubsilver shadow: comments to news start too far down within the Theme packs forums, part of the nukemods releases category; Another issue with the fisubsilver shadow theme, this time has to do with comments to news articles. If a home-...


Go Back   Nukemods Forum » nukemods releases » Theme packs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-25-2003, 12:01 PM
Junior Member
 
Join Date: Jul 2003
Posts: 3
fisubsilver shadow: comments to news start too far down
Another issue with the fisubsilver shadow theme, this time has to do with comments to news articles.

If a home-page news article has commments, and you click on the article, the first comment isn't displayed directly below the article. The article itself remains fit between the left and right block columns, but the comments don't begin until the BOTTOM of the columns. Apparently the comments are trying to take up the space of the center column AND right column, so they start at the bottom of the right column, then extend from the right-hand side of the left column all the way to the right edge of the screen. If you have several blocks appearing in the right column, this can cause the comments to not begin until after a lot of whitespace after the article itself.

(am I making sense so far?)

I've noticed that if you click on a reply to a comment, on the new screen there IS no right block column. If this was the case with the first view, the problem would go away entirely. However, then you'd lose Related Links, Article Rating, and Options (email, print).

Any suggestions to make it fit?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-25-2003, 01:05 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
If you check, this is related to ALL themes and is no way CONTROLLED by the theme.
Someone once asked this already and I gave them the info to remove those right blocks, which is the only way I have found to move the comments up to where they should be.

I'll try looking at the code more to see if there is a way to move the comments up and leave the right blocks.
But again, you can modify your theme until your blue in the face and it won't make a difference.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-27-2003, 11:41 PM
Junior Member
 
Join Date: Jul 2003
Posts: 3
I managed to hack article.php to produce acceptible results. The trick was to do the following:

1) Locate the call to themearticle(). There's an echo command immediately following it. At the end of the code spit out by that echo, a td tag is opened. Edit this tag to include rowspan="2". So it looks like this:

Code:
echo "<table width=\"100%\" border=\"0\"><tr><td valign=\"top\" width=\"100%\">\n";
themearticle($aid, $informant, $datetime, $title, $bodytext, $topic, $topicname, $topicimage, $topictext);
echo "</td><td></td><td valign=\"top\" rowspan=\"2\">\n";
2) Edit the end of the file between the call to themesidebox and footer.php to look like this:

Code:
themesidebox($optiontitle, $optionbox);

echo "</td></tr><tr><td style=\"vertical-align: top;\">";
if ((($mode != "nocomments") OR ($acomm == 0)) AND ($articlecomm == 1)) {
    include("modules/News/comments.php");
}
echo "</td></tr></table>\n";
cookiedecode($user);

include ("footer.php");
Since it's been asked before, hopefully this will be of use to someone else as well, so I wanted to post what I did.
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
fisubsilver shadow at 800x600 sremick Theme packs 0 07-24-2003 11:58 AM
fisubsilver News Categories Font Error csn Theme packs 13 07-17-2003 05:06 AM
fisubsilver shadow theme -=Saturn=- Theme packs 9 07-02-2003 06:44 PM
Comments on news/articles regnator Purged Topics 4 11-01-2002 12:50 AM


All times are GMT -5. The time now is 06:20 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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