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

Member module and permissions

The members module, even after a seemingly correct setup, refuses to allow access to users with roles who have permissions to access the module. I can only get the Administrator role up and running. I think this is becasue the user_access function in the user.module will let the UID =1 have access to just about anything.

// User #1 has all priveleges:
if ($user->uid == 1) {
return 1;
}

I checked the permission table of the database and 'access members list' is added to the table. That is what the members.module asks for in .....

turn off trackback autodiscovery

Is there a way to do that? It is quite annoying and can sometimes take a long while. And if it cannot access the target website, I get error messages. (The content are stored in the database though)

Product documentation ?

Hi,

Can anyone provide me with a link to "product" documentation ? I mean, docs about the "product" module. I am trying to understand how it works, how can I add attributes to a product ( eg name, price ). Is it possible to do such things ?

Any help is welcome.

Pildit

Mass input of event nodes

Hello everyone,

I have a requirement for the event module :
To be able to do "mass input", e.g. enter the data for f.i. 15 events at once, instead of one by one.

Do you know of any module that has such mass input already built in ?
Is it easy to build such mass input form for Drupal ?
Suppose I would customize event.module for this, do you have any tips for making this change ?

Best regards,

Eric Veltman

Subscription Module and 4.5

Has anyone had any success using the subscription module with Drupal 4.5. It installs properly and allows me to subscribe to stories but does not in anyway send emails. I know my system is configured for Drupal's core to send emails since i got one confirming my password with my initial account.

Do people have any adivce as far as pinpointing where I am messing up? Or is there and incompatibility with 4.5.

New module to test: inline.module

Hi all,
I would like to submit a basic bu useful module: inline.module.

The module is available on CVS here.

The inline.module allows you to display inline the files uploaded with the current node.

Suppose you have three uploade files:
- imag1.png (referred as file #1)
- file1.pdf (referred as file #2)
- imag2.png (referred as file #3)

You can specify in the body of the node the following tag:

Pages

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