vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Reviews (https://vborg.vbsupport.ru/forumdisplay.php?f=14)
-   -   Bolidenforum (https://vborg.vbsupport.ru/showthread.php?t=326218)

Zweeper 03-18-2018 06:19 AM

Bolidenforum
 
Hey, would love to receive some feedback and tips for my recent project www.bolidenforum.de

Its a german forum about cars and boliden, which startet in January 2017.

Kind regards!

delicjous 03-23-2018 08:20 PM

Sch?nes Forum!:up:

Dave 03-23-2018 08:22 PM

Looks clean, good work.

Zweeper 03-24-2018 04:59 AM

Danke :)

romaine 04-05-2018 01:35 PM

Looks good but it has too many categories for me. :)

Zweeper 04-07-2019 02:05 PM

thanks :)

In Omnibus 04-07-2019 02:12 PM

Quote:

Originally Posted by romaine (Post 2593968)
Looks good but it has too many categories for me. :)

Yea, it's a damn shame there has to be a category for each manufacturer. :rolleyes:

--------------- Added [DATE]1554653734[/DATE] at [TIME]1554653734[/TIME] ---------------

Quote:

Originally Posted by Zweeper (Post 2593597)
Hey, would love to receive some feedback and tips for my recent project www.bolidenforum.de

Its a german forum about cars and boliden, which startet in January 2017.

Kind regards!

Very clean and professional appearance. The only question I have is why there is a large gap between new posts and new articles in the sidebar. You have to scroll down quite a way to know the new articles module is there. Is that intentional or is something else (like your QuickLinks module) causing that gap?

It's just an opinion but I think if you could fix that issue your layout would be perfect.

Zweeper 04-07-2019 02:43 PM

hey, many thanks for your reply.
any idea how i could solve the "many category" thing in a more clean way so that users won't get hit by the amount of forums? Any help is welcome :)



The large gap is caused due to a skyscraper banner, which probably wont show on your computer due to adblock?



Thanks for the good feedback, I am going to optimize my forum with this feedback :)

In Omnibus 04-07-2019 04:28 PM

Quote:

Originally Posted by Zweeper (Post 2599033)
hey, many thanks for your reply.
any idea how i could solve the "many category" thing in a more clean way so that users won't get hit by the amount of forums? Any help is welcome :)



The large gap is caused due to a skyscraper banner, which probably wont show on your computer due to adblock?



Thanks for the good feedback, I am going to optimize my forum with this feedback :)

If you really want a clean look you can always hide the forum categories entirely and have only Navigation Tabs or Quick Links. That would shorten your index page considerably.

The thing is you have a considerable number of members and you don't want to make sweeping changes that will confuse them or cause them to stop visiting. For your site I think the auto manufacturer's logos are self explanatory but maybe you want to give it a try on a test forum and see how it looks to you before going live with that much change.

Zweeper 04-09-2019 09:45 AM

I really like that idea and I will try to realize that!
Many thanks! :)

delicjous 04-09-2019 02:08 PM

You should give the cat obove Alfa Romeo a title like "Auto-Marken"...

then (just for Audi Forum) put this css to your additional css template:

HTML Code:

#forum3 + .subforum-list + .category-header {
    display: none;
}

You need the forumid before the category header and put together #forum + that id.

Hope that helps.

final kaoss 04-12-2019 01:03 AM

And I thought I had alot for forums on my board.

delicjous 04-12-2019 04:20 AM

Quote:

Originally Posted by Zweeper (Post 2599058)
I really like that idea and I will try to realize that!
Many thanks! :)

First you should look into your forum-list view. Thats a little displaced.

Zweeper 04-13-2019 01:54 PM

Quote:

Originally Posted by delicjous (Post 2599094)
First you should look into your forum-list view. Thats a little displaced.


what do you mean with displaced?

I guess sooner or later I need a pro for some design stuff :/

delicjous 04-15-2019 02:10 AM

Quote:

Originally Posted by Zweeper (Post 2599106)
what do you mean with displaced?

I guess sooner or later I need a pro for some design stuff :/

Was a cache-error or anything else. Dipslacements are gone... looks nice again. Did you try my css?

Zweeper 04-15-2019 05:10 AM

No, you were right, that was a "bug" within the vbulletin 5 ad-modules.
Thanks for the hint :)



I will try your CSS within the next couple of days and will report back here :)


Many thanks!

Zweeper 04-15-2019 09:44 AM

1 Attachment(s)
Quote:

Originally Posted by delicjous (Post 2599062)
You should give the cat obove Alfa Romeo a title like "Auto-Marken"...

then (just for Audi Forum) put this css to your additional css template:

HTML Code:

#forum3 + .subforum-list + .category-header {    display: none;}
You need the forumid before the category header and put together #forum + that id.

Hope that helps.


Just gave it a try, but I think it wont make it better regarding a clear design.
Would be nice to show only the main forum name there and hide the sub-categories. Is that possible in any way?




Greetings!

delicjous 04-16-2019 07:31 AM

Quote:

Originally Posted by Zweeper (Post 2599114)
Just gave it a try, but I think it wont make it better regarding a clear design.
Would be nice to show only the main forum name there and hide the sub-categories. Is that possible in any way?
Greetings!

Hide subforum of a channel (replace number by forumID)

HTML Code:

#forum22 + .subforum-list {

    display: none;

}


Zweeper 04-17-2019 10:30 AM

danke, das wirkt jetzt viel übersichtlicher!

delicjous 04-17-2019 02:40 PM

1 Attachment(s)
Quote:

Originally Posted by Zweeper (Post 2599126)
danke, das wirkt jetzt viel ?bersichtlicher!

W?rde noch ?bersichtlicher wirken wenn die ganzen leeren Kategorien weg w?ren.

Would look a lot cleaner without all the empty category-headers:

Look at post #11:

HTML Code:

#forum3 + .subforum-list + .category-header {
    display: none;
}
#forum22 + .subforum-list + .category-header {
    display: none;
}
#forum23 + .subforum-list + .category-header {
    display: none;
}

https://vbulletin.org/forum/attachme...1&d=1555519202

Zweeper 04-17-2019 03:19 PM

many thanks indeed, it just looks better now (but only for the car forums without sub forums). BIG THANKS TO YOU! :) That was some good and useful advice :)

napy8gen 06-14-2019 02:53 PM

I like the quick links with the logo


All times are GMT. The time now is 07:38 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.01289 seconds
  • Memory Usage 1,763KB
  • 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
  • (4)bbcode_html_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete