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've added the function function story_load($node) { ... to story.module, so i can add values to node from my table. it works fine using node module, but when i switch to archive.module (selecting archive date from the calendar http://example/archive)- , it ignores it. do i miss something in the concept?
seems like my user maintenance module doesn't work. I think it is well installed, mysql table included. Gives me this:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Have been following this issue for quite some time now myself (over a year I think). All of the conversations end in the same manner - someone (like me) shrugs and walks away, or someone else asks for some more information on how the block/module should work and nobody answers back. Am going to try and get this feature over that hump if at all possible now:
How easy would it be to implement similar logic as pasted below into a block, module, or Views script?