|
|
|
|
![]() ![]() |
Sep 15 2007, 02:54 AM
Post
#1
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 164 Joined: 7-September 07 Member No.: 49,538 |
Hi, guys. I have a problem. I was constructing a webpage that absolutely needs a working feedback/PM system (preferably with the ability to send the same PM to multiple people in the same time). Everything was going allright, but then I decided to delete the mandatory security code from PM field - just to make life simpler for the site users. In that case when I try to send a PM it shows an error:
- not all fields are filled in - security code is wrong What can you advice me to change to make it work? (This is urgent, I really need the website totally operating by Monday) or Does anyone have a working script of PM/Feedback system that they are willing to share with me? Thanks a lot. P. S. http://studentunion.trap17.com/ |
|
|
|
Sep 15 2007, 03:09 AM
Post
#2
|
|
|
A computer once beat me at chess, but it was no match for me at kick boxing. ![]() Group: [MODERATOR] Posts: 3,993 Joined: 24-July 05 From: In Trouble Again... still? Member No.: 9,787 ![]() |
Put the security code script back together and then post the code, please.
All we see by going to the page linked above is the html page, but we would need to see the server-side scripting. Thanks. PS: check the Tutorial section for email scripts. I have one that uses flat files without a database which you could have if you need it. |
|
|
|
Sep 15 2007, 03:34 AM
Post
#3
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 164 Joined: 7-September 07 Member No.: 49,538 |
Put the security code script back together and then post the code, please. All we see by going to the page linked above is the html page, but we would need to see the server-side scripting. Thanks. PS: check the Tutorial section for email scripts. I have one that uses flat files without a database which you could have if you need it. Oh, I don't need the e-mail, all I need is the PM script, we have separate e-mail groups worked out anyway:) And now I feel stupid. Aparantely, the sec. code never even existed on the template (why do I remember it there?) That's the original code of the PM page: CODE <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY> <TR> <TD height="21"><IMG height=21 src="{THEME}/images/c1.jpg" width=24></TD> <TD background="{THEME}/images/cbg2.jpg" height="21"> </TD> <TD height="21"><IMG height=21 src="{THEME}/images/c2.jpg" width=24></TD> <TR> <TD background="{THEME}/images/cbg1.jpg"><IMA height="24" width="24" src="images/o.jpg"><BR></TD> <TD vAlign=top align=left width="100%" background="{THEME}/images/bg07.jpg"> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD vAlign=top width="84%" height="19" class=title1>Personal Messages</TD> <TD width="16%"><div align="right"></div></TD></TR></TBODY></TABLE> <DIV class=text1> <div align="center"><strong><br> [inbox]Inbox[/inbox] || [outbox]Outbox[/outbox] || [new_pm]Compose new[/new_pm]</strong></div> </DIV> </TD> <TD background="{THEME}/images/cbg3.jpg"><IMA height="24" width="24" src="images/o.jpg"><BR></TD> <TR> <TD height="21"><IMG height=21 src="{THEME}/images/c4.jpg" width=24></TD> <TD background="{THEME}/images/cbg4.jpg"> </TD> <TD><IMG height=21 src="{THEME}/images/c3.jpg" width=24></TD> </TR></TBODY></TABLE> [pmlist] <br> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD height="21"><IMG height=21 src="{THEME}/images/c1.jpg" width=24></TD> <TD background="{THEME}/images/cbg2.jpg" height="21"> </TD> <TD height="21"><IMG height=21 src="{THEME}/images/c2.jpg" width=24></TD> <TR> <TD background="{THEME}/images/cbg1.jpg"><IMA height="24" width="24" src="images/o.jpg"><BR></TD> <TD vAlign=top align=left width="100%" background="{THEME}/images/bg07.jpg"> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD vAlign=top width="84%" height="19" class=title1>PM list</TD> <TD width="16%"><div align="right"></div></TD> </TR> </TBODY> </TABLE> <DIV class=text1> <div align="left">{pmlist}</div> </DIV></TD> <TD background="{THEME}/images/cbg3.jpg"><IMA height="24" width="24" src="images/o.jpg"><BR></TD> <TR> <TD height="21"><IMG height=21 src="{THEME}/images/c4.jpg" width=24></TD> <TD background="{THEME}/images/cbg4.jpg"> </TD> <TD><IMG height=21 src="{THEME}/images/c3.jpg" width=24></TD> </TR> </TBODY> </TABLE> [/pmlist] [newpm] <br> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD height="21"><IMG height=21 src="{THEME}/images/c1.jpg" width=24></TD> <TD background="{THEME}/images/cbg2.jpg" height="21"> </TD> <TD height="21"><IMG height=21 src="{THEME}/images/c2.jpg" width=24></TD> <TR> <TD background="{THEME}/images/cbg1.jpg"><IMA height="24" width="24" src="images/o.jpg"><BR></TD> <TD vAlign=top align=left width="100%" background="{THEME}/images/bg07.jpg"> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD vAlign=top width="84%" height="19" class=title1>Compose new message</TD> <TD width="16%"><div align="right"></div></TD> </TR> </TBODY> </TABLE> <DIV class=text1> <div align="center"> <table width="100%" class="slink"> <tr> <td colspan="2"> <table width="100%" class="slink"> <tr align="left" valign="middle"> <td width="60" height="25">Recipient:</td> <td height="25"><input type="text" name="name2" style="width:140px; height:20px; font-family:tahoma; font-size:11px; border:1px solid #E0E0E0 "></td> </tr> <tr align="left" valign="middle"> <td height="25" align="left" >Subject:</td> <td height="25"><input type="text" name="subj2" style="width:200px; height:20px; font-family:tahoma; font-size:11px; border:1px solid #E0E0E0 "></td> </tr> </table></td> </tr> <tr> <td width="70" height="25">Smilies: </td> <td width="100%">{smilies}</td> </tr> [not-wysywyg] <tr align="left" valign="middle"> <td colspan="2">{bbcode}</td> </tr> [/not-wysywyg] <tr> <td colspan="2">[not-wysywyg] <textarea style="width:450px; height:160px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0 " name=textarea tabindex=3>{text}</textarea> [/not-wysywyg]{wysiwyg}<br> <input type="checkbox" name="outboxcopy2" value="1"> Save in the outbox<br /> <br /> <input name="submit2" type="image" src="{THEME}/images/send.png"> <br /> <br /></td> </tr> </table> </div> </DIV></TD> <TD background="{THEME}/images/cbg3.jpg"><IMA height="24" width="24" src="images/o.jpg"><BR></TD> <TR> <TD height="21"><IMG height=21 src="{THEME}/images/c4.jpg" width=24></TD> <TD background="{THEME}/images/cbg4.jpg"> </TD> <TD><IMG height=21 src="{THEME}/images/c3.jpg" width=24></TD> </TR> </TBODY> </TABLE> [/newpm] [readpm] <br> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD height="21"><IMG height=21 src="{THEME}/images/c1.jpg" width=24></TD> <TD background="{THEME}/images/cbg2.jpg" height="21"> </TD> <TD height="21"><IMG height=21 src="{THEME}/images/c2.jpg" width=24></TD> <TR> <TD background="{THEME}/images/cbg1.jpg"><IMA height="24" width="24" src="images/o.jpg"><BR></TD> <TD vAlign=top align=left width="100%" background="{THEME}/images/bg07.jpg"> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD vAlign=top width="84%" height="19" class=title1>{subj}</TD> <TD width="16%"><div align="right"></div></TD> </TR> </TBODY> </TABLE> <DIV class=text1> <br> {text}<br> <div align="right">[reply][reply][/reply] [del][delete][/del]</div></DIV></TD> <TD background="{THEME}/images/cbg3.jpg"><IMA height="24" width="24" src="images/o.jpg"><BR></TD> <TR> <TD height="21"><IMG height=21 src="{THEME}/images/c4.jpg" width=24></TD> <TD background="{THEME}/images/cbg4.jpg"> </TD> <TD><IMG height=21 src="{THEME}/images/c3.jpg" width=24></TD> </TR> </TBODY> </TABLE> [/readpm] |
|
|
|
Sep 15 2007, 07:51 AM
Post
#4
|
|
|
A computer once beat me at chess, but it was no match for me at kick boxing. ![]() Group: [MODERATOR] Posts: 3,993 Joined: 24-July 05 From: In Trouble Again... still? Member No.: 9,787 ![]() |
That page seems to be incomplete.
There is no Form tag, and so no "action" to be performed on submit. Have a look to see what's missing. This looks like a Template from a CMS , so maybe post a link??? Please and thanks. |
|
|
|
Sep 15 2007, 10:51 AM
Post
#5
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 164 Joined: 7-September 07 Member No.: 49,538 |
That page seems to be incomplete. There is no Form tag, and so no "action" to be performed on submit. Have a look to see what's missing. This looks like a Template from a CMS , so maybe post a link??? Please and thanks. That is a template for DataLife Engine, but the original version is in Russian - I don't think, it's going to be much of a help to you. Anyway - http://dleskins.org.ua/black_way.rar |
|
|
|
Sep 15 2007, 01:43 PM
Post
#6
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 164 Joined: 7-September 07 Member No.: 49,538 |
Oh. Well. That was pretty easy:) Sorry, guys, I think, I figured out, what I was doing wrong.
|
|
|
|
Sep 16 2007, 12:21 AM
Post
#7
|
|
|
A computer once beat me at chess, but it was no match for me at kick boxing. ![]() Group: [MODERATOR] Posts: 3,993 Joined: 24-July 05 From: In Trouble Again... still? Member No.: 9,787 ![]() |
Topic is resolved.
Please PM any moderator to continue this discussion. Until then, this topic is closed. |
|
|
|
![]() ![]() |
Similar Topics
| Topics | Topics | |
|---|---|---|
|
|