First, apologize if my question is stupid. I am new to Drupal, only a couple fo weeks.
I am developing a new block/module and would like to use drupal_set_content() function to display my query result, all this is in the _submit() function of my form.
until now, I was using drupal_set_message($content), but I want to display $content in the block content itself.
currently a bug or a feature request can have the Status:
active
active (needs more info)
patch (code needs review)
patch (code needs work)
patch (ready to be committed)
patch (to be ported)
fixed
duplicate
postponed<
won't fix
by design
closed
for modules this leaves out a few things. for example, it is often possible create a work around for some problems with straight php within a node. this IS a fix, or at least a work-around, but it isn't a patch for the module as such.
I'm working with drupal 4.6 and I need that finish date on the event module would be optional. Is over there any module that does it?
I've solved partially on one flexinode based on event, but I would like that it should be for every content based on event module. The solution I've applied is making that the finish date is always equal than the start date once done the preview of the node.