MIT Touchstone
Display Touchstone on access denied Drupal 5.x pages
I came up with a method of displaying a link to Touchstone on access denied pages in Drupal 5.x. This would probably work for Drupal 6.x as well. Here is how I set it up:
1.) Create a new page node. Title it "Access Denied" and use this content:
<?php
global $user;
if ($user->uid) { // this user is already logged in print "Access Denied: You do not have access to this page."; } else { print "Access Denied: You do not have access to this page."; $dest = 'https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
MIT Touchstone hands-on lab: Tue Jan 20, 01:30-04:00pm, W92-206, seating limited to 18
MIT Touchstone Hands On Lab
Paul B. Hill, Robert Basch
Tue Jan 20, 01:30-04:00pm, W92-206
Enrollment limited: advance sign up required (see contact below)
Signup by: 16-Jan-2009
Limited to 18 participants.
Slides from IAP talk: MIT Touchstone Configuration
The slides from today's IAP presentation, "MIT Touchstone Configuraiton" are now available at https://wikis.mit.edu/confluence/download/attachments/19900/MIT+Touchsto...
- Login to post comments

