I've just finished installing Drupal, now trying to tweak it into doing what I want. One problem: when creating the Book-like navigation block i just get the php code printed in the nav. Allready tried setting it to php code and even complete html code, all with no succes. I've also been carefull to include the entire piece of code, including the and tags, still no luck. What am I missing?

working with version 4.6.3, MySQL 3.23.53-max-nt on my local pc.

thanks in advance!

Comments

gollyg’s picture

I have found that some text editors such as FCKeditor will always convert the PHP to plain text. There is probably a way around this, but I just went back to the default areatext input.
HTH

kajak’s picture

Indeed, i disabled the fck editor, repasted the code and it worked like a charm- thank you!

seems that aside from a cool cms, drupal also has a cool community :)