Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-29-2003, 08:18 AM
jeskel jeskel is offline
 
Join Date: Dec 2003
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default can someone knowledgeable help me with this?

Hi,

I would like to know if someone knows the vBulletin templates good enough to tell me if that can be done: I would like to modify the bg color of a text quoted without modifying the first and second alternating colors. I also would like to add borders to the quoted area. I wish I could do it myself but I have no idea how to make it. I have attached some gifs that should explain better than my words what I would like to achieve.

1: like it is right now
2: bg color changed
3: only the borders changed

I will try a mix between 2 and 3 to see what looks best.

Thank you very much if you can help me with that.

Regards,

<edit>
ooops... in my enthusiasm I think I have posted it in the wrong forum.
</edit>
Attached Images
File Type: gif 1.gif (1.4 KB, 0 views)
File Type: gif 2.gif (1.7 KB, 0 views)
File Type: gif 3.gif (1.6 KB, 0 views)
Reply With Quote
  #2  
Old 12-29-2003, 10:17 AM
kreftt's Avatar
kreftt kreftt is offline
 
Join Date: Dec 2001
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hiya,

that would be the template bbcode_quote, in which the layout of the quote box is defined

you could for example exchange the border setting:
PHP Code:
border:inset 1px 
with a new one like this:
PHP Code:
bordersolid #xxxxxx 1px; 
with xxxxxx being the color of your choice to achieve a 1px wide border in your color around the quote box


for the backgroundcolor you would cut out the
PHP Code:
class="alt1" 
and put something like
PHP Code:
 background#xxxxxx; 
with xxxxxx being the color of your choice
AFTER the border part that we just inserted, so that your tag would look like this:
PHP Code:
<div style="padding:$stylevar[cellpadding]px; border: solid #xxxxxx 1px; background: #xxxxxx;"
greetz

kreftt
Reply With Quote
  #3  
Old 12-29-2003, 10:49 AM
jeskel jeskel is offline
 
Join Date: Dec 2003
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That works great!!! Thank you so much kreftt! That was really helpful. I hope I'll have the opportunity to be helped by you again.

Cheers

Alex
Reply With Quote
  #4  
Old 12-29-2003, 10:54 AM
jeskel jeskel is offline
 
Join Date: Dec 2003
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have one more question about this template: How could I change the font color? I guess it must be pretty easy but I have no knowledge in html/css.. Thanx a lot if someone can help me.

Regards,

Alex
Reply With Quote
  #5  
Old 12-29-2003, 02:45 PM
kreftt's Avatar
kreftt kreftt is offline
 
Join Date: Dec 2001
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

search for
PHP Code:
$message 
put
PHP Code:
<font style="color:#xxxxxx"
with xxxxxx being the color of your choice in front of it and
PHP Code:
</font
after it

greetz

kreftt
Reply With Quote
  #6  
Old 01-02-2004, 05:25 PM
jeskel jeskel is offline
 
Join Date: Dec 2003
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much. You are a great help! I hope you will help me with the other questions I'll have soon

thumbs up!

thanx again.
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 12:12 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.04027 seconds
  • Memory Usage 2,234KB
  • Queries Executed 12 (?)
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
  • (8)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (3)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete