I am facing some problems with dates in Drupal.
I have this node having a form (possibly created using CCK)where it accepts a date in" dd-mm-yyyy hr:mn:ampm" format.
Whenever I enter a date and time, it store a time 1 hour prior to what I enter in the form.
I am not able to change User or Admin time zones also, as I cannot find the pages where these could be modified or accessed.
Hi all!
Lets go with my first question, maybe it's usefull for some users.
I use api form to define page forms, but I'd like to take more control on its behaviour. I mean you can define a set of radio buttons with the radios type, and they will display in a column but I'd like to show that radios in the same line, what is the best way to do this?
Maybe some attribute in element form array?
Maybe defining a custom theme_ function for radios?
I've saved some info to a user's account with my module, now I'm trying to create a link to delete that info while logged in as admin but I can't get my head around it.
The user has the information saved using:
user_save($user,array("type"=>$type));
This will set the user's type by using the data stored in $type. Now I am logged in as admin, and want to delete that particular user's type from their account. If the user had the user id '12' how would I delete that data from the user's account?
I'm using Drupal 5.1. I have a web site where people can submit their poetry as poems. Each node is a poem, the type of node is a story. The site has been up for a couple of weeks. The #1 complaint that I get from users is how there's no easy way to find the poems they have added to the site.