Page 1 of 1

Urgent Help needed for file admin.content.php

Posted: Sun Dec 16, 2007 7:40 pm
by kaushiksoft
I am editing the file admin.content.php and admin.content.html.php to insert an extra textarea field other that Introtext and fulltext.

I am initializing a third text area as scontext and applying the editor to it.

In admin.content.html.php in made these changes
editorArea( 'editor3', $row->scontext, 'scontext', '100%;', '400', '75', '35' ) ;

In admin.content.php i made changes
$row->scontext = str_replace( '
', '
', $row->scontext );


$row->scontext = $item[0]->scontext;

In joomla.php file I made
var $scontext = null;


The main issue is all things are working properly but the scontext textarea cant save any HTMl tags. Joomla is prunning all the HTML tags.
I know I have missd something. I would appretiate your help.


And i am editing files for joomla 1.0.13