This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Creating text areas in manager.


avatar
MrLeN 0
From: -
Creating text areas in manager.

I created a page in the page maneger which had three text areas. It worked fine, but when I went to "edit" that page and hit send, the manager drops the last two text areas.

Here is the code that I was using:

<!--Start Content-->
<H3>
newezone Banners and Buttons
</H3>
Please use the code as is. Do not modify.
<BR>
<BR>
<B>Button 1</B><BR>
<BR>
<IMG src="https://www.contentteller.com/ http://www.newezone.com/main/img/banners/button.gif" alt="newezone is an Online Community with a Webmaster *Twist*"><BR>
<BR>
Code:<BR>
<BR>
<TEXTAREA style="width: 400px; height: 100px;"><a href="https://www.contentteller.com/ http://www.newezone.com" target="_blank"><IMG src="https://www.contentteller.com/ http://www.newezone.com/main/img/banners/button.gif" alt="newezone is an Online Community with a Webmaster *Twist*" border="0"></a>
</TEXTAREA><BR>
<BR>
<B>Button 2</B><BR>
<BR>
<IMG src="https://www.contentteller.com/ http://www.newezone.com/main/img/banners/button2.gif" alt="newezone is an Online Community with a Webmaster *Twist*"><BR>
<BR>
Code:<BR>
<BR>
<TEXTAREA style="width: 400px; height: 100px;"><a href="https://www.contentteller.com/ http://www.newezone.com" target="_blank"><IMG src="https://www.contentteller.com/ http://www.newezone.com/main/img/banners/button2.gif" alt="newezone is an Online Community with a Webmaster *Twist*" border="0"></a>
</TEXTAREA><BR>
<BR>
<B>Button 3</B><BR>
<BR>
<IMG src="https://www.contentteller.com/ http://www.newezone.com/main/img/banners/button3.gif" alt="newezone is an Online Community with a Webmaster *Twist*"><BR>
<BR>
Code:<BR>
<BR>
<TEXTAREA style="width: 400px; height: 100px;"><a href="https://www.contentteller.com/ http://www.newezone.com" target="_blank"><IMG src="https://www.contentteller.com/ http://www.newezone.com/main/img/banners/button3.gif" alt="newezone is an Online Community with a Webmaster *Twist*" border="0"></a>
</TEXTAREA><BR>
<BR>



Try it. Create a page, then go and edit the page and see what happens when you hit send after editing.

MrLeN

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Creating text areas in manager.
avatar
OP 0
From: -
Creating text areas in manager.

Ok great, I will add the fix soon - thanks Smiling Face

MrLeN
1 Re: Creating text areas in manager.
avatar
Administrator
1340
From: Vienna, Austria
Creating text areas in manager.

The <textarea> problem was fixed yesterday in the 1.8 development version Winking Face

Here the fix. Open cadmin/admincore.php in an editor and find:

function MkArea ($var, $var2, $var3) 

{

then add the following line:
$var3 = htmlentities($var3);

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.