Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-31-2017, 12:29 PM
Anton Rahman Anton Rahman is offline
 
Join Date: Nov 2014
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How to tile 1st gen child sub categories horizontally instead of ?the default? vertic

As you can see in the image,

https://drive.google.com/drive/folde...ID?usp=sharing

this is how vBulletin 5 default style handles the following channel layout :
Parent category " no post " nested -of course- under [forum] ---- > 1st generation child category "no post i.e acting as a 2nd category under the parent category"
------ > 2nd generation child, a CHANNEL this time " i.e where user may post"
By default, vBulletin 5 default theme will implement the following -sometimes undesirable- formatting:
It will tile VERTICALLY aaaalll the 1st generation child categories !!
While in forums that may have relatively a bit too many 1st GENERATION CHILD CATEGORIES nested under a bit too many PARENT CATEGORIES; the result is an un appealing loooooong page that is stacked up sooo sooo vertically in a very un professional way !!
This certainly calls for a direct to the point functionality that gives users the choice of TILE VERTICALLY or otherwise TILE HORIZONTALLY
If we didn’t miss something , this function doesn't yet seem to be available in admincp
So meanwhile until the authorized vBulletin geeks in the vBulletin team will consider adding this functionality !.
We are left again soliciting any ideas , specifically codes for css_additional .css
Or a hook modification ?
S.O.S
Reply With Quote
  #2  
Old 12-31-2017, 12:56 PM
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Location: Inside A Blade Server
Posts: 840
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you edit the CSS to change the display you will completely break the responsive theme.

Having said that, this is the general CSS:

https://vbulletin.org/forum/showthre...ght=two+column

Note that is for vB4.x
Reply With Quote
  #3  
Old 12-31-2017, 04:13 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vB4 css will not work on a vB5 site.
Reply With Quote
  #4  
Old 12-31-2017, 05:12 PM
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Location: Inside A Blade Server
Posts: 840
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mark.B View Post
vB4 css will not work on a vB5 site.
I know that but he's asking for something a lot more complicated than a simple line of additional CSS. If someone wants to provide the entire CSS free of charge that's their prerogative.
Reply With Quote
  #5  
Old 01-01-2018, 12:05 PM
Anton Rahman Anton Rahman is offline
 
Join Date: Nov 2014
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hold your horses boys , you make it sound like climbing mount everest , pls dont kill the topic before it even started :'-)

Anyway while waiting for masters Seven Skins and delicjous to take a look at this , here's a little heads up:

the default horizontal wrapping of SUB FORUMS on the main page is so similar to what we need to do , as you all know sub-forums always wrap around horizontally !!

only that we need to apply it on the SUB CATEGORIES , which is the level right above the SUB FORUMS and right below the MAIN PARENT CATEGORIES " those nested directly under --forum

That said actually a similar code does exist in display templates but it's handling only the SUB FORUMS not the SUB CATEGORIES

so In Omnibus , be nice to rookies, we are but a new thinking animal in the long food chain of human evolution

Any help from someone with more superior knowledge , ahm probably whose more kind and merciful ? :-D

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

here is an example in the very first 6 lines of display_Forums_list

{vb:set subChannelsPerRow, 3}

and that's why the default sub forums layout will always wrap around into 3 per line !

so how can we apply the same for sub categories ? i.e one step above in the hierarchy descending from --forum

do we get an amen ? pls ask for clarifications if this could help the discussion

In Omnibus ?

any one ?
Reply With Quote
  #6  
Old 01-02-2018, 12:50 PM
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Location: Inside A Blade Server
Posts: 840
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Let me see if I can explain this a a manner that is not insulting.

One or two coders have been willing to assist you with any number of requests for custom code that extends beyond the core functionality of the software. That's great and that is their prerogative. There is an invisible line between free assistance and paid work. My (or anyone else) providing what should be paid work free of charge steps on the toes of people like Glenn Vergara who are trying to sustain a living by coding for vBulletin 5. I'm not willing to do that. It's not personal against you or anyone else. My conscience won't allow me to provide free what would be and should be paid work.

Having said that, and seeing as how no one else has responded to your request, I suggest you contact Glenn at his website https://www.vbmods.rocks and inquire as to whether he might be willing to do the coding for you and if there would be a charge.
Reply With Quote
Благодарность от:
noypiscripter
  #7  
Old 01-02-2018, 02:53 PM
Anton Rahman Anton Rahman is offline
 
Join Date: Nov 2014
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm , okay In Omnibus, it seems you know you have the answer that's why the overwhelming confidence huh ;-)

well noted !

but pls take note that we are looking for a css_addtional.css or a hook , not a direct edit to the templates...

still waiting for more people with more superior knowledge , or anything ? anyone ?
Reply With Quote
  #8  
Old 01-02-2018, 07:32 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

Quote:
Originally Posted by Anton Rahman View Post
but pls take note that we are looking for a css_addtional.css or a hook , not a direct edit to the templates...
Not possible as vb5 uses tables ..
You will have to edit templates.
Reply With Quote
Благодарность от:
In Omnibus
  #9  
Old 01-02-2018, 08:39 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Anton Rahman View Post
hmm , okay In Omnibus, it seems you know you have the answer that's why the overwhelming confidence huh ;-)

well noted !

but pls take note that we are looking for a css_addtional.css or a hook , not a direct edit to the templates...

still waiting for more people with more superior knowledge , or anything ? anyone ?
It's important to note that with customisation work like this, people usually don't "know the answer" but they may have the skills to work it out and code something, be it css or templates or whatever, that might achieve it. In Omnibus could probably work it out, as could I, I doubt he just 'knows it'. This working out takes time and effort, it isn't a matter of pressing a few buttons, and as previously stated it's how some people make their living.

In essence, you're asking for the software to do something it was never built to do....that's why you've had no instant answers, because there isn't one!

When a request strays too far from providing a quick bit of five minute css work, it's usually going to stray into paid work territory. I'm sure it wouldn't be expensive, in the grand scheme of things. As stated above, Glenn Vergara at https://vbmods.rocks does custom work at very reasonable costs, and he's very good. SevenSkins is also in this thread, I don't know if he takes on that type of work but he's very good as well, he is at https://www.sevenskins.com. These and others like them have been around the vBulletin scene for years and know what they are doing.
Reply With Quote
3 благодарности(ей) от:
delicjous, In Omnibus, noypiscripter
  #10  
Old 01-03-2018, 08:33 AM
delicjous's Avatar
delicjous delicjous is offline
 
Join Date: Nov 2014
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mark.B View Post
It's important to note that with customisation work like this, people usually don't "know the answer" but they may have the skills to work it out and code something, be it css or templates or whatever, that might achieve it. In Omnibus could probably work it out, as could I, I doubt he just 'knows it'. This working out takes time and effort, it isn't a matter of pressing a few buttons, and as previously stated it's how some people make their living.................These and others like them have been around the vBulletin scene for years and know what they are doing.
Just want to clearify that I told you "Anton Rahman" to don't change any vB-standard templates and answered serveral pm's.
Personaly I don't want money for some forum-help any Glenn helps also a lot for free ...but I don't think that you should force answer (and thats for free) you will never get.

There is no answer to your question with any vB5-standard-features...Once again -> You could modify your templates...but you have to repeat it everytime you upgrade.
Reply With Quote
2 благодарности(ей) от:
In Omnibus, noypiscripter
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 08:47 PM.


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.04250 seconds
  • Memory Usage 2,276KB
  • Queries Executed 13 (?)
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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (7)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete