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

content module

Is the content module same as the CCK module?
Can i get the link from where i can download a content module?

Trying to extract data from SQL and put it in $form but not in Select type

I am query term_data table from drupal db and i wanted to list all the result on :-
The result on my form is Array. I dont know why. Could someone point out my mistake or something?

$form['messageboard']['resultlist'] = array(
   '#type' => 'fieldset',
   '#title' => t('Name'),
   '#value' => array(dbmsgbrd()),
);

Here are my Db script and the _form script.

Really easy PHP questions. Please help

Can some people chime in on how to do use some basic php calls to do the things I am trying to do in my comments?

I think they are easy to those moderately versed in Drupal's use of PHP.
Any help is VERY VERY much appreciated,

Ruben

Module loaded in adminisration but not visible on website

i have this module (Couloir Slideshow) enabled on my site (www.guerillaroots.com). I changed the path that the module looks up for the pictures to where i have all my pictures stored. Then i logged out as an administrator and began looking on the different pages of the site but the slideshow wasn't on any of them, is there something i'm missing? Thank you for the help.

Directory

I would like to have a database of 650 members stored in my Drupal site.

I have the database in excel form now.

The database directory should be custom based.

For eg, for authenticated users there should be a display of important information of the members.

For anonymous users, the display can just be the name and country of each member.

For me (admin) all the information should appear.

I am new to Drupal and am just learning to use it. I am working only on my localhost.

Pls help with step by step instructions in simple terminology.

Q: Add nofollow attribute to menu items?

I am looking to add the nofollow attribute to my menu items but this doesn't seem possible right now. Is there some type of module that handles this?

Thanks

Pages

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