Collecting and displaying data

I need to create a simple table where the rows are generated from data entered by the user.

It's a 'to do' list:

Column 1 = Task: text box to enter the action that needs to be done
Column 2 = Priority: drop-down list of 3 priorities
Column 3 = Status: drop-down list, two options only, 'To do' and 'Done'

How to create a closed website with printed passwords? [SOLVED]

Hello, I would like to create a password for a group of 190 people, and I want this website to have only 190 members, without a signup page. I already have a list of all these people.
My idea would be to create 190 users, and print out 190 papers, each with a temporary password for each user and hand them out individually at the University. How can I do such a thing with Drupal?

Thanks for the help,
Marwan

Single login for Drupal and IPB Forums

I have an existing forum website, with thousands of users. Is there any way I can create a single login for users already on the forums to login to post comments on my Drupal website?

I was hoping to just have one registration process, via the forums to make life easier for my forum users and to save them having to register again on the Drupal site.

My forums are powered by Invision Power Boards (IPB).

hooks added after module enable are not called

Hello,

I've noticed that if I added new hook to a module after the module has been enabled,
the new hooks are not called.

Can some please explain to me ? and how to solve this issue ??

Thanks
hopewise

How to pass URL variables to module that creates block content

I am new to Drupal and struggling with the method for passing URL variables. I've read the Menu System chapter in Pro Drupal 7 Development and browsed the online documentation - they are helpful but I haven't found the complete answer.

I have created a module that creates two blocks in a basic page (node/11):

Sidebar one block: is a list of names, each name is a link with a url path node/11/userid,
where the value of userid is the variable to be passed.

Main content block: this block will perform processing using the value of the userid
and display results.

When the page is initially loaded, the main content area is some default stuff. When the user clicks a name in the Sidebar on block, the page is to be reloaded with the Main content block repopulated based on the value of the userid.

So far the basic blocks are displaying fine. The list of names is fine and default text in the main content block is correct. However, I've tried several variations of passing the variable in the URL and receiving it in the module. The module, for the current attempt, is shown below (the details of the hook_block_contents are not shown).

The URL for the link is: example.com/node/11/12345,
where "12345" is the test value I'm attempting to pass as the variable $memid in the module.

<?php
/**
* @file
* Create block to display list of family members
*/

/**

safari not running install script

I got as far as creating mysql db and setting permissions. However, when I point my browser to http://localhost/drupal-7.0, I get a browser window that displays the php code. The install script won't run. Sorry if I'm missing something obvious. I'm a newbie :-) Can someone please clue me on how to get the install.php executed by safari? I'm running Safari 5.0.2 in Mac OS 10.6.4.

Thanks

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x