vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   CSS - Sub-Forum-List in Columns (https://vborg.vbsupport.ru/showthread.php?t=91299)

vchase 02-24-2006 05:12 PM

Quote:

Originally Posted by R1D1
perhaps anybody only needs a clean table-like list?

use:

Code:

<if condition="$show['subforums']"><ul style='margin:0px; padding:0px;'>$forum[subforums]</ul></if>
at forumhome_forumbit_levelx_post instead... ;)


Should i uninstall the hack, then just use your code ? plz help!

I also have another problem, underneath the subfurum list, there are 2or 3 lines of spaces. how can i reduce them? plz help

Kyho 02-25-2006 08:42 AM

Thank you for this!! Really appreciated :D

Marco van Herwaarden 02-25-2006 11:11 AM

Works great on vB 3.5.4

Snake 03-05-2006 11:14 AM

Thanks a lot but how can I resize the font size of the subforums it's way too big.

Tefra 03-05-2006 12:06 PM

Quote:

Originally Posted by Aftermath
Thanks a lot but how can I resize the font size of the subforums it's way too big.

in the

Code:

.subforum li {
        display:inline;
        width:150px;
        float:left;
        padding-left:0.5em;
        padding-right:0.5em;
}

add
Code:

font-size: 11px;
adjust the size to what you want

Snake 03-05-2006 03:57 PM

Cool thanks.

Funkie 03-05-2006 04:29 PM

I prefered this modification without the css


PHP Code:

/* Start Sub-forums-list in Columns */
.subforum {
    
padding:0;
    
margin:    0;
}
.
subforum li {
    
display:inline;
    
width:150px;
    
float:left;
    
padding-left:0.5em;
    
padding-right:0.5em;
}
.
clear {
    
clear:both;
}
/* End */



nice though m8 thx

GoNz00 03-06-2006 06:53 AM

smart

/clicks install :)

Funkie 03-06-2006 08:42 AM

why would this code on one of my styles stop your code working

PHP Code:

#leftc {
background-imageurl(http://www.backburnerforums.com/forum/images/left.jpg); 
}


#rightc {
background-imageurl(http://www.backburnerforums.com/forum/images/right.jpg); 



bada_bing 03-09-2006 03:39 PM

Installed on my 3.5.4 site


All times are GMT. The time now is 03:49 PM.

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.01325 seconds
  • Memory Usage 1,743KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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