Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
3 D Borders ? Details »»
3 D Borders ?
Version: , by Bro_Joey_Gowdy Bro_Joey_Gowdy is offline
Developer Last Online: Mar 2019 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 06-23-2002 Last Update: Never Installs: 0
 
No support by the author.

I believe this is a template hack - if not please move it -

What files must I edit to make all the borders look 3 D ??

I would like all my borders to look 3Dish like the 'ScrollBar' is.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 06-29-2002, 06:14 PM
FWC's Avatar
FWC FWC is offline
 
Join Date: Oct 2001
Location: Ontario, CA
Posts: 821
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to modfiy the forumhome_forumbit_level1_nopost template.
Reply With Quote
  #13  
Old 06-29-2002, 08:42 PM
Bro_Joey_Gowdy's Avatar
Bro_Joey_Gowdy Bro_Joey_Gowdy is offline
 
Join Date: May 2002
Location: Hickory Flat MS 38633
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks FWC

Reply With Quote
  #14  
Old 06-30-2002, 06:55 AM
FWC's Avatar
FWC FWC is offline
 
Join Date: Oct 2001
Location: Ontario, CA
Posts: 821
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome.
Reply With Quote
  #15  
Old 07-03-2002, 12:59 PM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes This works outstanding on my forums but i have one question. How o I add 3d borders to my actual posts when i post a message. Because the color alternates all the time and it would be impossible to have the same bevel for 2 different colors. One would look 3D while the other wuld look really funky. Please help thanks.
Reply With Quote
  #16  
Old 07-03-2002, 02:09 PM
Atian's Avatar
Atian Atian is offline
 
Join Date: Mar 2002
Location: Korea O_O naw.....usa =p
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try doing a search/replace string =\
Reply With Quote
  #17  
Old 07-03-2002, 02:29 PM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well i am not that good with coding. Is there any way you can explain your self a little more please thanks.
Reply With Quote
  #18  
Old 07-03-2002, 05:59 PM
Bro_Joey_Gowdy's Avatar
Bro_Joey_Gowdy Bro_Joey_Gowdy is offline
 
Join Date: May 2002
Location: Hickory Flat MS 38633
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by BigJohnson
Yes This works outstanding on my forums but i have one question. How o I add 3d borders to my actual posts when i post a message. Because the color alternates all the time and it would be impossible to have the same bevel for 2 different colors. One would look 3D while the other wuld look really funky. Please help thanks.
Umm...
what do you mean ?
Do you want your text area to look 3 d with alternating 3 d colors ?
Reply With Quote
  #19  
Old 07-05-2002, 02:50 PM
Michelle69's Avatar
Michelle69 Michelle69 is offline
 
Join Date: Nov 2001
Location: Ontario, Canada
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There's an easier way to do this without modifying your header or templates... and will do the actual posts as well as the index page.

Just go to Styles --> Modify --> fonts/colors/etc --> Main Colors

Add the code to your First and Second Alternating Table Background Color replacement.

My code reads this:

First Alternating Table Background Color:
#545454" style="BORDER-RIGHT: #303030 2px solid; BORDER-TOP: #c0c0c0 2px solid; BORDER-LEFT: #c0c0c0 2px solid; BORDER-BOTTOM: #303030 2px solid;"

Second Alternating Table Background Color:
#646464" style="BORDER-RIGHT: #303030 2px solid; BORDER-TOP: #c0c0c0 2px solid; BORDER-LEFT: #c0c0c0 2px solid; BORDER-BOTTOM: #303030 2px solid;"

The result is This

You can copy and paste this in yours, then just replace the hex code with your colours, and adjust the px value if you like.
Reply With Quote
  #20  
Old 07-09-2002, 12:37 PM
Bro_Joey_Gowdy's Avatar
Bro_Joey_Gowdy Bro_Joey_Gowdy is offline
 
Join Date: May 2002
Location: Hickory Flat MS 38633
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

(slaps himself)

Thanks... That was so much easier... wonder why I didnt think of that...




Quote:
Originally posted by Michelle69
There's an easier way to do this without modifying your header or templates... and will do the actual posts as well as the index page.

Just go to Styles --> Modify --> fonts/colors/etc --> Main Colors

Add the code to your First and Second Alternating Table Background Color replacement.

My code reads this:

First Alternating Table Background Color:
#545454" style="BORDER-RIGHT: #303030 2px solid; BORDER-TOP: #c0c0c0 2px solid; BORDER-LEFT: #c0c0c0 2px solid; BORDER-BOTTOM: #303030 2px solid;"

Second Alternating Table Background Color:
#646464" style="BORDER-RIGHT: #303030 2px solid; BORDER-TOP: #c0c0c0 2px solid; BORDER-LEFT: #c0c0c0 2px solid; BORDER-BOTTOM: #303030 2px solid;"

The result is This

You can copy and paste this in yours, then just replace the hex code with your colours, and adjust the px value if you like.
Reply With Quote
  #21  
Old 10-02-2002, 01:36 PM
king sting king sting is offline
 
Join Date: Jul 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thankz Michelle69 that worked great, btw anybody know how i can make the scroll bars not 3d. u know how they seem bevelled i was wondering if there was a way to undo that. i've seen it done before
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 02:54 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.04494 seconds
  • Memory Usage 2,296KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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_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