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 that wants to make a link to a page which lists all nodes by type and/or taxonomy term. E.g. click here & go to a page with all blog entries which have been categorized against the term "myterm". I'd like to integrate w/ an existing module that already does this.
To my surprise, I cannot find one. Is there not an existing "node finder" module that lets users select from dropdowns the type &/or taxonomy terms, then renders a page of matching nodes?
I made a change to flexinode.module adding in "edit all $ctype->name content" and modifying flexinode_access() so that when flexinode is a wiki page, anyone with this permission can edit it as opposed to just the creator of the page.
I've installed the Image.module, after adding galeries I posted new image into gallery. I've noticed that images and thumbnails are not displayed.
Have anybody solve that problem? (I read some topics but I still couldn't solve that and images/tumbnails aren't diplayed).