vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Index getting crowded. (https://vborg.vbsupport.ru/showthread.php?t=316428)

gajinoz 01-07-2015 02:15 AM

Quote:

Originally Posted by HM666 (Post 2530904)
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.

ozzy47 01-07-2015 02:17 AM

That would be this one, https://vborg.vbsupport.ru/showthread.php?t=229148

gajinoz 01-07-2015 02:32 AM

Quote:

Originally Posted by ozzy47 (Post 2530926)

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. :)

ozzy47 01-07-2015 09:48 AM

So when you use the VSA mod, give us a screenshot of how your forumhome looks with that mod running.

HM666 01-07-2015 01:40 PM

Quote:

Originally Posted by ozzy47 (Post 2530962)
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.

gajinoz 01-07-2015 08:41 PM

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.

Seven Skins 01-07-2015 10:07 PM

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

https://vborg.vbsupport.ru/external/2015/01/31.png


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;
}


HM666 01-07-2015 10:20 PM

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

gajinoz 01-07-2015 11:42 PM

Quote:

Originally Posted by HM666 (Post 2531111)
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.

HM666 01-08-2015 05:24 AM

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.


All times are GMT. The time now is 02:19 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.01656 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)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