Wicher Site Admin
Joined: 16 Dec 2005 Posts: 1144 User's local time: 2024 Sep 11 - 12:36 AM Country IP : Country of choice:
Was This Post Helpful?
Users postingpoints:
Posts points:
Post gradiation:
|
Posted: Tue Dec 20, 2005 10:52 pm Post subject: |
Wicher
*Delete this user
Items with prefix * are permanent. | Close |
|
|
This mod puts a background image in the typebox where users make there postings.
Code: |
-
- ##############################################################
- ## MOD Title: Background in Postbody Messagebox MOD
- ## MOD Author: Wicher < wicher@wichersmods.nl > (Wicher) http://www.wichersmods.nl/MadeMods/phpBB
- ## MOD Description: This mod puts a background image in the typebox where users make there postings.
- ## MOD Version: 1.0.0
- ## PHPBB versions: 2.0.17
- ## Installation Level: (Easy)
- ## Installation Time: 1 Minute
- ## Files To Edit:
- ## templates/SubSilver/posting_body.tpl
- ## Included Files: n/a
- ## Create your own background image with the dimensions about 450 pixels width by 200 pixels height.
- ## Name it back_textbox.jpg and upload it to templates/subSilver/images
- ##############################################################
- ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
- ##############################################################
-
- #
- #-----[ OPEN ]------------------------------------------
- #
- templates/SubSilver/posting_body.tpl
- #
- #-----[ FIND ]------------------------------------------
- #
- <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
- #
- #-----[ INLINE, FIND ]------------------------------------------
- #
- style="width:450px
- #
- #-----[ AFTER, ADD ]------------------------------------------
- # YOU WILL HAVE TO EDIT THE URL IN THIS LINE BEFORE YOU PAST IT IN.
- ; background-image: url('http://www.YOURDOMAIN.com/templates/subSilver/images/back_textbox.jpg'); background-position: center; background-attachment: fixed
- #
- #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
- #
- # EoM
|
_________________
Wicher's phpBB2 Mods | Wicher's phpBB3 Mods | Statistics Mod 4.x.x |
|