Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
[rellect] Two columns of categories Details »»
[rellect] Two columns of categories
Version: 1.5, by rellect rellect is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.1.x Rating:
Released: 12-05-2011 Last Update: 02-12-2012 Installs: 182
Uses Plugins Auto-Templates
Re-useable Code Translations  
No support by the author.

Two columns of categories

If you installed the mod, please "Mark as Installed".

Description:
This mod splits the categories list into two columns.

Compatibility:
vBulletin 4.0.0 and newer.

Installations:
You don't have to change anything in the templates/files, just upload the plugin and that's all.
AdminCP > Plugins & Products > Manage Products > [Add/Import Product]

Settings:
Settings -> Options -> Two columns of categories

- Enable/Disable the hack
- Set the margin between categories
- Disable the hack in specific styles

Screenshot:



History:
  • [06-12-11] v1.0:
    First Release
    [06-12-11] v1.1:
    Fix minor bug: the necessary css now loads only in the index
  • [07-12-11] v1.2:
    Fix bug: necessary css now work for who choose save css as files
  • [08-12-11] v1.3:
    The hack works now with all 4.1.X versions
  • [10-12-11] v1.4:
    New Feature: Disable the hack in specific styles
  • [13-02-12] v1.5:
    • Optimization of the code
    • No more one column with 50% width - fixed completely
    • The hack works now with categories which act as forum
    • Gap issue fixed!
Future Features (not included in this version):
  • Ability to choose which categories to split instead of all categories.

Download Now

File Type: xml product-rellect_2_column[1.5].xml (8.6 KB, 1032 views)

Screenshots

