i am using category module with activeselect. i have 4 containers . contianer1 is distant parent of container2. contianer3 is distant parent of container4. i wanna display each parent-child in their fieldset. couldnt find any way to do this. any idea?
Hello,
We're building a subscription based site, where members are charged a recurring, ongoing monthly fee. Does anyone know of a module that will process recurring monthly fees automatically?
I tried to modify search module in order to make it runs in a particular node type that i created by flexinode module, but i couldn't find where the appropriate data stores in the database, i have read through entire database, but there is not any separate table to store the article details, doesn't anyone know how to find out those details?
1. How to enable non node content to show in a search results of Drupal's keyword search (in the same tab with blog posts, flexinodes ets.) without creating additional dummy nodes?
2. How to put advanced search form (with additional fields) for my content type on a tab under /search?
I'm developing a catalog system, and so far, Views is working beautifully. However, it's a pain that every node entry in the catalog is automatically displayed on every view. I'd like to know if there's a way to get views to not display every node, just the filters. Then, once the user enters filter terms, the nodes are displayed.