I want to retrieve the value "bar" but I can't figure out how to do that,my serveral attempts fails . More insight on how to do that will be much appreciated. Thanks
I tought this will work $node->taxonomy[6]->name, but never worked.
delegate the following tasks:
- create a content-type for the contact-messages (cck)
- send to specific emailaddress(es) after creation (workflow, actions)
- lists (all messages/my sended messages/my received messages) (views)
The only thing that is needed:
- installer which guides the admin through the tasks listed hereabove. (maybe with helpers for basic configurations)
- overviewpage for these settings (for better ui)
- possibillity to export configured settings (could be delegated too)
Forms API in 4.7 looks great! But I can't figure out how to do a sequence of forms.
Form 1 has a single selector for issue's ID. After the user submits this ID two froms must be displayed:
Form 2 "Change this Item"
Form 3 "Remove this Item"
It is, of course, possible to merge 1-2, 1-3 and deal with two separate forms, but I don't like this solution.
I hope, somebody can help. For a module I use hook_user. I can change the view, i can change the form, i can change categories. But no update and validate operations happen. I only get $op = view, categories, load, form ... no update, no validate, no sub,it ... where I am wrong?
i want to have user galleries for every user
so they can upload thier photos and it goes into thier own gallary and have a direct url such as www.mysite.com/membergallery/user
i want the link to be automaticly displayed in the users profile
i might actually eventually try to install a flash slideshow for each user
How would I take one of the large forms, like the one for the project module, and break it up into smaller bite-sized pieces? (I'd like to have tabs for each section of the form with a tab to edit the info from each, but I'll be happy with what I can get for now.) Is this possible? How do I need to think about it?
Any help in this area would be gratefully appreciated.