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

Creating a project for a "Scheduler" Module

I've just started work on a "scheduler" module. The basic idea is similar to the volunteer module, but is designed for use in a phone bank or similar kind of situation: it assumes that sign-up is for some set of "shifts" at a set location, and it makes it very simple to create a weekly schedule for that site.

This is development quality code, but it already works. I haven't seen anything really like it either in the current list of modules here on Drupal.org, and I don't believe that the CivicSpace people have anything quite like it either.

The module was developed for Drupal 4.6 and Civicspace 0.8.1, although I'd guess it will run fine on Civicspace 0.8.2 as well (YMMV). It requires both CiviCRM 1.1 and the current Location module.

Since this code is pretty new, there's very little documentation just yet. You probably should not be playing with this code if you're not pretty comfortable fixing broken Drupal installs. And you'd best back up your database before installing it, although none of your existing tables will be altered.

Currently, the actual module name is rsvp_resource.module. This will change very soon (to either "scheduler.module" or "signup.module", most likely). Don't assume that there will be upgrading code either. Caveat Hacker :-)

So here's what I'm doing, and what I'd like to do:

  • I'm going to post an archive with the code as an attachment to this post.

Google Sitemap module not being accepted by Google

Hello,

I'm experiencing a little issue with the module. Google isn't accepting the sitemap generated, but I cannot find a reason.

For instance, this site isn't accepted:

http://www.smallbusinessassist.com/?q=gsitemap

While this one is:

http://www.afreedomainhost.com/?q=gsitemap

The sites are nearly identical; the only thing that is different is the name and domain.

at last....a Podcast.module for Drupal (4.6) that produces feeds and is optimised for itunes

came across this the other day and thought it well worth sharing with other users. It's a new podcast.module that is pending approval as a new contributed MODULE for Drupal.

******************
Name: Podcast module
Author: narkoba
Drupal: 4.6
******************

Flash, amfphp, xmlrpc module interfacing. need help.

Hello,

I am building a site for a photgrapher which will have a Flash front end. I have installed amfphp, and it is working fine. I would like to use the xmlrpc.module to retrieve the node information I need, but I am stuck in a couple of instances.

Flash / amfphp, it appears, cannot interface with a module directly, therefore I need a "service" PHP file which interfaces with Drupal's xmlrpc library and module. So, here's where I am getting confused:

How do I create the interface between this "service" file, the xmlrpc library and the xmlrpc.module? Is it simply an include, and then usage of xmlrpc methods? Also, if I write a custom module that returns the information I need via hook_xmlrpc, what is the method of calling a particular function? I understand how it is used with functions described locally, but the interaction with Drupal is really confusing me.

I searched the forums and found this post, which is essentially what I would like to do, but it makes no mention of the interface method to use between Drupal / xmlrpc and the "service.php" file.

Basically, I need to get an XML formatted list of images in hierarchical taxonomy form back from Drupal.
I have looked at the blogapi.module as well as the documentation regarding converting modules to the new xmlrpc library. Those have helped, but I am still getting confused where I referenced above.

How i can put content to new drupal created menu?

Hi All!

I created my own menu block. How i can click on some menupoint but get only "site not found". I am sure that i have too write some modul which would comunicate with the menu and make some functionality. But i found nothing where i can start or i have search on wrong place. The Tutorial is only for a blockmodul. But i need a bit more that this one. May be someone knows where i have to read.

Thx for responce

dimitritsch

Pages

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