I installed drupal and trying to figure out how to get and show data coming from my database tables.

=> Eg. I would need a members page (view) bases on a members table
=> Bit more advanced I would need a calendar page showing activities based on activities stores in a table.

I am new to drupal ... been ASP developer for ages and used to create websites in a text editor :) But wanna give Drupal a try. Just hard getting started ...

Comments

VM’s picture

https://www.drupal.org/project/views

for aid in understanding how views.module works see: https://www.wunderkraut.se/blogg/taming-beast-learn-views-wunderkraut

for calendars see: https://www.drupal.org/project/calendar

calendar.module integrates with the views.module calendar documentation @ https://www.drupal.org/node/262062