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

Waypath.com API Module or Theme modification?

Has anyone considered writing a module or modifying a theme to access the Waypoint.com API? With this, blog entries could show similar blog entries from other sites. I've visited a couple of Moveable Type based sites that use this, and I've found it to be a nice feature (here's an example: http://www.nonliteral.com/archives/2003/04/19/tivo_longevity.html

You can see after the blog entry the "Related Posts from Waypath" box.

personal file management system

I have implemented personal file management system for drupal.
The system only works for image files. I don't know where to
submit source codes.

$-> MURAT ALI BAYIR

New module isn't showing up correctly...

I have created the beginnings of my first module, called books.module. It shows in the list of modules in the admin/configuration/modules screen, but only the description shows, the module name ("books") is empty. :(

Here is my code:

<?php
function books_help($section) {
        $output = t("Enables display of a list of books, including affiliate links 
                     to purchase those books.");
        return $output;
}
?>

It's about the simplest module I can create. But why doesn't the title show up in the modules list? Any help is appreciated. I'd like to write several modules for my project but need to get a simple one working first.

Thanks!

Kevin White
kevin@kevinsworld.com

Expiration time in queue module

Hi,

I've modified 4.3 queue.module to let the admin select an expiration time, in days, for the nodes on moderation queue in adition to expiration by number of votes. You can set expiration time in days through queue administration pages and crop.php will take care of remove those that has expired through a new function queue_cron added to queue.module.

This is the diff I've obtained comparing my modified version of queue.module with drupal 4.3 queue.module:

quicklinks module?

Is there a module available for drupal 4.3.0 that allows extra "quick" links to be put in the navigation bar at the top of each page?

Is there something built-in to drupal that I've missed?

I'd rather not hack on the $custom_links in the conf.php file, because it overrides the links offered by modules.

If not, I'll hack one together -- it doesn't look like it'll take long -- it just has to store a title, a short description and a path.

Any tips?

Image upload problem!

I install the images module,when I upload a photo,it show "Upload directory is full!"

Pages

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