Most of the URLs on AllReality.com are not really “Pages” at all, but “Views” in the Drupal sense of the word. That is to say, they are dynamic, sortable arrays of related content coming from a number of different Nodes. Every Node has a Content Type which determines its general characteristics (its fields and its template). Most of the Nodes on the site are either “Concepts” or “Passages” (the difference is that Concepts have response buttons, while Passages do not). Other Content Types exist for special purposes: OBE Reports and Events, for example, are special Content Types.
Departments and the Main Menu:
It is important to be aware that while the “Department” taxonomy is imitated to some degree by the Main Menu, they are actually separate structures. Therefore changes in the information architecture will generally require making changes in both places. To modify the main menu, click here. To modify the Department taxonomy, click here. (WARNING: Always back up the database before making significant changes.)
Individual URL Structures:
The URLs off the main menu are constructed as shown below.
FRONTPAGE is comprised of:
- front_slideshow view [content type = slide_image]
- frontpage view: [promoted items, e.g “Welcome” is promoted]
- frontpage_terms view: [promoted terms, e.g. “Physics” is promoted]
PHYSICS is a “Physics Term” view [Parent Department == Physics]
- QUANTUM PHYSICS is a “Taxonomy Term” view [Department == Quantum Physics]
- DIGITAL VR PHYSICS is a “Taxonomy Term” view [Department == Digital VR Physics]
CONSCIOUSNESS is a “Taxonomy Term” view [Department == Consciousness]
THEORIES is a “Taxonomy Term” view [Department == Theories]
PROJECTS is a “Projects Term” view [Parent Department == Projects]
- DOUBLE SLIT DETECTORS PROJECT is a “Taxonomy Term” view [Department == DSD Project]
- OBE EVIDENCE PROJECT is a “Taxonomy Term” view [Department == OBE Evidence Project]
- INTERNET CHOICE PROJECT is a “Taxonomy Term” view [Department == Internet Choice Project]
PRESENTATIONS is a “Taxonomy Term” view [Department == Presentations]
- UPCOMING MEETINGS is a “Taxonomy Term” view [Event Type == Meetings AND date in future]
- RECOMMENDED TOPICS is a
- ALL PRESENTATIONS is a
-
PAST MEETINGS is a “Taxonomy Term” view [Event Type == Meetings AND date in past]
ARTICLES is a “Taxonomy Term” view [Department == Articles]
ABOUT is a “Page” node
CONTACT is a core Drupal module [see Structure > Contact Form]
TO EDIT THE DESCRIPTION AT THE TOP OF A TAXONOMY VIEW, use the Edit tab on the View page
TO EDIT AN INDIVIDUAL NODE, use the small “edit” link to the right of the Node’s title OR go directly to the Edit tab by using the admin’s Content page
FYI: Only Admins can see Edit links.