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.
How are comments rendered on a node page through node_view() it does not seem to be through either node_hook($node,'view') or node_invoke_nodeapi($node,'view')
node_hook leads to alternative way of rendering a node through page_view(),story_view(),..
and node_invoke_nodeapi($node,'view') leads you to comment_nodeapi($node,'view') which does have any code defined for the 'view' case .
Are there any problems know by using forum module and category module?
Because if i add a new folder or forum at the administer > forum page, a message that the forum/folder has been created will shown, but the folder/forum isn't availible.
In the database there is a new entry in the category-table, but the forum table is empty.
I am theming with flexinode at the field level and am using Node Relativity to upload Lead Images for each Flexinode article. I like the Node Relativity play because it allows me to keep the images in albums as well.
I'm trying to understand how user registration form changes get written to the DB in order to understand what is the apropriate hook to use in my module.
So
i changed the signature field and pressed submit
i added a print in the _db_query in database.mysql.inc
but couldn't find there any reference to signature,
the database did get the update so it was happening somewhere else
i have this problem when i categorize a feed this warning comes up:
warning: Invalid argument supplied for foreach() in D:\CMS\drupal-4.7.0\modules\aggregator.module on line 1121.
warning: Invalid argument supplied for foreach() in D:\CMS\drupal-4.7.0\modules\aggregator.module on line 1121.
otherwise the news get updated and all seems to be fine but this warning always comes up.