Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
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:
create a new poll for each taxonomy, and the voting options be each node in the taxonomy.
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:
Most Bizzare Blog, with voting options of Jimmy's Blog and Corey's Blog
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.
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.
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