vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Quick Reply Box Addons... (https://vborg.vbsupport.ru/showthread.php?t=38898)

|GMK|PlaTooN 05-22-2002 02:52 AM

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:

Mone' 05-22-2002 03:53 AM

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'

Mone' 05-22-2002 11:22 AM

1 Attachment(s)
and here is a screenshot :

PET 05-22-2002 06:49 PM

Do you know how to add BOLD, ITALIC, UNDerLINE buttons ?

Boofo 05-23-2002 08:29 PM

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'


PET 05-23-2002 08:45 PM

It work for me. Have you check the url ? There must be the right one !

Boofo 05-23-2002 08:49 PM

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

Testing image in quick reply box

Boofo 05-24-2002 02:16 AM

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.

Mone' 05-24-2002 04:50 AM

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'

|GMK|PlaTooN 05-25-2002 11:17 AM

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?


All times are GMT. The time now is 10:06 AM.

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.01191 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete