vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Arrange Sub-Forums in columns (https://vborg.vbsupport.ru/showthread.php?t=63498)

The Realist 06-28-2004 05:47 PM

Working fine.

Thanks

tamarian 06-28-2004 06:12 PM

Quote:

Originally Posted by dpkm
Here's the screenshot. I've thought about it a bit, and I think it doesn't have anything to do with the hack, but either rendering in Mozilla (because I can scroll up and down and the problem can disappear or reappear in different places) or the css.

Yes, I've noticed that before. It's just the undelining of the links, right? So it's not the table cells or width... I'm not sure what's causing that, I've written it off as an old mozilla bug.

dpkm 06-28-2004 06:22 PM

Right, just the underlining of the links. I only fretted about it because the audience for my forums skew toward people with less experience with the Internet, and I try to maintain a consistent (and clear) interface. Your hack certainly helps with the clear, and by adjusting the CSS a bit, I don't have much problems with the underlining now.

tamarian 06-29-2004 12:56 AM

Quote:

Originally Posted by dpkm
by adjusting the CSS a bit, I don't have much problems with the underlining now.

Let me know what changes you've made to your CSS, I might implement those, just to make things better for my users with older moz browsers :)

Bulent Tekcan 07-03-2004 12:19 AM

It is not work in 3.0.2 ... :disappointed: :disappointed:

Any idea ?

Bulent Tekcan 07-04-2004 01:02 PM

Any idea for that ??? Or any trick ?

tamarian 07-04-2004 02:25 PM

Quote:

Originally Posted by turkeyforum
It is not work in 3.0.2 ... :disappointed: :disappointed:

Any idea ?

I have not installed 3.0.2 yet, so I'm not sure. But the file has not changed in this update, so I think it should work fine.

Did you enable sub-forums as explained in the first post?

Visibility 07-06-2004 01:28 AM

Nice work, tamarian. Really cleaned up a messy layout, and seems to work fine in 3.0.3.

Thanks.

tamarian 07-07-2004 01:50 AM

Quote:

Originally Posted by Visibility
seems to work fine in 3.0.3.

That's great to hear, thanks for letting me know, as I may not upgrade for a while.

Lonny 07-07-2004 10:11 AM

I followed all te instructions and for some reason I get it displayed only in 1 column...


Here is the code that I have there


Code:


eval('$subforum = "' . fetch_template("forumhome_subforumbit_$canpost") . '";');
                //sub-forum hack
                if ($depth < $vboptions['subforumdepth'])
                {
                    $cols++;
                    if ($cols==3)
                        {
                        $cols = 1;
                        $output .=  "</tr><tr>";
                        }
                $output .= "<td width=50%>" . construct_subforum_bit($forumid, $cancontainthreads, $subforum, $depthmark . '--', $depth + 1) . "</td>";
                }
            }
        }
    }
    $output.="</tr></table>";
    return $output;
// end sub-forum hack
}



All times are GMT. The time now is 04:03 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01165 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete