The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Adding a background image into the reply boxes Details »» | |||||||||||||||||||||||||||
Adding a background image into the reply boxes
Developer Last Online: Oct 2015
**** THIS SHOULD (DID 4 ME) ADD A BACKGROUND IMAGE TO THE QUICK REPLY BOX AS WELL ****
This is NOT a hack, its just a very simple template edit, so theres nuthing to download or install, this only been tested on IE6: Go to> Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu) Edit these two sections - WYSIWYG Editor - Input Fields Add the line below in the Standard CSS Attributes side, in the "background" field Code:
#2D2D2D url(images/yourimagehere) repeat-x center fixed example: images/replyboxbg.gif Then add this into the Extra CSS Attributes box: Code:
background-repeat: no-repeat; background-position: center center; Save CSS and your good to go.... Please Click INSTALL Enjoy! Show Your Support
|
Comments |
#122
|
|||
|
|||
nice mod
|
#123
|
|||
|
|||
no worky for me either
|
#124
|
|||
|
|||
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
|
#125
|
|||
|
|||
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!!
|
#126
|
||||
|
||||
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????
|
#127
|
|||
|
|||
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:
i ended up with having cell code appreaed surrounding the text but no background appear PHP Code:
|
#128
|
||||
|
||||
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" |
#129
|
||||
|
||||
Quote:
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. |
#130
|
|||
|
|||
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=" Code:
background:#FFFFFF url(images/image.png); background-repeat: no-repeat; background-position: center 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=" Code:
background:#FFFFFF url(images/image.png); background-repeat: no-repeat; background-position: center 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=" Code:
background:#FFFFFF url(images/image.png); background-repeat: no-repeat; background-position: center 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. |
#131
|
|||
|
|||
not working for me in 3.8
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|