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.
Hey folks! I've tried to find info about the best way how to handle a school system:
A tool like that should store many types of groups of individuals, put certain relationships between them, store seminars and put those in groups as well, create events and have a powerful advanced search... That advanced search should be able to filter results such as:
input
====
nodetypes: individuals, seminars, events
relationship 1: A is B's parent
relationship 2: A is B's brother/sister
groups: G1, G2, G3, G4... S1, S2, S3, S4...
The blog module gives me a "recent blog posts" block, the poll module gives me a "most recent poll" block and the forum module gives me "active forum topics" and "new forum topics" blocks. I've got a Drupal 5.x site where we mostly use stories, so what's the best way to get a "recent stories" block?
is there a module to create a view with stored sql-query? Or is there another possibility to create database queries without creating my own module hardcoded with the query?