Print Page | Close Window

Post Message Form

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=13377
Printed Date: 12 April 2026 at 12:19am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Post Message Form
Posted By: pjb007
Subject: Post Message Form
Date 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.



Replies:
Posted By: dj air
Date 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.


Posted By: pjb007
Date Posted: 16 January 2005 at 11:36am
Thanks, out of interest why 2 files, is one the first time post and one edit post?


Posted By: dj air
Date 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).


Posted By: pjb007
Date 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.


Posted By: dj air
Date 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>" & _


Posted By: pjb007
Date Posted: 16 January 2005 at 3:28pm
Just to check I can but the text below those lines?


Posted By: dj air
Date Posted: 16 January 2005 at 3:31pm
enter then just after strTxtRequiredFields outside the & " and %> but before </td>


Posted By: pjb007
Date Posted: 16 January 2005 at 3:36pm
Do you mean like this, I have added <b> tags.
 
<td colspan="2" height="31" class="text">*<% =    strTxtRequiredFields %><b>NOTE:</b> TEXT GOES HERE</td>


and in rte_message_form_inc.asp its line 70

vbCrLf & "         <td colspan=""2"" height=""30"" class=""text"" align=""left"">*" & strTxtRequiredFields & <b>NOTE:</b> TEXT GOES HERE"</td>" & _


Posted By: dj air
Date Posted: 16 January 2005 at 3:43pm
thats correct i would add &nbsp; between the <b> and the %>



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net