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.
Airfare
- feature
- American Airlines
- Delta
- Jet Blue
Cruise Lines
- feature
- Carnival
- Princess
Sometimes, I will place a node in two sub-categories (ie. feature & Delta). On the homepage, I would like to bubble up the 3 most recent "features" of both main categories and display them at the top of the page. Following these, will be the most recent nodes regardless.
I'm building a new module that will allow me to add some customized textfields into other node modules. I'm new to this, but everything has gone pretty smooth thus far, except that I can't figure out how to send the input from my new fields through the filtering system.
I used the nodeapi_example.module lesson as a reference and I'm guessing that it doesn't include any needed hooks for filtering? Can someone point me in the right direction?
I want to start a similar site like ecademy.com
pls have a look at let me know who can set this up for me.
I'll get the domain, I get the hosting, you develop the site.
I'm looking to add a textfield to the book.module (I know this isn't recommended, but I'm just trying to learn at the moment.) I added the new field to the book table and have successfully entered information into it using the new field I created in book.module. My problem is that I don't know how to get it to display this new field in the book node page. How do I get it to print this new information?
I commited a custom taxonomy browser module to my cvs sandbox. It is not ready yet for a first class module, so I wouldn't commit it to the contributed modules.
What does it actually do?
It navigates a vocabulary as though it is a directory tree.
It supports both filestore2 and flexinode derived 'files' - actually it is meant for files but you can use whatever flexinode type you wish.
For those who have seen this module already. I've done some tidying up and minimal comments.