Is it possible to have subtitles, leads and other separated pieces of text in a story? I mean as separated form fields.
It would be useful to have the ability of creating new customized fields in the very official Story module. This would help a lot the diversity of Drupal sites, creating own node structures and styles for all these pieces. It would also be an open door to do more segmented searches i.e. "Barcelona" only in the location field or "strawberry" in the image footer.
It uses the file API to easily add images to any node type... no separate 'create image node' -> 'create blog node' -> 'write IMG tag linking to image node'... just stick a [IMAGE] tag in the blog post as you're writing, attach a image file , and hit submit.
Still a lot more to do, but I thought I'd see what y'all thought.
How can I contribute my file upload/download module? It's a direct ripoff of the filestore module except it uses the file API and actually works with Drupal CVS.
I would like to use an advanced where I can choose multiple fields to narrow down my search. I found the Trip Search module but there doesn't seem to be an available version download. Has anyone else tried to do something like this?
So far it just adds links to the navigation menu for nodes, but I'd like to have it manage all links generated by the _links() hook (although that will probably require some modification of the core).
You can add links to the Navigation menu, during link creation (an improvement on other taxo based methods)... and links can be associated to any path not already taken by another menu() call.