- "Ask the Expert" or Advice Column
- "Must Have" Modules
- A Challenge
- Books Overview
- Changing Garland - A Practical Example
- Comparison of Links and Web Links modules
- Create Simple Tables
- Creating a "Biographies" page
- Developing a Module on a Windows System
- Generic Table Display
- How to page a custom DB query
- List Users From a Single Role in a Block
- My Modules
- Announcements: Special Notices for Your Site
- Attendance Matrix
- Content Type Template
- FAQ_Ask
- Get Content Type
- Glossary
- Gotcha - Contact Spam Catcher
- Helpers
- Indexpage: summary of node type information
- Longer Node Titles
- Node Type Filter
- Quotes
- RealName: Using Profile fields to set a user's displayed name
- Register_Country
- Site Documentation Module
- Site Notes: Hidden Design or How To notes in Your Database
- Spam Tokens
- Spam Tune
- Taxonomy Browser
- Taxonomy Delegate
- Taxonomy Image: Associate Images with Taxonomy Terms
- Taxonomy List: Displaying Lists of Terms
- SBS Web Site Notes
- Searching for a New Hosting Company
- Taxonomy Tidbits
- Theming a Specific Content Type
C. Usage
Submitted on Wed, 11/07/2007 - 17:59.
How Can I Use It?
Well, obviously, the menu access will be the easiest way to use it. A clever administrator might even work up a Cron job to print the information every night in order to document changes to the system. [Oh, wait a minute, I already did that.]
But there is another way to use this moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP.. On one of my sites, I did actually document how to take over the siteA logically grouped set of content - also web site. at such a time as I am no longer able, or willing, to do so. Before I wrote this moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. there was hard-coded information, for example, the modules in use, which was sadly out-of-date. With this moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP., I can insert a phpRecursive acronym for "PHP: Hypertext Preprocessor" - is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. snippet to invoke a section of the Site DocumentationA Drupal contributed module by Nancy Wichmann for gathering information about the installation. moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. to be included directly into the page.
<a name="extensions"></a>
<h2>Extensions to Drupal</h2>
<p>"Out of the box," Drupal is pretty powerful, but there were things we wanted to do with it that are not core functions. Drupal has a number of extensions (known as "modules") that we added to improve the site.</p>
<p>Additionally, we wanted to use the WebCalendar function to show our meeting dates and events. The Swap Shop section uses Noah's Classifieds. Both functions are also installed with Fantastico.</p>
<a name="modstatus"></a>
<?php
print sitedoc_get_modules();
?>It ends up looking like this (with my style sheets):



Recent comments
2 weeks 15 hours ago
2 weeks 15 hours ago
2 weeks 15 hours ago
2 weeks 15 hours ago
2 weeks 15 hours ago
3 weeks 4 days ago
4 weeks 5 days ago
6 weeks 4 days ago
7 weeks 3 days ago
10 weeks 14 hours ago