Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am building an application that needs many of the features of organic groups, but needs a simpler interface for creating them (it's a sort of "private club" type of application). To do this, I will need to create a node of type 'og' programatically, using data from an external database.
I know that I can create an object that "looks like" an og node, and pass it to og_insert. But this strikes me as pretty fragile (hell, it's a low level hack), and I'm wondering if there has to be a better way.
I'm new to drupal, and I'm having BIG troubles the the forum... That's because I NEED to limit acces to some forum categories and there is NO way I can do it... I've tried taxonomy access... Nothing...
Anyone cané help out a newbie?...
I've researched drupal.org and no help yet..
Any help would be appreciated! :)
I reaaly loved the look and feel of drupal, but if there is no way of getting this right... I guess I will have to go with Xoops...
And... really... that one way I wouldn't like to go...
Completely new to Drupal and module development. I am trying to make a modification to the "Amazon Tools" module to allow me to choose which items go in the recommended list. I have added a new column to the database and I can load it into a new $node->Recommended variable. I added a new checkbox called "Recommended" to the amazon-node editing form and properly set its initial state from $node->Recommended. Now...for the life of me I can't figure out how to retrieve the value of my new checkbox from the form and store it back to the database.
I'm running drupal 4.6.2 and my drupal site heavily relies on the book module, however it doesn't seem to display the author name or date on the book nodes as it did when I ran 4.5. Is this a bug or just a downgraded feature of the module for 4.6? Or have I done something wrong and switched that setting off somewhere?