Hey,
How are you? I have got a very start problem .. I downloaded FCKeditor and extracted from FCKeditor folder in a directory in admincp/fckeditor
Now, the more big problem is I don't know how to start it up I maen config on my page.. In the DOCS page I get this ;
<?php include_once("fckeditor/fckeditor.php") ; ?> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <form action="sampleposteddata.php" method="post" target="_blank"> <?php $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = '/fckeditor/' ; $oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ; $oFCKeditor->Create() ; ?> <br> <input type="submit" value="Submit"> </form> </body> </html>
I just created a new in php file, in the same directory of Admin CP .. and when I browse it browser,
The submit buttons shows up but can't see the editor ..
Please help me. How can I configure this editor in a php file situated in Admin CP directory???
Thanks a lot, badly waiting for answer,
FAISAL SHAH~