html editor

html editor

av shane luffman -
Antall svar: 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
Gjennomsnittlig vurdering: -
Som svar til shane luffman

Re: html editor

av 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 -
Som svar til Janne Mikkonen

Re: html editor

av Frank Zittle -
Hi Janne,

Editor enabled-Yes
User Profile - Yes
Browsers - IE 5, NS 7 Firefox 1
Firewalls - No
JS errors - None
Som svar til Frank Zittle

Re: html editor

av 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 -