think that i have done the installation correctly.
Now i have the problem to integrate the editor in my stories.php.
Below is a part of my stories.php
Code:echo "<br><br><b>"._STORYTEXT."</b><br>"
."<textarea wrap=\"virtual\" cols=\"50\" rows=\"7\" name=\"hometext\">$hometext</textarea><br><br>"
."<b>"._EXTENDEDTEXT."</b><br>"
."<textarea wrap=\"virtual\" cols=\"50\" rows=\"10\" name=\"bodytext\">$bodytext</textarea><br>"
."<font class=\"content\">"._AREYOUSURE."</font><br><br>"
."<b>"._NOTES."</b><br>"
|
When i add the line for example:
Code:wysiwyg_textarea("hometext", "", "NukeUser", "50", "12");
|
it seems, that nothing changed.
Can somebody help me?
Thanks
Helmut