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)

SloppyGoat 05-26-2002 01:38 AM

Yep, I got it to work just fine. You just have to read two posts in that thread. :classic:

Mone' 05-26-2002 04:23 AM

Quote:

Originally posted by Xelation
is there anyway to keep the background image stationary? you see... after someone types enough its just going to start over and you'll have a line in the middle of the box. I hope this is possible



just ad more css =)

look for :

showthread_replybox

in the custom template

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'); background-repeat: no-repeat; background-attachment: fixed;"></textarea>


Mone'

PET 05-26-2002 02:27 PM

I want the BOLD, ITALIC,etc buttons under Your Reply:

Sombodt know how ?

Xelation 05-26-2002 02:30 PM

worked, thanks! :)

|GMK|PlaTooN 05-26-2002 04:38 PM

What I did was just put a link to the smilie page. It is very simple. This is what I did:

Find:
PHP Code:

<smallfont><a href="javascript:checklength(document.vbform);">[Check message length]</a

And replace it all with:
PHP Code:

<smallfont><a href="javascript:checklength(document.vbform);">[Check message length]</a> <a href="misc.php?s=$session[sessionhash]&action=showsmilies" target="_blank">[Smilies]</a></smallfont

I found having the javascript for the smilies slowed down thread view so this way is the fastest I believe.

|GMK|PlaTooN 05-26-2002 11:34 PM

1 Attachment(s)
This is my reply box:

LanciaStratos 05-27-2002 02:05 AM

Quote:

Originally posted by Mone'
and here is a screenshot :
Hey, that effect from your background image looks great. Did you do it by just creating a blank, shadowed image large enough to cover the largest text box on the site, or were there some other tricks involved?

Xelation 05-27-2002 02:08 AM

1 Attachment(s)
heres mine.. anyone like it?.. oh and I didnt rip the smilies, I asked the creator if I could use them and he said yes :)

|GMK|PlaTooN 05-27-2002 02:23 AM

Looks good! I found that the smilies made it slower when you viewed posts :/

|GMK|PlaTooN 05-27-2002 02:27 AM

Quote:

Originally posted by LanciaStratos
Hey, that effect from your background image looks great. Did you do it by just creating a blank, shadowed image large enough to cover the largest text box on the site, or were there some other tricks involved?
Actually all I did was throw the pic in flash 5 change it to a graphic and set the alpa to about 35.... :classic:


All times are GMT. The time now is 02:28 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.01074 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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