Ads
Links
drupal
Portal's mailing list - sending notifications from Drupal
Retrieving portal content using taxonomy terms - fixed
Each post/article in the portal is tagged using one or more vocabulary terms defined in my modeling taxonomy. Clicking on the term will retrieve a view page listing all drupal nodes (i.e. posts+articles) tagged with the same term.
Until now, clicking on the term redirected the user to an error page but now I've managed to fix the problem (at least temporarily, it seems it is not clear yet what makes Drupal to generate wrong aliases for the terminology terms).
Hope you enjoy a new way of browsing the site
How I created this modeling site with Drupal (III)
Take a look if you are interesting in using Drupal as CMS for your site.
Blocking certain users from accessing a given page in Drupal
I recently had to create a page only accessible for: Registered Users AND users with an id matching one of the values in a Table X (e.g. to make sure that users have signed up for a specific service before letting them access it). Here is how I did it.
For the first part, there are several Drupal modules (e.g. this one ) that can be used for this purpose.
Accessing non-drupal folders within a drupal site
To my surprise, when setting up the OCL workshop web page I realized that the URL modeling-languages.com/events/OCLWorkshop2009/ was not automatically redirected to modeling-languages.com/events/OCLWorkshop2009/index.html . Instead, a forbidden access error was shown.
How did I create this site?
How I created this site with Drupal (III)
Blocking certain users from accessing a specific page
I recently had to create a page only accessible for: Registered Users AND users with an id matching one of the values in a Table X (e.g. to make sure that users have signed up for a specific service before letting them access it). Here is how I did it.
For the first part, there are several Drupal modules (e.g. this one ) that can be used for this purpose.
How I created this site with Drupal (II)
Tagging the content: taxonomies
This is for us one of the most wondeful aspects of Drupal. It is very easy to create a taxonomy (activate the taxonomy module!) of vocabulary terms that can be used to tag the pages and stories in your drupal site. Then, you can use views (see below) to automatically organize the content based on these tags.
The current taxonomy of this site is the following:
How I created this site with Drupal
This site is managed with Drupal, a content-management system (CMS) that facilitates the creation of portals and community sites.
In this page we describe how we went from the default drupal configuration (left) to what you see now (right). We hope you find it useful!
