Welcome Guest!   Please Login or Register
Subscribe Today

You are not subscriber of DaDaNuke | Making PHP-Nuke Better!. You can subscribe from here now!

Sponsored Links




Search




Site Navigation

· Home
· About Us
· Advertise With Us
· Club
· CVS
· Downloads
· Feedback
· Forums
· Gallery
· Groups
· Journal
· Private Messages
· Search
· Stories Archive
· Submit News
· Top 10
· Topics
· Web Links
· Your Account

Survey

I Want This Addon:

SEO
Gaming
Commerce
Database
Security



Results
Polls

Votes 562

Advertisers





Who's Online

There are currently, 38 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

Total Hits

We received
3867559
page views since September 2005




DaDaNuke :: View topic - Recent Topics Block in Forum
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log inLog in 

Recent Topics Block in Forum

 
Post new topic   Reply to topic    DaDaNuke Forum Index -> BBtoNuke
View previous topic :: View next topic  
Author Message
Shixter
dadaMember
dadaMember


Joined: Apr 22, 2007
Posts: 6


PostPosted: Mon Apr 23, 2007 12:29 am    Post subject: Recent Topics Block in Forum Reply with quote

I have noticed that in your recent topics that it shows new posts as old and old topics as new. Also, the top left table of it is a little out of line or ill proportioned. Not a biggie, just thought you should know.

EDIT

Actually, going back and looking, it looks like the image for old and new is reversed for the whole forum.

EDIT AGAIN

Also, your "your add here" link in your ad block shouldn't navigate away from the page, but open in another window or tab. Or maybe populate in a block within nuke. Just my thought though.
Back to top
View user's profile Send private message
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Tue May 01, 2007 8:01 pm    Post subject: Re: Recent Topics Block in Forum Reply with quote

Greetings friend, ya know been racking my brains (what's left of them Rolling Eyes ) over this proportioned thing, I'll attach the script here and see maybe you can find. My only guess is that part of TD is a 'table', just dunno how to fix without breaking the thing.

-Kev
_________________

Visit the DaDaNuke Wish List
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
emilacosta
dadaAdmin
dadaAdmin


Joined: Sep 19, 2005
Posts: 219
Location: Miami, FL

PostPosted: Tue May 01, 2007 8:22 pm    Post subject: Reply with quote

I found that the background url(images/catbg.gif) is only 25 pixels height and the TH is 28 pixels.

I will also recommend to use Firebug, the Firefox plug-in.

Enjoy. Wink
_________________
"In the computer business you’re either a one or a zero and I am determined never to be zero."
Back to top
View user's profile Send private message Visit poster's website
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Tue May 01, 2007 8:52 pm    Post subject: Reply with quote

emilacosta wrote:
I found that the background url(images/catbg.gif) is only 25 pixels height and the TH is 28 pixels


Hi and thanks for the speedy response. Nope, not working emil Sad Just made the edits live at this site. Here is the code as is now...
Code:

<span class="gen"><br /></span>
<table width="{GLANCE_TABLE_WIDTH}" cellpadding="2" cellspacing="1" border="0" class="forumline" height="100%">
   <!-- BEGIN switch_glance_news -->
    <tr>
      <th class="thCornerL" height="28" align="center" width="30">
   <!--   <span class="newsbutton" onClick="rollup_contract(this, 'phpbbGlance_news');">-->
    <!-- BEGIN switch_news_on -->
         -
    <!-- END switch_news_on -->
    <!-- BEGIN switch_news_off -->
         +
    <!-- END switch_news_off -->
      </span>
      </th>
      <th class="thTop" height="25" align="left">
            <table width="100%" cellpadding="0" cellspacing="0" border="0">
            <tr><th align="left">
                {NEWS_HEADING}
                </th>
              <th align="right">
                    {switch_glance_news.PREV_URL} {switch_glance_news.NEXT_URL}
                </th>
            </tr>
            </table>
        </th>
        <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_FORUM} </th>
        <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_AUTHOR} </th>
        <th class="thTop" width="50" align="center" nowrap="nowrap"> {L_REPLIES} </th>
        <th class="thCornerR" align="center" nowrap="nowrap"> {L_LASTPOST} </th>
    </tr>

    <!-- BEGIN switch_news_on -->
    <tbody id="phpbbGlance_news" style="display: ;">
    <!-- END switch_news_on -->
    <!-- BEGIN switch_news_off -->
    <tbody id="phpbbGlance_news" style="display: none;">
    <!-- END switch_news_off --> 

   <!-- END switch_glance_news -->
    <!-- BEGIN news -->
   <tr>
      <td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><a href="{news.TOPIC_LINK}">{news.BULLET}</a></td>
      <td valign="middle" width="100%" class="row1"><span class="genmed"><a href="{news.TOPIC_LINK}" class="genmed">{news.TOPIC_TITLE}</a></span></td>
      <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed"><a href="{news.FORUM_LINK}" class="genmed">{news.FORUM_TITLE}</a></span></td>
      <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{news.TOPIC_POSTER}</span></td>
      <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{news.TOPIC_REPLIES}</span></td>
      <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{news.TOPIC_TIME}<br />{news.LAST_POSTER}</span></td>
   </tr>
   <!-- END news -->
    </tbody>

   <tr>
      <td class="spaceRow" colspan="6" height="1"><img src="themes/Coldsteel/forums/images/spacer.gif" alt="" width="1" height="1" /></td>
   </tr>

   <!-- BEGIN switch_glance_recent -->
    <tr>
      <th class="thCornerL" height="25" align="center" width="30">
   <!--   <span class="newsbutton" onClick="rollup_contract(this, 'phpbbGlance_recent');">-->
    <!-- BEGIN switch_recent_on -->
         -
    <!-- END switch_recent_on -->
    <!-- BEGIN switch_recent_off -->
         +
    <!-- END switch_recent_off -->
      </span>
      </th>
      <th class="thTop" height="25" align="left">
            <table width="100%" cellpadding="0" cellspacing="0" border="0">
            <tr><th align="left">
                {RECENT_HEADING}
                </th>
              <th align="right">
                    {switch_glance_recent.PREV_URL} {switch_glance_recent.NEXT_URL}
                </th>
            </tr>
            </table>
        </th>
        <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_FORUM} </th>
        <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_AUTHOR} </th>
        <th class="thTop" width="50" align="center" nowrap="nowrap"> {L_REPLIES} </th>
        <th class="thCornerR" align="center" nowrap="nowrap"> {L_LASTPOST} </th>
    </tr>

    <!-- BEGIN switch_recent_on -->
    <tbody id="phpbbGlance_recent" style="display: ;">
    <!-- END switch_recent_on -->
    <!-- BEGIN switch_recent_off -->
    <tbody id="phpbbGlance_recent" style="display: none;">
    <!-- END switch_recent_off --> 

   <!-- END switch_glance_recent -->

    <!-- BEGIN recent -->
   <tr>
      <td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><a href="{recent.TOPIC_LINK}">{recent.BULLET}</a></td>
      <td valign="middle" width="100%" class="row1"><span class="genmed"><a href="{recent.TOPIC_LINK}" class="genmed">{recent.TOPIC_TITLE}</a></span></td>
      <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed"><a href="{recent.FORUM_LINK}" class="genmed">{recent.FORUM_TITLE}</a></span></td>
      <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{recent.TOPIC_POSTER}</span></td>
      <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{recent.TOPIC_REPLIES}</span></td>
      <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{recent.LAST_POST_TIME}<br />{recent.LAST_POSTER}</span></td>
   </tr>
    <!-- END recent -->
    </tbody>
