The Arcive of vBulletin Modifications Site. |
|
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 |
|
#2
|
||||
|
||||
|
Woow first post and a super cool hack, thanks to share it with use :nervous:
|
|
#3
|
|||
|
|||
|
ohh yes i was looking for that! thanks very much. one more question. how can we do this for quick reply box?
|
|
#4
|
||||
|
||||
|
Its made for your "quick reply box"
|
|
#5
|
|||
|
|||
|
Quote:
Try this: Along with the changes above, do these edits to showthread_quickreply Find: Code:
<iframe id="htmlbox" style="width:600px; height:100px" tabindex="1"></iframe> Code:
<iframe id="htmlbox" style="background:#HEX url(path/to/file); width:600px; height:100px" tabindex="1"></iframe> Code:
<textarea name="message" id="qr_message" class="bginput" style="width:600px; height:100px" cols="60" rows="5" tabindex="1"></textarea> Code:
<textarea name="message" id="qr_message" class="bginput" style="background:#HEX url(path/to/file); width:600px; height:100px" cols="60" rows="5" tabindex="1"></textarea> Code:
<textarea name="message" id="qr_message" class="bginput" style="width:600px; height:100px;" rows="5" cols="60" tabindex="1"></textarea> Code:
<textarea name="message" id="qr_message" class="bginput" style="background:#HEX url(path/to/file); width:600px; height:100px;" cols="60" rows="5" tabindex="1"></textarea> Let me know how it goes. |
|
#6
|
|||
|
|||
|
Quote:
:devious: |
|
#7
|
|||
|
|||
|
thanks fort this but does'nt work for me :s
|
|
#8
|
|||
|
|||
|
probably cause he is declaring things like 6 times :lol:
I removed everything from the extra CSS fields and made Code:
#2D2D2D url(images/yourimagehere) repeat-x center fixed Code:
#2D2D2D url(images/yourimagehere) repeat-x center
|
|
#9
|
|||
|
|||
|
oki i found doesent work with standar editor
|
|
#10
|
|||
|
|||
|
Quote:
Could this be a version conflict? or maybe a browser? Like I mentioned, I have not used this with anything other then IE 6 |
![]() |
|
|