This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

How to adjust banner?

How to get logo at middle of the Header?

Date problem. Time is stored to be 1 hour less than what is being entered in the form!

Hi All,

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.

Changing form elements view

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?

See you onboard!
Drupalife.

Need help with user_save hook - deleting info from another user's account

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?

Thanks

I need a module where I can list all nodes that users have added, e.g: "My nodes" - Any ideas?

Hey everyone,

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.

Adding another element in form

I want to use google maps on my site. How can I put it on the form? I mean that I want it to be shown when I'm adding new item, using _form function.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions