I want to be able to prevent content from being accessible based on a date and time.
For instance I want to schedule a press release. I have a datestamp in my content and I can use a view to filter the content but what if someone figures out that they can access the content by the node path. ie: node/363.
If the date and time has not passed I want to deny uses from viewing this content.
I am developing a new module that would use og's default form. The default form of the OG is being generated by og_form_alter($form_id, &$form), I think. But How can I use this in another modulule's form.
In my project, there are so many type of user, So i want to add a combo box like user type in top of form in user profile. I have installed profile module and i also added user type field but this field is coming in user profile at bottom location.