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

Image Gallery Descriptions?

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.

Any help would be appreciated.

Sincerely,
Fenwick

mudule

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

tImmmm

Theming a form created in hook_user

Hello ..

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.

Thanks!

Critique of first module and hook_form_alter question

Hi,

I have written my first module called 'monument' and got it to function as I want more or less.
(http://drupal.org/project/monument)

There are two bugs, one is not too bad and the other is a showstopper

Illegal choice in option element of select form

There's lot's of posts about illegal choice problems, but I can't seem to find a good explanation of why this is happening. I have a form:

   $form['status'] = array('#type' => 'select',
      '#title'         => t('Status'),
      '#default_value' => $node->status,
      '#options'  => array('pending'=>t('pending'),'closed'=>t('closed')),
      '#description'   => t('Status')
   );

That always causes an illegal check error.

Web Services

hello

i would knowing , how i can create a WebService by using apache on linux and Mono.Net as a .NET framwork on linux.

(my server is on linux redhat 9.0) and (the clients were on wondows 2003 or xp)

cordially

Pages

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