vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   'Need sub forum mod (https://vborg.vbsupport.ru/showthread.php?t=228330)

Charlie98902 11-22-2009 02:45 PM

Lynne, your code that you posted will put it like the screenie above this post reply?

Lynne 11-22-2009 02:53 PM

Quote:

Originally Posted by Charlie98902 (Post 1918914)
Lynne, your code that you posted will put it like the screenie above this post reply?

No. The code I posted in the article will put the forums in two columns. But, it is the same basic idea to put the sub-forums in two columns - it is just css.

Charlie98902 11-22-2009 03:02 PM

Thanks, I am no coder so I'll wait patiently for a mod or the how to and where in the CSS.

Lynne 11-22-2009 03:19 PM

I just added the CSS to make the Sub-Forums in columns to my article. Again, I didn't style it at all, it will just put them in columns.

tommyxv 11-22-2009 10:46 PM

Quote:

Originally Posted by Lynne (Post 1918943)
I just added the CSS to make the Sub-Forums in columns to my article. Again, I didn't style it at all, it will just put them in columns.

Thank You Lynne. I don't care what they say about you....you're the best! :)

milsirhc 11-23-2009 01:33 AM

Tommyyxv: Did you manage to work it out on your own? If so, can you share with us the codes? - Thanks!

Lynne 11-23-2009 01:43 AM

Quote:

Originally Posted by milsirhc (Post 1919267)
Tommyyxv: Did you manage to work it out on your own? If so, can you share with us the codes? - Thanks!

I already posted the .css in the article.

Charlie98902 11-23-2009 01:44 AM

Quote:

Originally Posted by milsirhc (Post 1919267)
Tommyyxv: Did you manage to work it out on your own? If so, can you share with us the codes? - Thanks!

Got to the admin panel then click on styles & Templates then edit templates then look for forumbits.css then at the ens of the code that is there already add this at the very bottom. No mod needed. Thanks to Lynne for the css code.

Code:

.subforums ol.subforumlist  {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.subforumlist li.subforum {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  clear:none;
}
/* to remove the commas */
.commalist li.subforum:after {
        content:"";
}


milsirhc 11-23-2009 11:10 AM

Thanks Charlie and Lynne!

Both of you are awesome! Thanks thanks thanks thanks thanks!

Charlie98902 11-23-2009 11:15 AM

Lynne's code I just reposted it since no one clicked here link. :) You're welcome.


All times are GMT. The time now is 08:25 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.02280 seconds
  • Memory Usage 1,733KB
  • 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
  • (3)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