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

Reply
 
Thread Tools Display Modes
  #11  
Old 01-07-2015, 02:15 AM
gajinoz gajinoz is offline
 
Join Date: Nov 2011
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HM666 View Post
There is one other subforum managers but I do not remember where it is on here. Try to search for it in the mods area.
OK, thanks.
Reply With Quote
  #12  
Old 01-07-2015, 02:17 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That would be this one, https://vborg.vbsupport.ru/showthread.php?t=229148
Reply With Quote
  #13  
Old 01-07-2015, 02:32 AM
gajinoz gajinoz is offline
 
Join Date: Nov 2011
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
Unfortunately it looks like that one does exactly the same as the other one. Sorts sub forums under a main forum not under a category.

I'm sure the forum in the link in my OP has a mod created for it. Maybe I'll see if I can get someone to do something similar for me, assuming it doesn't cost a fortune, I don't need it that badly.
Reply With Quote
  #14  
Old 01-07-2015, 09:48 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So when you use the VSA mod, give us a screenshot of how your forumhome looks with that mod running.
Reply With Quote
  #15  
Old 01-07-2015, 01:40 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
So when you use the VSA mod, give us a screenshot of how your forumhome looks with that mod running.
Yeah because its all in the way you set it up. There are several different ways from what I remember that you can set it up.

EDIT: I just looked at a client's site that I've installed that same mod on and it does do that. So you may have missed a setting or perhaps they are using that mod and a little bit of template coding to remove the forum icon.
Reply With Quote
  #16  
Old 01-07-2015, 08:41 PM
gajinoz gajinoz is offline
 
Join Date: Nov 2011
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, I now have the mod turned on so you can go to the site now and see what it looks like.

There are very few settings available.

Main section

Enable yes no
Number of columns
Display subforums title yes no

Then there is some css stuff

Then permissions where you can disable the mod for certain forums.

That's it, I can't see anything else, certainly nothing about categories.

As HM666 says, maybe there is some template stuff to be done but I wouldn't have a clue how to do that.
Reply With Quote
  #17  
Old 01-07-2015, 10:07 PM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need make forums two level deep then use the vsa subforum manager or add the css below to additional.css template. Results can be seen on my site.

Example




CSS:

Code:
/* --------------- Subforum Hack --------------- */

.subforums ol.subforumlist {
  float: left;
  width: 100%;
  margin: 0;
  margin-top: 5px;
  padding: 0;
}

.subforumlist li.subforum {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  clear: none;
  padding-bottom: 2px;
  white-space: nowrap;
}

.subforumlistlabel {
  display: none;
}
Reply With Quote
Благодарность от:
MarkFL
  #18  
Old 01-07-2015, 10:20 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah that is how my client's forum is set up. So my assessment was off earlier you would need to add a forum area to make it do what you want.

Forum Rules
***-Forum Rules
*****-General Forum Rules
*****-Rules for the Exchange Forums
Reply With Quote
  #19  
Old 01-07-2015, 11:42 PM
gajinoz gajinoz is offline
 
Join Date: Nov 2011
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HM666 View Post
Yeah that is how my client's forum is set up. So my assessment was off earlier you would need to add a forum area to make it do what you want.

Forum Rules
***-Forum Rules
*****-General Forum Rules
*****-Rules for the Exchange Forums

I think I see what you're getting at here.

So, in your example, ***-Forum Rules would be just an empty forum, (as in no threads), and the other two would be sub forums under that. Did I get that right?

That being the case, I would then have to create an "empty" forum under each category.
Reply With Quote
  #20  
Old 01-08-2015, 05:24 AM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You would have to create a new forum under each category by the name that you want and then make all the forums in that category come under that new forum.

Rules Forum (Category)
****-Rules Forum (top forum that show the main link at the top)
***********-Forum 1 (This forum will show in the organized list of forums)
***********-Forum 2 (This forum will show in the organized list of forums)
***********-Forum 3 (This forum will show in the organized list of forums)
***********-Forum 4 (This forum will show in the organized list of forums)
...and so on.

So you would have to edit the forums and change the category or top level forum as the forum that it is directly under to the new forum that you make under the category.
Reply With Quote
Благодарность от:
MarkFL
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 10:30 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.16988 seconds
  • Memory Usage 2,263KB
  • Queries Executed 11 (?)
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
  • (1)bbcode_code
  • (4)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
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete