Page 1 of 1

message pm

PostPosted: Tue May 16, 2006 10:59 am
Author: AsLY
hello

i wish to show a text under the submit button when you writte a private message but i don't know files to edit.

AsLY

Re: message pm

PostPosted: Wed May 17, 2006 8:31 am
Author: AsLY
up!

PostPosted: Wed May 17, 2006 9:31 am
Author: Adrian Rea
fear not, I am giving this one some thought :) 5 days should be the normal unless really urgent.

Where and how do you want to add the text? Could you make an image to show how you would like it to look?

A

Re: message pm

PostPosted: Wed May 17, 2006 11:52 am
Author: AsLY
sorry for up.

i just want add some text here:

[flash=,:80mpgwsp]http://asly.free.fr/pm2.JPG[/flash:80mpgwsp]

PostPosted: Wed May 17, 2006 2:03 pm
Author: Adrian Rea
that particular place is tricky as it has a css style with an image. You would have to change the style too otherwis you would get repeated rows ow that image. It would be bettr just after the check boxes or the 'send a new private message' text

A

Re: message pm

PostPosted: Wed May 17, 2006 2:15 pm
Author: found it
you could add this line of code after the submit button line so it would have

find in posting_body.tpl

Code: Select all
<tr><td>{S_HIDDEN_FORM_FIELDS}<input>  <input></td></tr>


after add

Code: Select all
 <tr>       <td>[b]Enter here what you want[/b]</td>   </tr>


you can center line the text change the colour what ever you want...

though this will show up when posting a message in the forum as it uses the same file for posting in PMs