Caddyman
01-09-2007, 10:17 AM
im working on a new organic style, and i want to add a picture to the q reply box, how do i do that? like this below, where it says djjeffa......
http://i49.photobucket.com/albums/f265/CaddymanLNL/Untitled-4.gif
heres a glimpse of the style im trying to do....
http://i49.photobucket.com/albums/f265/CaddymanLNL/Untitled-2.gif
Hell³
01-09-2007, 01:46 PM
Hmm, that is a nice touch, more than likely it's a template edit, let me try it on my test board to see if I can replicate and I'll get back at cha with this ;)
Caddyman
01-09-2007, 01:54 PM
TY so much Hell, your on my questions, greatly appreciated man!
Caddyman
01-09-2007, 02:13 PM
found this on .org
this can be easily done using css
for the reply box look for this bit of code in the custom template
showthread_replybox
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')"></textarea>
were : 'http://www.yourdomain.com/images/background.gif'
is the url of the image that you want to show in the background
if you any problem let me know as i got working 100%
Mone'
Hell³
01-09-2007, 07:55 PM
yeah sorry I got swamped at work so I couldn't try this out, but yeah that's pretty much the idea I had in mind!, thanks for diggin' it up I think I'll apply something like this on my live board
Caddyman
01-10-2007, 04:23 AM
Yeah i tried it but it didnt seem to work, not sure if i did something wrong, or if this was for a older version on VB or what.......
TezTer
01-10-2007, 08:09 PM
umm..i would like to know how to do that as well...so what u can do Canddyman, is go to ur forum's old skin, and look in the template quick reply, plz post it if u find it :)
Caddyman
01-10-2007, 08:18 PM
the djjeffa one is not my forum, it is a friends though...ill ask him :)
Xhris
01-10-2007, 08:22 PM
You can do this here:
http://www.vbulletin.org/forum/showthread.php?t=129962
HTHs