im working with Drupal CVS HEAD and have some flexinode types. Now I want to theme the listings page of these content types, is there a way to modify the Teaser or listing directly like i did with the main page (node-flexinode-1.tpl.php)?
I tried a search for something like this since I figured it would've come up by now; to my surprise, it hasn't. It's either that or I'm horrible at using Drupal's search.
Basically, I'm looking for a little PHP snippet to put into a page node that will print out a table of contents (node and all children) for a specified book node. It would basically be a fully expanded version of the dynamic book navigation block for a specific book. A handy little extra would be a variable to set the number of levels deep to transverse the tree, 0 for unlimited.
I noticed in a 2 week old CVS release of 4.7 that the html tag was removed from common.inc.
Not sure why it was done but i liked the change because having it in their was screwing up php debugger. I also just read the 4.6 to 4.7 API changes post and it says it has been removed...
GREAT... except...
the 4.7 Beta 4 release has it back in.
just a file mix up or has someone decided it should now be back?
I have a piece of content (a survey/form) that is not published yet but needs to be accessible and editable by 3 particular users in an organization. How do I allow this?
The first issue is giving them access to this node. "create surveys" and "maintain surveys" are set, but that doesn't address nodes the user didn't author themselves. So I can change the authored by field to their username to bypass this --- but that doesn't address letting multiple people access/edit this unpublished node.
Hi! I'm a newbie and searched quite a bit but haven't found a way how to get own PHP files working. I uploaded a PHP file which should get loaded after pressing the "send" of my contact form.