Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 12-06-2008, 02:48 PM
SolarTalk SolarTalk is offline
 
Join Date: Dec 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Need Code to Add 1 Pixel Borders to Forum and Thread List

Hello,

For example, on vbulletin.org, when you first come to this site and click on the "forums" tab, there is a list of all the forums. You'll notice the forum name, last post, threads, and post is separated by a thin border and the white and gray colors that run vertically also. For example it's vertically white for the list of forum names, and then a light gray for the list of all the last posts, etc.

I recently bought a skin and instead of having all the separation, it's all completely white.

Could someone please post the code I need to accomplish this and tell me what file to put the code under?? I'm not getting support from the company I bought the skin from and really need this fixed. Besides, I would like to learn how to do it myself.

Thanks so much! :up:

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

oh and just to add, i want to do the same thing for the list of threads as well. thanks!
Reply With Quote
  #2  
Old 12-06-2008, 03:53 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All those are are borders in the table. Very often, you will see in the table tag "border="0"" because they don't want a border at all. You need to set that to 1.
Reply With Quote
  #3  
Old 12-06-2008, 03:56 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

Its hard to suggest anything when we don't have the code or site.
It might be that the lines are same color as tables or it might be there is no spacing in between table cells.

.
Reply With Quote
  #4  
Old 12-06-2008, 04:05 PM
SolarTalk SolarTalk is offline
 
Join Date: Dec 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne, thank you for the response, where would I find the "table tag" so i can change it?

Seven, the website is www.sol@rp@nelt@lk . com...what code would you like me to post?

Thanks.
Reply With Quote
  #5  
Old 12-06-2008, 04:26 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The link to your site doesn't work.

A table tag is something that looks like this (this is from the page source for this page):
HTML Code:
<table id="header" border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
You will find the correct table you need in your templates. To find which template to look in - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
Reply With Quote
  #6  
Old 12-06-2008, 05:18 PM
SolarTalk SolarTalk is offline
 
Join Date: Dec 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, I did what you said, and it turned out looking like this:

Click Here

I just put "1" for the border and it seems to much. I would like them really thin and dim, like here on vbulletin.org. I looked at the source code for this forum and couldn't find what code it would be, i noticed it said "0" for borders, so thats confusing me. also would you happen to know how to add the vertical colors of white and gray at the separations, also like here on vbulletin.org?

Thanks again Lynne, I finally feel like I'm getting somewhere.
Reply With Quote
  #7  
Old 12-06-2008, 05:33 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It looks like here on vb, they have border set to 0 and then they use the class tborder to set the border. You should look at the css for this site - in particular the tborder class and alt1 and alt2. They have the columns for those area set to be class alt1, which I think is the default but you removed it.
Reply With Quote
  #8  
Old 12-06-2008, 05:43 PM
SolarTalk SolarTalk is offline
 
Join Date: Dec 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do i see the css?
Reply With Quote
  #9  
Old 12-06-2008, 05:56 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

It looks like in your style cellspacing has been set to 0, set it to 1 in stylevars of your styles. But it might change the layout in lot of places. See how it goes, you can always change it back to 0.

.
Reply With Quote
  #10  
Old 12-06-2008, 06:03 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SolarTalk View Post
how do i see the css?
If you look at the top of the page source for this site, you'll see lines like this (this is for the blue style I am using):

HTML Code:
<!-- CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-aa50424c-00023.css" id="vbulletin_css" />
So, you'd view it at www.vbulletin.org/forum/clientscript/vbulletin_css/style-aa50424c-00023.css
Reply With Quote
Reply

Thread Tools
Display Modes

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:26 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.04815 seconds
  • Memory Usage 2,249KB
  • 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
  • (2)bbcode_html
  • (1)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
  • (1)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