Listing of Pages and Unique Page Identifiers
From PeopleAggregator
This page contains the list of all pages of the application, the id and class which are used in every body tag.
For example the body tag for the home page should contain:
<body id="homepage" class="network">
[edit] PeopleAggregator pages
| Page | description | ID | Theme |
|---|---|---|---|
| homepage.php | used to display homepage of the site | pg_homepage | Network |
| index.php | used for splash page | pg_splash | Splash |
| post_content.php | used by member for creating their posts and structured content | pg_post_content | User |
| content_management.php | used by member for managing their structured content | pg_content_management | User |
| user_blog.php | user's public page | pg_user_blog | User |
| user.php | user's private page | pg_user | User |
| peoples.php | used for showing people page (can we make the name of this page singular? people) | pg_people | Network |
| content.php?cid=3209 | permalink page. Shown in the Theme of the user that generated the content being displayed? What happens when a member leaves a network? Does all their content dissapear? Can content live in a network after the user that created it goes away? | pg_content | User |
| groups_home.php | The group directory of a network | pg_groups_home | Network |
| addgroup.php | Creating and editing group (Net skin during create and Group Theme once created. Is this possible?) | pg_addgroup | Network |
| group_invitation.php | invite friends in the group | pg_group_invitation | Group |
| group.php?gid=3539 | homepage of any group | pg_group | Group |
| forum_home.php?gid=3539 | list of all topics in any group | pg_forum_home | Group |
| create_forum_topic.php?gid=3539 | create a topic in a group | pg_create_forum_topic | Group |
| [http://www.peepagg.net/forum_messages.php?mid=98 |
