html editor

html editor

von shane luffman -
Anzahl Antworten: 4
hi all, im running moodle as an Extranet and on one of the internal networks the htmleditor works fine, however, on the other internal network the htmleditor wisiwig bars do not show up.  is there a configuration i can make to the config.php file to resolve the problem? cheers shane
Mittelwert:  -
Als Antwort auf shane luffman

Re: html editor

von Janne Mikkonen -
In other words it sounds like that editor doesn't load at all.
Which version of Moodle you're using?
- Is editor enabled? Also in user profile?
Which browser brand you're using?
Are there any firewall software involved (might be blocking javascript)?
Does your browser give any javascript errors?

- Janne -
Als Antwort auf Janne Mikkonen

Re: html editor

von Frank Zittle -
Hi Janne,

Editor enabled-Yes
User Profile - Yes
Browsers - IE 5, NS 7 Firefox 1
Firewalls - No
JS errors - None
Als Antwort auf Frank Zittle

Re: html editor

von Janne Mikkonen -
Could you take a look your page source to check that necessary scripts are loaded?

htmlarea.php
en.php
dialog.js
popupwin.js

And there also should be a javascaript funciton call HTMLArea.replace or HTMLArea.Replaceall. You also should check that the script urls are right (something like http://yourdomain.com/moodleinstalldir/lib/editor/htmlarea.php).

- Janne -