Helly,
I am trying to include the description at the top of a gallery page. I was wondering if anyone knew the code I need to call the gallery's description?
I am really stumped and I know it is simple. I dumped the variables on the gallery page and I believe that it is filed under the "body" key of the $image array, but I don't know how to query that array.
jesus there is so much going on here, different drupal versions, etc, i do not even know what or how drupal i works s.
anyway my question, i have a cool site that uses druuuupal BuT i want to have something that does what bilbo does ie. able to use draw stuff and publish it or to mess about with graphics and publish that in my blog etc
That to me is what th e interenet is about. if you can't express yourself on it then what is its point???
anyone doing this? Anyone published this? anyone thinking about IT?!
thanks
I'm trying to theme a form that is getting created an inserted into the Edit User screen by using hook_user, and creating the form.
I don't know how to theme a form created by this though. It seems that my only option is to return an array full of form elements, and the user module handles rendering the form. Using drupal_get_form and form_render generate a whack of errors.
I'm not sure I've seen an example where a themed form was used with the Edit User function... any pointers, or examples, are greatly appreciated.