I'm using drupal 5.x and fckeditor. when i apply the Impact theme, it doesn't allow fckeditor to load at all. when i go back to another theme, fckeditor loads properly.
what do i need to do?
I'm using drupal 5.x and fckeditor. when i apply the Impact theme, it doesn't allow fckeditor to load at all. when i go back to another theme, fckeditor loads properly.
what do i need to do?
| description | value |
|---|---|
| Members | 3485 |
| Posts | 224 |
| Comments | 122 |
| Reads today | |
| Reads all time | |
| Hits today | 0 |
Comments
Probably the same thing I
Probably the same thing I had to do to get TinyMCE working...
Add:
<?php print $scripts ?>
to the file page.tpl.php in your MyDrupal_Impact theme folder.
I placed it between the header and body tags.
w00t! you're awesome... that
w00t!
you're awesome... that fixed it!
Thank you!
your welcome...
Glad it worked for you...
Will call it even if you can help me with my problem. See post below this one.
Even if you can't help, can you check out the pictures that I linked to in that post and let me know if your layout looks the same? Also mention what browser you are using. Thanks,
icon123
Thanks a lot for pointing
Thanks a lot for pointing the issues out. I have release 1.3 version, which fixes the <?php print $scripts ?> missing issue and the half icon issue for error and status messages.