We built this site with Drupal to meet our client's need for an interactive index of questions and answers, including categorization and searching, and a portal to additional resources and merchandise.
This website offers online courses in programming and information technology, and was built using Drupal along with the Moodle course management system.
AskDrBrown.org is built with Joomla and a number of additional modules. We also integrated several custom PHP features. AskDrBrown includes an e-commerce bookstore built on Virtue Mart.
<?phpglobal$user;$content_to_display=$data->node_revisions_body;if($user->uid){echo$content_to_display;}if(!$user->uid){echosubstr($content_to_display,0,350);echo" [...] <a href=\"/user/register\">Register</a> or <a href=\"/user/login\">log in</a> to read more.";}?><?php// Need to do this b/c statistics won't update from a view// Based on statistics.module// MPF Oct 19, 2009// A node has been viewed, so update the node's counters.