I am trying to use node_save($node) from a php page on a test server but I get errors because it doesn't recognize the function. This is my first attempt at this. Is the only way to do this via a new module? How to I get access to the drupal API from a simple page that I create.
I'm having an awful lot of problems posting code snippets to my blogs, is there a simple way of doing this without it coming out all misplaced and dreadful looking
I just want to post sections of PHP, Java, Javascript, etc. but always comes out a hideous mess (i expect my code to do that sure, but not the displayed source :) )
Hi there, I'd like to know is there's any module/way we can create dependence between taxonomy terms.
Let's say I've created three vocabularies: country, state, city
When user selects the state, the options should depend on the country selection, and there on. Thank you.
I would like to build a "room planner" based on Drupal.
This is the situation: a music school will have a workshop week with about 80 workshops, held by a handful of teachers in the music schools' rooms. The teachers should be able to enter their events themselves by specifying the title, description, etc., and perhaps pictures - but also the roomnumber, the time and the duration of the specific workshop. It is crucial that no conflicts occur...