TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 195,994
  • Total Topics: 21,325
  • Online today: 89
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 82
  • Total: 82

Articles not saving

Started by Bec, March 07, 2009, 01:29:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bec

Thank you for the advice everyone, I will update this post once I have had a chance to try it out! :)

Bec

#11
I have had a chance to play around with this again, I came to the decision that I'm just going to redo all of my articles as most of them have the html form code from www.emailmeform.com in them. 

I disabled my wysiwyg editor, have tried making a new article (has been saved in a category) i can paste the form code and it allows me to save but when it goes back into the screen and I try to make changes to the look (options at the bottom that appear after the first initial save) it wont allow me to save again. I have taken a screenshot of it so you can see what I am getting, the form code has a captcha image at the bottom and this always appear outside of the text box.....

Part of me is wishing I didnt upgrade, articles are a huge part of my site and its driving me batty!!

Renegd98

Bec have you read this post and replaced the file provided by Bloc?

http://www.tinyportal.net/index.php/topic,28788.0.html

Try this approach as it fixes the editor. You should then be able to turn your WYSIWYG editor back on.

Bec

#13
Thank you! Missed that post. Seems to be working ok now, stuffs up my code a bit, by removing some of the form fields..... could this be something in tp causing the problem cause everything appears ok until after it is saved... the more you save the article the more of the code disappears

http://www.bridezunited.com.au/index.php/page,140 (bottom of page)

and this is how it should look

http://www.emailmeform.com/contact_webmaster_fid-251041.html

I have never had a problem with these forms until i upgraded tp.

Thanks for your help!!

ZarPrime

#14
The errors with <textarea> tags not working correctly has been a long standing problem.  When you are using textarea in php blocks or articles, there is a fix posted in this bug report ---> http://www.tinyportal.net/index.php/topic,24326.0.html

However, I can't find any fix for html articles and blocks.  Textarea tags was supposed to be fixed in the new editor and for TP beta 4, which is not yet available.  However, the link that Renegd gave you in the previous post is supposed to have fixed several things with the editor for users of TP Beta 3.  Whether it is working correctly for html articles and blocks is something I don't know, and if it isn't then Bloc may have to have another look at this.

I will post a link to this topic so Bloc can have a look at it.

ZarPrime

Bec

Based on my experience I would say that fix Renegd gave me the link to has not fixed the html issue. Thanks again I look forward to another update!

Cheers!!

ZarPrime

Bec,

Did you download the whizzywig.zip file attached to Bloc's first post in that topic ---> http://www.tinyportal.net/index.php/topic,28788.msg229572.html#msg229572

The file contained in that zip should fix the problems with the editor.  In his post, Bloc also mentions where the file needs to be copied to.

ZarPrime

Bec

Hi,

Yes I did upload that file, just editing my old articles now using the editor and everything is working fine. It is only when I have the html form code that everything seems to stuff up, so must be something conflicting with the code.

BTW here is one of the codes used for the form just so you can see what I'm using. Like I said earlier in this post I never had a problem with these forms working before, it has only been since I upgraded.

<form method="post" action="http://www.emailmeform.com/fid.php?formid=251017" enctype="multipart/form-data" accept-charset="UTF-8">
<table cellpadding="2" cellspacing="0" border="0" bgcolor="#FCE9FC">
<tr>
<td>
<font face="Verdana" size="2" color="#000000">If you have any questions or comments about anything on the Bridez United website please fill out the form below, we will respond to you within 24 hours. </font>
<div style="" id="mainmsg"> </div>

</td>
</tr>
</table>

<br>

<table cellpadding="2" cellspacing="0" border="0" bgcolor="#FCE9FC">

<tr valign="top">
<td nowrap><font face="Verdana" size="2" color="#000000">Your Name</font></td>
<td>
<input type="text" name="FieldData0" value="" maxlength="100" size="30"> </td>
</tr>     

<tr valign="top">
<td nowrap><font face="Verdana" size="2" color="#000000">Your Email Address</font></td>
<td>
<input type="text" name="FieldData1" value="" maxlength="100" size="30"> </td>
</tr>     

<tr valign="top">
<td nowrap><font face="Verdana" size="2" color="#000000">Subject</font></td>
<td>
<input type="text" name="FieldData2" value="" maxlength="100" size="30"> </td>
</tr>     

<tr valign="top">
<td nowrap><font face="Verdana" size="2" color="#000000">Message</font></td>
<td>
<textarea name="FieldData3" cols="60" rows="10"></textarea><br> <div style="position: absolute; left: 1800px; top: 20px;"><a href="http://www.emailmeform.com">php forms</a></div></td>
</tr>     

<tr>
<td colspan="2">
<table cellpadding=5 cellspacing=0 bgcolor="#FCE9FC" width="100%">
<tr bgcolor="#FCE9FC">
<td colspan="2"><font color="#000000" face="Verdana" size="2"><b>Image Verification</b></font></td>
</tr>
<tr>
<td style="padding: 2px;" width="10"><img src="http://www.emailmeform.com/turing.php" id="captcha"></td>
<td valign="top"><font color="#000000">Please enter the text from the image</font>   <br><input type="text" name="Turing" value="" maxlength="100" size="10">
[ <a href="#" onclick=" document.getElementById('captcha').src = document.getElementById('captcha').src + '?' + (new Date()).getMilliseconds()">Refresh Image</a> ] [ <a href="http://www.emailmeform.com/?v=turing&pt=popup" onClick="window.open('http://www.emailmeform.com/?v=turing&pt=popup','_blank','width=400, height=300, left=' + (screen.width-450) + ', top=100');return false;">What's This?</a> ]
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
<td align="right">
<input type="text" name="hida2" value="" maxlength="100" size="3" style="display : none;">
<input type="submit" class="btn" value="Send" name="Submit"></td>
</tr>
</table>                     

</form>


bloc

It would seem the form code is still interfering with the actual admin screen form. I will try work out how to prevent this.

Bec

Thank you Bloc, appreciate you looking into it! Look forward to an update! :)

This website is proudly hosted on Crocweb Cloud Website Hosting.