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

Node type module - Display All advice needed

Hi

I am writing my first node type module and have been trying to figure out how to display all nodes. I am thinking in terms of the audio or video module ie; mysite.com/audio displays the latest audio nodes.

I don't have a problem with coding the routines, it is merely how this symbolic link is defined? Looking at video.modules it looks as if it relies on a combination of video_page() and the menu hook, but I've had no success with this. I know I must be missing something simple :)

any pointers appreciated

Andy

iCal, WebDav, phpicalendar module --how-to?

i'd like to see phpicalendar on a webdav enabled server incorporated into a drupal module?

so, how to do it?

Clear Comment module

Hi. Is it possible to delete from comment module that "
Select your preferred way to display the comments and click "Save settings" to activate your changes.
Anonymous (not verified) said," and that settings- three select areas and one button. Look here: http://krzyzak.net/new/drupal-org#comment if you want to look what i mean
Sorry for language errors, english isn`t my native language.

How do I use a template when creating a module?

What I mean is that I don't like typing html in the php print statements, I think that creates a mess. I would rather have a smarty template that I could read in. I am already using smarty themes, but how could I use a template for my module. For instance let's say I generate some names or something and have a template called index.tpl. It might look like this:

//index.tpl

Name 1: {$name1}

Name 2: {$name2}

Name 3: {$name3}

*NEW* Podcast Module

I appreciate the work done so far on podcast modules and related modules, but they're just lacking in features and intuition as to what's required of a full-fledged podcasting solution.

So, I'm going to build a NEW podcast module that can handle virtually all of our needs as podcasters. The features I want to incorporate are as follows:

  1. Ability to upload/attach media files OR link to external files.
  2. Full feed control. I want to be able to set the title/author/etc. tags as well as itunes tags per show and per episode.
  3. Multiple shows. I don't want users tied down to using their blogs, and I want the shows to have more flexibility than just a vocabulary term.

In order to do all this, I think I'll need to create two new node types, one for shows and one for episodes. I'll also need to write a special feed generator JUST for podcast shows, and I need to figure out how to assign user permissions PER SHOW, not simply all-or-none permission for podcasts.

I am FULLY WILLING to do all of the coding for this project. However, I would like some guidance from more experienced drupal modders in the best way to implement these features.

I'm also planning to write a podcast-directory module that'll work sort of like the aggregator, grabbing episodes from feeds and displaying/re-feeding/streaming them.

Upload not working

Hi there,

I'm trying to get a file uploaded with the upload module. Well it's coming as far as being uploaded in the C:\windows\temp folder but there is stays. It won't show up in the drupal/files folder.
Files folder has read/write access. If I use image module files are being uploaded to a subfolder so uploading shouldn't be a problem.
The file that I try to upload is 13k, it works on the image module.

Anybody an idea.

Grtx, Stonie

Pages

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