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

Universal PHP Authentication Replication System

Hello All,

I would love to see a module to support the Universal PHP Authentication Replication System. This would allow sites to maintain user accounts between applications such as Phorum, phpBB, WebCalendar, PostNuke, Xaraya, Drupal and basically any system that has a user account.

This would solve the problem of forcing users to create an account for each of these applications running on a single site.

Latest posts box...

I am trying to list the latest posts on my frontpage, but I want to post them seperately for every term, so this is what i came up with:

Problem creating a module

Hello,

I'm trying to create a new module, but I'm stuck at the very beginning! :(

Here is the code for my module:

function mymodule_link($type, $club = 0) {
  if ($type == 'system')
  {
    menu("mymodule/list", t("List my entries"), "list_entries", 0, MENU_SHOW)
  }
}

function list_entries() { 
  return "Here comes the data..."; 
}
function mymodule_access($op, $club) 
{
  return 1;

}

When I call http://localhost/?q=mymodule/list

A "Page not found" is displayed, but I expected a "Here comes the data..." to show up

What am I missing here???

Any help is greatly appreciated



Kind regards

Thomas

Project Access Control ?

Hello friends,
My query is this: is it possible, in the current incarnation of the project module, to restrict access to projects by user? In other words, I would only like members of a given project to have access to it.

Thank you in advance, and thank you all for a great product - Drupal is near godlike.

webmail

I'm not sure if this is the right forum for this and I have searched high and low to no avail for an answer.

Is there a webmail module available for drupal?

2 new drupal modules : linkdump and shoutbox

I slapped together a couple of new drupal modules this last weekend - a linkdump and a shoutbox. Check them out at http://www.bitesizeinc.net/node/view/23719

Pages

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