Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-18-2009, 07:32 PM
stephen1976 stephen1976 is offline
 
Join Date: Oct 2006
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 'Need sub forum mod

shame Vb4 did not come with the subforum mod built in,
Reply With Quote
  #2  
Old 11-18-2009, 08:13 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what type of mod do you need?
It's a shame you gave so little info
Reply With Quote
  #3  
Old 11-18-2009, 10:53 PM
fta2k fta2k is offline
 
Join Date: Feb 2008
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stephen1976 View Post
shame Vb4 did not come with the subforum mod built in,
It's really not a shame, cause vb4 "DID" come with subforum mod built in:

Reply With Quote
  #4  
Old 11-18-2009, 11:59 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I assume that stephen wants something like sorky's sub-forum manager or cyb sub-forum manager. Both excellent modifications. IMO this functionality should be default in vbulletin.

I will not upgrade to vb4 before one of these is available.
Reply With Quote
  #5  
Old 11-19-2009, 02:51 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You realize this is just css and with a few lines to your .css file, you get this:
Attachment 106382

It's not perfect, but I only spent about 20 minutes on it. I'm sure it could be cleaned up to be much better (I would have to look at some of the pre-set widths within there cuz if you make the browser window too small, the margins add up and push the li to the next row). Oh, to make the lists like that, I just googled "css lists put things side by side" and grabbed the first result.
Reply With Quote
  #6  
Old 11-19-2009, 09:47 AM
stephen1976 stephen1976 is offline
 
Join Date: Oct 2006
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
I assume that stephen wants something like sorky's sub-forum manager or cyb sub-forum manager. Both excellent modifications. IMO this functionality should be default in vbulletin.

I will not upgrade to vb4 before one of these is available.
Hi that is what i mean, i have lots of sub forums, IMO this should have been built in to VB4,

Lynne, sorry but to me you might as well be talking german, as I have no idea how to do what your suggesting.
Reply With Quote
  #7  
Old 11-19-2009, 10:24 AM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
You realize this is just css and with a few lines to your .css file, you get this:
Attachment 106382

It's not perfect, but I only spent about 20 minutes on it. I'm sure it could be cleaned up to be much better (I would have to look at some of the pre-set widths within there cuz if you make the browser window too small, the margins add up and push the li to the next row). Oh, to make the lists like that, I just googled "css lists put things side by side" and grabbed the first result.
Yea, looks nice.

You wanna share the code?
Reply With Quote
  #8  
Old 11-19-2009, 01:36 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ragtek View Post
Yea, looks nice.

You wanna share the code?
As I said, I just grabbed the first link I got in google - Do You Want To Do That With CSS? - Multiple Column Lists . Making them columns actually took just a couple of copy/pastes. It was cleaning up the styling (the stupid shadows and the background and the :firstchild changes they made, etc.) that took the other 18 minutes. If I were to do it right, I'd then change the style of the boxes. But, I doubt I am doing that on my forum, so I've probably done all I will do with it (just wanted to prove to myself how easy it is to do it in css).
Reply With Quote
  #9  
Old 11-19-2009, 10:05 PM
robbiefritz robbiefritz is offline
 
Join Date: Oct 2008
Location: Eastern US
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
As I said, I just grabbed the first link I got in google - Do You Want To Do That With CSS? - Multiple Column Lists . Making them columns actually took just a couple of copy/pastes. It was cleaning up the styling (the stupid shadows and the background and the :firstchild changes they made, etc.) that took the other 18 minutes. If I were to do it right, I'd then change the style of the boxes. But, I doubt I am doing that on my forum, so I've probably done all I will do with it (just wanted to prove to myself how easy it is to do it in css).
LOL you rock!
Reply With Quote
  #10  
Old 11-19-2009, 10:47 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wayne gave me a good idea to easily get it working just for one section also, so I just did a quick addition of the id tag to the css and got this:



Again, this is all done with JUST css - no template edits and no plugins. Take a look at the link I posted and grab firebug for use with firefox and you'll be all set to do it yourself.
Attached Images
File Type: png forum_css4.png (87.6 KB, 0 views)
Reply With Quote
Reply


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

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07273 seconds
  • Memory Usage 2,279KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete