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 05-17-2014, 07:02 PM
aleheroix aleheroix is offline
 
Join Date: Oct 2013
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Forum Borders / Gridlines

*I've moved to a new thread in the correct forum, please delete this thread*

Hi, I've asked vBulletin and they've directed me here, as it isn't a minor customisation apparently.

I have been using the following code to add border lines to the forum module on the forum page and sub forum pages :
Code:
.forum-list-container { border-spacing: 3px; }
.topic-list-container { background: none repeat scroll 0 0 #B6B6B8; border-spacing: 3px; }
Putting that (on fresh install) however causes the lines to appear out of place, and independent of the frontend structure of the forum you see on your page. See below...




Now, I have been told by support that...
"it exists to house the rss feed icon when it is enabled, and it's showing like that because the style is designed not to have table borders...putting the borders in shows the table." (Ticketid: 1257733)

Traditionally forums have lines on them, its just something that should be optional, which it isn't in vB5.

Code:
.cell-count {
padding-left: 5px !important;
}
.cell-lastpost {
padding-left: 5px !important;
}
If this code worked (which it doesn't) I would probably be able to make do, but on topics page, we would still need to address the issue of the extra (empty) column.
Reply With Quote
  #2  
Old 05-19-2014, 11:32 PM
aleheroix aleheroix is offline
 
Join Date: Oct 2013
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump!
Reply With Quote
  #3  
Old 05-21-2014, 10:58 AM
Spangle Spangle is offline
 
Join Date: Jun 2011
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aleheroix View Post
*I've moved to a new thread in the correct forum, please delete this thread*

Hi, I've asked vBulletin and they've directed me here, as it isn't a minor customisation apparently.

I have been using the following code to add border lines to the forum module on the forum page and sub forum pages :
Code:
.forum-list-container { border-spacing: 3px; }
.topic-list-container { background: none repeat scroll 0 0 #B6B6B8; border-spacing: 3px; }
Putting that (on fresh install) however causes the lines to appear out of place, and independent of the frontend structure of the forum you see on your page. See below...




Now, I have been told by support that...
"it exists to house the rss feed icon when it is enabled, and it's showing like that because the style is designed not to have table borders...putting the borders in shows the table." (Ticketid: 1257733)

Traditionally forums have lines on them
, its just something that should be optional, which it isn't in vB5.

Code:
.cell-count {
padding-left: 5px !important;
}
.cell-lastpost {
padding-left: 5px !important;
}
If this code worked (which it doesn't) I would probably be able to make do, but on topics page, we would still need to address the issue of the extra (empty) column.
Hoirizontal lines maybe, but not vertical, why not just alternate the column colours, that way you can do away with the lines, but you still create the illusion of a boundary between the headers?
Reply With Quote
  #4  
Old 05-21-2014, 11:20 AM
aleheroix aleheroix is offline
 
Join Date: Oct 2013
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spangle View Post
Hoirizontal lines maybe, but not vertical, why not just alternate the column colours, that way you can do away with the lines, but you still create the illusion of a boundary between the headers?
TBH I, like most others, am considering going to vB4 instead. vB4 has lines/borders. Such a shame because everything else is great but it's just a must that we have the lines, thats what is required.

Using colours wouldn't work, as we have a lot of older users who want the lines, they want a traditional looking forum page. (I don't see what the problem is though, 5.05 had the lines in the correct place with the above code, why did they change it?)
Reply With Quote
  #5  
Old 05-21-2014, 01:39 PM
Spangle Spangle is offline
 
Join Date: Jun 2011
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aleheroix View Post
TBH I, like most others, am considering going to vB4 instead. vB4 has lines/borders. Such a shame because everything else is great but it's just a must that we have the lines, thats what is required.

Using colours wouldn't work, as we have a lot of older users who want the lines, they want a traditional looking forum page. (I don't see what the problem is though, 5.05 had the lines in the correct place with the above code, why did they change it?)
what you want must be achievable, have you tried asking the question on VB.com.

You may also want to change the thread title, as it doesn't really describe what you are trying to do
Reply With Quote
  #6  
Old 05-21-2014, 01:44 PM
aleheroix aleheroix is offline
 
Join Date: Oct 2013
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spangle View Post
what you want must be achievable, have you tried asking the question on VB.com.

You may also want to change the thread title, as it doesn't really describe what you are trying to do
Yep, the ticket number is in OP. They redirected me to ask here.

I totally agree, it must be achievable and I would have thought they would be able to do it.
Reply With Quote
  #7  
Old 05-21-2014, 06:20 PM
Spangle Spangle is offline
 
Join Date: Jun 2011
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aleheroix View Post
Yep, the ticket number is in OP. They redirected me to ask here.

I totally agree, it must be achievable and I would have thought they would be able to do it.
Seems strange that you were directed here, when most of the support staff who are able to help out with this sort of thing are also on VB.com forum !
Reply With Quote
  #8  
Old 05-22-2014, 07:22 AM
aleheroix aleheroix is offline
 
Join Date: Oct 2013
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spangle View Post
Seems strange that you were directed here, when most of the support staff who are able to help out with this sort of thing are also on VB.com forum !
What can I say/do? TBH this is the only issue we have with vB5, everything else is great! Like I mentioned earlier, the lines/borders looked great on 5.05 and the code worked. But for some reason with 5.1 that has changed.

I would hate to have to go to vB4 seen as I have never used it before, I've had about a year or so learning vB5, I don't want to have to start again over something so small...
Reply With Quote
  #9  
Old 05-23-2014, 07:19 AM
Spangle Spangle is offline
 
Join Date: Jun 2011
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aleheroix View Post
What can I say/do? TBH this is the only issue we have with vB5, everything else is great! Like I mentioned earlier, the lines/borders looked great on 5.05 and the code worked. But for some reason with 5.1 that has changed.

I would hate to have to go to vB4 seen as I have never used it before, I've had about a year or so learning vB5, I don't want to have to start again over something so small...
What you could do is use "inspect element", right click on the page in firefox and it's in the menu that appears, that will show you the page html and css, you can make alterations in there to see what effect it has.

When you get the desired effect search for the css in templates, or add it to the css additional css.
Reply With Quote
  #10  
Old 05-24-2014, 11:50 AM
aleheroix aleheroix is offline
 
Join Date: Oct 2013
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spangle View Post
What you could do is use "inspect element", right click on the page in firefox and it's in the menu that appears, that will show you the page html and css, you can make alterations in there to see what effect it has.

When you get the desired effect search for the css in templates, or add it to the css additional css.
The issue is that the code that puts gridlines on the forum module, etc doesn't allow you to then move those borders (or remove them).
Reply With Quote
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 04:35 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.04146 seconds
  • Memory Usage 2,268KB
  • 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
  • (4)bbcode_code
  • (8)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
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete