By ravid on
I've used Drupal extensively couple of years ago and used to use both full html as well as PHP. The current installation despite posting as an administrator and choosing the input format as php the output just shows up as code (Text). For PHP I have not enabled any filter but still it shows as plain text.
I'm using FCKEditor and am not sure if this causes the FULL HTML/PHP input types to behave differently.
Please help me on this as I've gone through all the documentation available and cannot figure out how to beat this issue.
Thanks in advance.
Comments
to test, you could disable
to test, you could disable FCK and try.
I use tinymce, and when in use, tinymce has a toggle switch to shut it of, and then use FULL HTML and or PHP. otherwise it does what you describe. I would assume that FCKEditor is the same.
in tinymce I use an empty input filter and enable it for use with tinymce so that nothing gets stripped and tags work as espected.
that being said, again, check your fckeditor settings and insure you cant disbale and then use teh drupal filters as expected.
Thanks for your reply but
Thanks for your reply but still no luck. Can't really post in full html or php even after turning off FCKEditor. Didn't know it was this tough to configure Drupal.
For PHP I have not enabled
You need to enable the filter "PHP evaluator", or PHP code will just show as text.
--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.
Thanks for that I've done
Thanks for that I've done that but still the problem persists.
I don't really know but there a lot of issues with the drupal install I've done this time. A lot of modules just don't seem to work. I put a the collapsible blocks js module but it doesn't work despite enabling the module. Setting blocks to show on front page only or showing on listed pages doesn't work. If I enable a block, that doesn't show. If I disable a block that doesn't show either. This one is driving me crazy :-(