vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Adding a background image into the reply boxes (https://vborg.vbsupport.ru/showthread.php?t=129962)

mmoore5553 08-29-2008 03:39 PM

nice mod

SpeedJunkyz 09-06-2008 04:27 PM

no worky for me either

SpeedJunkyz 09-07-2008 10:18 PM

Ok I got it working, it doesn't work on firefox. But mine isn't centered. It moves along with the screen when I scroll. check it out speedjunkyz.com

Cloverfield 10-21-2008 09:27 PM

Same here. Please help! I want it to stay in the quick reply box no matter where you are on the page. The only way, currently, that you can see it is if you scroll down a certain ammount and then it slides into this space and when you carry on scrolling it will disappear again. VERY frustrating!!

csoroner 03-07-2009 05:41 PM

I had this working fine except the image shows up in my title bar and shout box bar as well. Any know how to get it to work only in the main text input and quick reply????

smeh463 05-09-2009 09:02 PM

i would ask about allowing members to use thier own backgrounds
how can i enable it?
i saw it in a forum where the code was
PHP Code:

[align=CENTER][table="width:100%;background-image:url(http://i39.tinypic.com/);"][cell="filter:;"]
*** 
text here***
[/
cell][/table][/align

when i try it in my forum
i ended up with having cell code appreaed surrounding the text but no background appear

PHP Code:

[cell="filter:;"]
***
text here***
[/
cell


dholt 07-17-2009 07:46 PM

I only want text, as I would like it to disappear when clicked. something like.

Make sure your posting in the right forums
make sure you utilize the attributes in your post
Thank you for your post

Is this the same principle and what would I add to make it disappear when clicked

Code:

readonly="yes"

csoroner 07-18-2009 07:11 PM

Quote:

Originally Posted by Cloverfield (Post 1649987)
Same here. Please help! I want it to stay in the quick reply box no matter where you are on the page. The only way, currently, that you can see it is if you scroll down a certain ammount and then it slides into this space and when you carry on scrolling it will disappear again. VERY frustrating!!

The only reason I'm adding a reply is because of the email notification. I have this working fine but with the exception of Cloverfield's post.

Apparently the author has abandoned this mod?

I would still like to have it fixed in the quick reply box. It's fixed everywhere else but there. It's a good theory though. I used the suggested code and tweaked Wicher's Background in Postbody Messagebox MOD and it's fixed in every text input area on my phpbb2 board.

accludetuner 11-08-2009 07:09 PM

Ok, this hasn't been posted in for a while. I used a combo of this and brvheart's mod.

I had an issue with the centering of the image, the fact that the increase/decrease box didn't work, and didn't like the image being shown in all input boxes. Here's what I did and this works great for me on 3.8.4 with all the major browsers.

3 template edits.

In Editor Templates > editor_toolbar_off

find:
Code:

<textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="
insert directly after the style="
Code:

background:#FFFFFF url(images/image.png); background-repeat: no-repeat; background-position: center center;
(note there is a space at the end. You want a space right after - center; )

Things in green should be changed to your forum stuff.



In Editor Templates > editor_toolbar_on

find:
Code:

<textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="
insert directly after the style="
Code:

background:#FFFFFF url(images/image.png); background-repeat: no-repeat; background-position: center center;
(note there is a space at the end. You want a space right after - center; )

Things in green should be changed to your forum stuff.



In Show Thread Templates > showthread_quickreply
find:
Code:

<textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="
insert directly after the style="
Code:

background:#FFFFFF url(images/image.png); background-repeat: no-repeat; background-position: center center;
(note there is a space at the end. You want a space right after - center; )
(also note, this needs to be done TWICE in this template. There are two instances that need to be modified so make sure you do both. )

Things in green should be changed to your forum stuff.


That's it. Works perfect for me. Hope this helps some you struggling to get it to work, gripes about the display in all input boxes, or issues with the text box increase/decrease buttons.

ravenfaust 12-16-2009 10:21 AM

not working for me in 3.8

ravenfaust 12-16-2009 10:56 AM

how about in the shoutbox?

Eduardo Leon 01-01-2011 05:31 PM

well for my this dont work anymore ..

i use vbulletin 3.8.6 pl 1 and i dont see anything

that's all

PS :

other thing is this, i CAN'T FIND THIS VALUES :

PHP Code:

<iframe id="htmlbox" style="width:600px; height:100px" tabindex="1"></iframe

that's all ;)

phoenixen 09-08-2011 10:12 PM

i dont see a save button on main CSS :(


All times are GMT. The time now is 01:05 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.01234 seconds
  • Memory Usage 1,752KB
  • 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
  • (7)bbcode_code_printable
  • (3)bbcode_php_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
  • (13)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