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

Reply
 
Thread Tools Display Modes
  #1  
Old 05-22-2002, 02:52 AM
|GMK|PlaTooN |GMK|PlaTooN is offline
 
Join Date: Mar 2002
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Quick Reply Box Addons...

Well what's up.. I am wondering if it is possible to throw a background behind the test box you type in for both the quick reply box and normal reply or make thread.. I have seen this done on a iB3 board so I suspect it can be done on vBulletin?? It does look cool if you have a nice faded logo or something in the text box... Also on the quick reply box is there anyway to add some smilies to it so users can click smilies aswell?? Well holla back and I will check this thread often.

Catch you later,

PlaTooN :smoke:
Reply With Quote
  #2  
Old 05-22-2002, 03:53 AM
Mone' Mone' is offline
 
Join Date: May 2002
Location: Australia
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this can be easily done using css

for the reply box look for this bit of code in the custom template
showthread_replybox

Code:
<textarea name="message" rows="7"  cols="$textareacols" wrap="virtual" tabindex="1"></textarea>

and chage it to :

Code:
<textarea name="message" rows="7"  cols="$textareacols" wrap="virtual" tabindex="1" style="background-image: url('http://www.yourdomain.com/images/background.gif')"></textarea>

were : 'http://www.yourdomain.com/images/background.gif'
is the url of the image that you want to show in the background


if you any problem let me know as i got working 100%

Mone'
Reply With Quote
  #3  
Old 05-22-2002, 11:22 AM
Mone' Mone' is offline
 
Join Date: May 2002
Location: Australia
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and here is a screenshot :
Attached Images
File Type: gif quick.gif (3.7 KB, 0 views)
Reply With Quote
  #4  
Old 05-22-2002, 06:49 PM
PET's Avatar
PET PET is offline
 
Join Date: Jan 2002
Location: Timisoara/Romania
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you know how to add BOLD, ITALIC, UNDerLINE buttons ?
Reply With Quote
  #5  
Old 05-23-2002, 08:29 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried to get it to work but it doesn't change anything. Any ideas on how to fix it?

Quote:
Originally posted by Mone'
this can be easily done using css

for the reply box look for this bit of code in the custom template
showthread_replybox

Code:
<textarea name="message" rows="7"  cols="$textareacols" wrap="virtual" tabindex="1"></textarea>

and chage it to :

Code:
<textarea name="message" rows="7"  cols="$textareacols" wrap="virtual" tabindex="1" style="background-image: url('http://www.yourdomain.com/images/background.gif')"></textarea>

were : 'http://www.yourdomain.com/images/background.gif'
is the url of the image that you want to show in the background


if you any problem let me know as i got working 100%

Mone'
Reply With Quote
  #6  
Old 05-23-2002, 08:45 PM
PET's Avatar
PET PET is offline
 
Join Date: Jan 2002
Location: Timisoara/Romania
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It work for me. Have you check the url ? There must be the right one !
Reply With Quote
  #7  
Old 05-23-2002, 08:49 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is the URL to check it out on my site. It still looks the same as before.

Testing image in quick reply box
Reply With Quote
  #8  
Old 05-24-2002, 02:16 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I got it working finally. Is there a way to make the background for the reply box just a color instead of an image and how would you change the color of the text for the message you write? And also, is there a way to make it so the background of the page shows through? I have a set background and would like to have the backrground stay put as the page moves in the box.
Reply With Quote
  #9  
Old 05-24-2002, 04:50 AM
Mone' Mone' is offline
 
Join Date: May 2002
Location: Australia
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you can't have the quick reply box transparent and show the background image of your site !
you can use the above code to place an image.

to have the background and font set to a different color simply change

Code:
<textarea name="message" rows="7"  cols="$textareacols" wrap="virtual" tabindex="1"></textarea>
to

Code:
<textarea name="message" rows="7"  cols="$textareacols" wrap="virtual" tabindex="1" style="COLOR: white ;  BACKGROUND-COLOR: black;
"></textarea>

where white is the colour of the font
and black is the colour of the quick reply box



Mone'
Reply With Quote
  #10  
Old 05-25-2002, 11:17 AM
|GMK|PlaTooN |GMK|PlaTooN is offline
 
Join Date: Mar 2002
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the help. It works great. But... is there a way to add smilies?? I tried including the smilie bit that is shown when you make a new thread or post.. I think its $smilies.. Well after adding that nothing showed any ideas on how to add smilies to the quick reply box?
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 01:54 AM.


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.04319 seconds
  • Memory Usage 2,281KB
  • Queries Executed 14 (?)
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
  • (6)bbcode_code
  • (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
  • (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
  • (1)postbit_attachment
  • (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_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
  • 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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete