html editor

html editor

shane luffman
Number of replies: 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
평균 등급 : -
In reply to shane luffman

Re: html editor

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 -
In reply to Janne Mikkonen

Re: html editor

Frank Zittle
Hi Janne,

Editor enabled-Yes
User Profile - Yes
Browsers - IE 5, NS 7 Firefox 1
Firewalls - No
JS errors - None
In reply to Frank Zittle

Re: html editor

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 -