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

Creating tabs for a module

I am developing a module where I have a requirement where I needed to add the tabs at the heading of the tabs like the view,edit and contact items that appear as tabs when you click on the My Account link after logging in.

Display nodes with certain keywords

How can I make a php block that displays [x] items containing the keyword [x] from the vocabulary [x] ?

Generate new nodes from a taxonomy and node layout [CCK, 4.7]

Quick Summary

I want to be able to programmatically/automagically create nodes based on info in other nodes, but need to be pointed to good documentation on how to do it. Is there any way to do what I want using Drupal's hooks and API? Or do I have to do straight SQL to achieve this?

I've created a specific CCK Node and Taxonomy layout (using 4.7). I would like to take every node that is in a particular category and do two things:

  1. create a new poll for each taxonomy, and the voting options be each node in the taxonomy.
  2. create a new feed in the aggregator for each node, and have it be in the same categories it is in for the taxonomy.

Brief example to illustrate

If I have the following taxonomy and node layout:

  • Most Bizzare Blog (Taxonomy)
    • Jimmy's Blog (Node)
    • Corey's Blog (Node)*
  • Most Insightful Blog (Taxonomy)
    • Jane's Blog (Node)
    • Corey's Blog(Node)*

Note that Corey's blog is the same node, just in multiple taxonomy terms. I want two polls created:

  1. Most Bizzare Blog, with voting options of Jimmy's Blog and Corey's Blog

Article Module Problems

I am having problems with the new Article Module... I submitted a bug, and am having a hard time tracking down what is the problem. Whenever the user clicks next page, or Page 2, or whatever, the page does not return and instead a white screen occurs. Anyhelp in fixing this would be appreciated, it is quite annoying to not be able to see all my articles.

Problem Page: http://jsedlak.org/article/CSharp/XNA (Click Next at the bottom).

Thanks!

override teaser display

hi guys

Im creating a module where i need to override the teaser and add extra html to the body. I have been looking at handbooks and forum posts but i just cant get it right.

Note the code below:
Currently it displays the body fine, but when i view the teaser it displays the theme_jobs_teaser and theme_jobs_body function. Where i just want it to display the theme_jobs_teaser as the teaser not both.

How to release Module into Drupal Module Set

Hi all,

I currently have a module for my live help system. It does have some commercial aspects, but the best part for drupal users is if you have a site that doesn't have a lot of traffic it is free (under 500 visitors/month).

I hope someone can help me get this released into the general CVS for drupal modules, as I would like to maintain it on the drupal server.

Thanks In Advance for any help you can give me.
Nick

Pages

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