Jump to content
xisto Community
abminara

Feedback/pm System [resolved]

Recommended Posts

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://forums.xisto.com/no_longer_exists/

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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:

<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]
Notice from jlhaslip:
changed to codebox tags to reduce space.

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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://forums.xisto.com/no_longer_exists/

Share this post


Link to post
Share on other sites

Topic is resolved.Please PM any moderator to continue this discussion. Until then, this topic is closed.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.