File Type: jpg screenshot.jpg (105.9 KB, 0 views)
File Type: jpg settings.jpg (71.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
8 благодарности(ей) от:
Adrijan, BCP Hung, hexeditor, nacaruncr, Ricsca, setishock, Toorak Times, WendM

Comments
  #22  
Old 12-06-2011, 09:45 PM
joeychgo's Avatar
joeychgo joeychgo is offline
 
Join Date: Mar 2004
Location: Chicago, IL
Posts: 933
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
I run 1920 x 1080 however I shrink my browser windows down to 1024 x 768 and swap back and forth when doing styles so this should be pretty close:



That's on a fresh 4.1.8 default style and as you can see if you have long thread titles or forum descriptions it might run over into other areas... I feel that this can be easily adjusted using CSS and would depend on if your using a Fluid or Fixed width style and if fixed width it would depend on the width... less would mean more adjustments so it's all aesthetically correct and a larger resolution may show no errors as you initially see in the screenshots the author posted.
Even if on fluid - the problem is how it would look to people who use 1024x768, which is about 20% of the internet users.
Reply With Quote
  #23  
Old 12-06-2011, 09:53 PM
rellect's Avatar
rellect rellect is offline
 
Join Date: May 2008
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by joeychgo View Post
Even if on fluid - the problem is how it would look to people who use 1024x768, which is about 20% of the internet users.
Well, I can suggest 2 solutions:
identify the user's resolution, if it 1024 then
1. hide the sidebar
or
2. set it back to 1 column

If you would like one of the options,
I'll try add them in the next version
Reply With Quote
  #24  
Old 12-06-2011, 10:42 PM
dog199200's Avatar
dog199200 dog199200 is offline
 
Join Date: Sep 2010
Location: Missouri
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm also having the same issue with everything bleeding over. I think all my widths sets are all fixed not fluid. Though where in the css does this edit exactly? I think i can do some editing on my own to fix it to match my forums needs
Reply With Quote
  #25  
Old 12-06-2011, 11:50 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this will be great if you can manage which categories you want to show side by side instead of the entire forums.
Reply With Quote
  #26  
Old 12-06-2011, 11:57 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by joeychgo View Post
Even if on fluid - the problem is how it would look to people who use 1024x768, which is about 20% of the internet users.
Quote:
Originally Posted by RellecT View Post
Well, I can suggest 2 solutions:
identify the user's resolution, if it 1024 then
1. hide the sidebar
or
2. set it back to 1 column

If you would like one of the options,
I'll try add them in the next version
You can also do this, please bear in mind something had to go so it looked halfway decent when using a low resolution so thread/post counts are removed and so are the forum action links i.e. subscribe/rss etc.

Edit template rellect_2_column.css and find:

Code:
.forumbit_post .forumstats li,
.forumbit_post .forumstats_2 li
{
	padding-{vb:stylevar right}: 0 !important;
}
Add this under:

Code:
.forumstats.td, .forumactionlinks.td, span.forumthreadpost {
	display:none !important;
}

.foruminfo.td, .datacontainer {
	width: 60% !important;
}

.forumdescription {
	width: 72% !important;
}

.forumlastpost.td {
	width: 40% !important;
        overflow: hidden !important;
}

.lastposttitle {
	width: 92% !important;
        overflow: hidden !important;
}
It should help clear up the overflow for now until RellecT has time to sort it out himself .
Reply With Quote
Благодарность от:
baghdad4ever
  #27  
Old 12-07-2011, 04:07 AM
GeorgeB85 GeorgeB85 is offline
 
Join Date: Nov 2008
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working correctly....forums.millenniumcapitalcorp.com
Reply With Quote
  #28  
Old 12-07-2011, 04:38 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GeorgeB85 View Post
not working correctly....forums.millenniumcapitalcorp.com
Hmm try disabling the subforum management mod you have installed perhaps the one by Valter? Refresh and if it now shows correctly you know it's a conflict between the two otherwise it's something else either way you can disable/enable the one you prefer until a solution is found.
Reply With Quote
  #29  
Old 12-07-2011, 05:49 AM
dothanhtrung dothanhtrung is offline
 
Join Date: May 2007
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you edt same my picture

Attached Images
File Type: jpeg untitled.jpeg (121.2 KB, 0 views)
Reply With Quote
  #30  
Old 12-07-2011, 06:45 AM
tarzan22 tarzan22 is offline
 
Join Date: Apr 2008
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RellecT View Post
I released a new version that fix a bug for who choose save css as files.


The problem here is that your categories are not actually categories..
They not "act" like a category, they act like a forum.
tomorrow I will try figure out how to apply my hack in this situation.

The problem here is that your css is stored as files..
I've fixed that, download version 1.2 which I just released.

Currently I have no demo to display, sorry

Thanks
I will release an update for older versions in a few days

Maybe you choose save your css as files, I fixed that in version 1.2 .
please update and see if it work now.
If not, please send me a message.

Thanks, I have placed as a category and is not going well, look
It shows the number of subjects and the last message.

Reply With Quote
  #31  
Old 12-07-2011, 10:24 AM
rellect's Avatar
rellect rellect is offline
 
Join Date: May 2008
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dog199200 View Post
I'm also having the same issue with everything bleeding over. I think all my widths sets are all fixed not fluid. Though where in the css does this edit exactly? I think i can do some editing on my own to fix it to match my forums needs
The hack should work in fluid width and in fixed width.
please send me a url of your forum and I'll check what the problem to fix it.

anyway, the css template is: "rellect_2_column.css"


Quote:
Originally Posted by FReeSTER View Post
this will be great if you can manage which categories you want to show side by side instead of the entire forums.
Nice idea,
I'll try implement it in the future versions.


Quote:
Originally Posted by TheLastSuperman View Post
You can also do this, please bear in mind something had to go so it looked halfway decent when using a low resolution so thread/post counts are removed and so are the forum action links i.e. subscribe/rss etc.

Edit template rellect_2_column.css and find:

Code:
.forumbit_post .forumstats li,
.forumbit_post .forumstats_2 li
{
    padding-{vb:stylevar right}: 0 !important;
}
Add this under:

Code:
.forumstats.td, .forumactionlinks.td, span.forumthreadpost {
    display:none !important;
}

.foruminfo.td, .datacontainer {
    width: 60% !important;
}

.forumdescription {
    width: 72% !important;
}

.forumlastpost.td {
    width: 40% !important;
        overflow: hidden !important;
}

.lastposttitle {
    width: 92% !important;
        overflow: hidden !important;
}
It should help clear up the overflow for now until RellecT has time to sort it out himself .
Not bad solution for who can't wait for an update,
thanks for helping


Quote:
Originally Posted by GeorgeB85 View Post
not working correctly....forums.millenniumcapitalcorp.com
I am checking your forum now,
I let you know if I found the problem


Quote:
Originally Posted by tarzan22 View Post
Thanks, I have placed as a category and is not going well, look
It shows the number of subjects and the last message.
I see..
your categories were created in a weird way.. but maybe you want them to be like that.
I'll try find a solution for this and I let you know.
Reply With Quote
Благодарность от:
TheLastSuperman
Reply

Thread Tools

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 04:33 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.11765 seconds
  • Memory Usage 2,372KB
  • Queries Executed 28 (?)
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
  • (4)bbcode_code
  • (11)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (10)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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
  • 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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete