| Author |
Topic Search Topic Options
|
pjb007
Groupie
Joined: 03 September 2004
Location: United Kingdom
Status: Offline
Points: 185
|
Post Options
Thanks(0)
Quote Reply
Topic: Post Message Form Posted: 16 January 2005 at 11:23am |
I would like to put a message on the post message form just avove the
*Indicates required fields
notice
what file do I need to edit to do this and where do I put the text, the text I want to display is just to ask people not to use txt speek.
I have the lite software.
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 January 2005 at 11:27am |
|
its the message_form_inc.asp and RTE_message_form_inc.asp within the includes foler i think
have a look within them. you may see it there.
|
 |
pjb007
Groupie
Joined: 03 September 2004
Location: United Kingdom
Status: Offline
Points: 185
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 January 2005 at 11:36am |
|
Thanks, out of interest why 2 files, is one the first time post and one edit post?
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 January 2005 at 2:17pm |
|
those two file are the RTE editor the one like below . and the standard editor that is the aulternative editor.
and all input areas, edit post, new topic, post reply, create poll etc.
the text area for those functions are created within the corresponding
include file using veriables to show certain things, like subject, what
the submit button says (edit post, create topic etc).
|
 |
pjb007
Groupie
Joined: 03 September 2004
Location: United Kingdom
Status: Offline
Points: 185
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 January 2005 at 3:07pm |
I have tried to edit those files but can't see where to edit them, I thought that all I needed to do was look for the line
*Indicates a required field
and put my text just below that but I cant find that line.
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 January 2005 at 3:09pm |
|
in message_form_inc.asp its line 68
<td colspan="2" height="31"
class="text">*<% = strTxtRequiredFields
%></td>
and in rte_message_form_inc.asp its line 70
vbCrLf & " <td
colspan=""2"" height=""30"" class=""text"" align=""left"">*" &
strTxtRequiredFields & "</td>" & _
|
 |
pjb007
Groupie
Joined: 03 September 2004
Location: United Kingdom
Status: Offline
Points: 185
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 January 2005 at 3:28pm |
|
Just to check I can but the text below those lines?
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 January 2005 at 3:31pm |
|
enter then just after strTxtRequiredFields outside the & " and %> but before </td>
|
 |