I installed htmlarea and set it up exactly as in the install fall, but it won't show up on any page. i get no errors. any ideas?

Comments

dundun’s picture

I've just solved the same problem:

http://drupal.org/node/64461

Hope this helps...

ThePiston’s picture

tried that and got a fatal error, did you add that code to your template.php file?

dundun’s picture

I'm using an xtemplate based theme but I think that's the same.

Just don't forget to put the code in php format like this:

$output .= "\n<script type=\"text/javascript\" src=\"/misc/drupal.js\">";
$output .= "\n</script>";
$output .= "\n<script type=\"text/javascript\" src=\"/misc/collapse.js\">";
$output .= "\n</script>";

Good luck!

ThePiston’s picture

I added that code to my template.php file and did not get any errors this time, still no htmlarea. I'm using the meta-black theme

dundun’s picture

Is Xinha installed?
Is htmlarea enabled by default for new users?
Is Javascript enabled in your browser (sorry to ask for)?

ThePiston’s picture

yes on all questions, Xinha-Nightly is installed, htmlarea is checked and javascript is running