</table>
<span class="gen"><br /></span>


emilacosta wrote:
I will also recommend to use Firebug, the Firefox plug-in


Question
_________________

Visit the DaDaNuke Wish List


Last edited by dadaBIT on Tue May 01, 2007 9:13 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
emilacosta
dadaAdmin
dadaAdmin


Joined: Sep 19, 2005
Posts: 219
Location: Miami, FL

PostPosted: Tue May 01, 2007 9:12 pm    Post subject: Reply with quote

I know what is happening.

The table that holds Site News, Recent Topics and the next and previews links is using the tag th and in the forums.css this tag always include the background.

th {
background-color:#F1F1F1;
background-image:url(images/catbg.gif);
font-weight:bold;
height:25px;
}
_________________
"In the computer business you’re either a one or a zero and I am determined never to be zero."
Back to top
View user's profile Send private message Visit poster's website
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Tue May 01, 2007 9:19 pm    Post subject: Reply with quote

This is from the forums.css used here...
Code:

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
      background-color: #F1F1F1;
      background-image: url(images/{T_TH_CLASS3});
      background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: {T_BODY_LINK}; font-size: {T_FONTSIZE2}px; font-weight : bold;
   background-color: #F1F1F1; height: 25px;
   background-image: url(images/catbg.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         background-image: url(images/catbg2.gif);
         background-color:#C0C0C0; border: #000000; border-style: solid; height: 28px;
}

_________________

Visit the DaDaNuke Wish List
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    DaDaNuke Forum Index -> BBtoNuke All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Powered by phpBB © 2001 phpBB Group Version 2.0.6 of PHP-Nuke Port by Tom Nitzschner © 2002 www.toms-home.com
Theme designed by Western Studios



Terms of Use | Privacy Policy © 1996-2007, DaDaNuke

Listed on FeedBurner

PHP-Nuke Copyright © 2006 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.

Theme Designed by Western Studios