Not sure what I'm doing wrong, I've done all this:
- uploaded tinymce to modules and the engine to modules/tinymce - i can access Settings.
- enabled TinyMCE in modules
- gave anonymous and authenticated users access to tinymce
- set my profile to incluide anonymous and autheticated users
- tried every theme i have
- checked my plugin buttons in Settings and they are enabled
still not getting any plugins to show up on any text area in IE or FF. Soemties I get an IE error "tinymce is undefined"
I am running Drupal 4.7.2 on a University server that has some very screwy security settings...(that make me suicidal)
It is an apache server with php running as script execution (not sure if my terminology is 100% correct), but essentially it means that EVERYTHING that is a php or pl file HAS to be in the CGI-BIN and anything that is not CANNOT be loaded/displayed from the CGI-BIN (i.e. graphics, css, and even .js cannot be in the cgi-bin).
I contracted out the custom installation to the server maintenance group here on campus, it seems to make sense, and everything seems to be working. But I am hoping to give my program directors the ability to edit their own material on the site and since they are not technologically inclined people I was hoping to be able to get a WYSIWYG editor module installed. I spent a week trying to get TinyMCE and its module to work to no avail, and now I have been toying with HTMLarea with little success.
Does anyone knows of any UBER simple WYSIWYG editor plugins? I believe I have looked at all of the modules listed on this site but I'm not 100% sure. I guess what I am looking for is some help/guidance in trying to get TinyMCE or HTMLarea working, or leads on a very simple WYSIWYG editor alternative. Something that comes with as few files as possible would make the custom installation a LOT easier.
If anyone has any ideas or needs some additional info about the server setup please post! Any help would be greatly appriciated!
but the problem is that we are not in the USA and around here PayPal or similar services are non-existant. Also, this is a non-profit org, so financial costs should be avoided.
What piece of code (if any) would allow me to display the complete teasers of child pages instead of their titles only, when viewing a parent book-page?
I'd like to have this behavior in some book-pages, not all of them. So I suppose I'll need to make a copy the book.module and do the hacking in the new module.