I've got a few Drupal projects coming up and was wondering if I should develop them in Drupal 5 or 6. Drupal 6 is already at Beta 3 if I'm not mistaken so I think it would be great to use the latest and the greatest instead of building the site on Drupal 5 and then upgrading later.
Whether I choose 'Normal' or 'Aggressive' caching mode,my site can not be normally visited by guests:blank, incomplete page,or just unavailable.It seems that cache date can not be written into datebase correctly.
There's apache 2.2.4,php 5.2.1 with zend 3.3.0,mysql 5.0.27 on my sever.I tried drupal-5.3 and 6.0 beta3,both not use.
say in a custom node.tpl, should this always be wrapping displayed text? even once it is passed through other functions like check_plain(); ? or should it only be text that is not manually entered via a node form etc
HI, i have a noob question about 6.3, how do i desplay the children of a menu, in the node.
i have tryed print menu_tree(); and gotten the hole tree, but i need the children of just one item any idea how to get that? It is probably just a variable in the (). The menu items id is 110 so with that I have tried (110), (navigation,110). none of those worked.
Plz Help