Custom CMS


Posted on 16th Feb 2014 07:03 pm by admin

This is a big custom CMS script I'd like to develop and would like some help atleast figuring out where the best place to start would be.


Website Pages
Backstage 2 provides website pages for the following page types:
• Content
• News Articles
• News Archives
• Automatic Roster List
• Character Biography
• Champions and Contenders
• Title History
• Card
• Results
• Results Archives

Admin Panel
Login Panel

• Single login point for administrators and wrestlers
• Wrestlers can access all of their available characters with one login
• Administrators can access all characters and use all editing and posting features, as well as site configuration tools

Character/Team Types
All biography types support biography editing, and news posting, allies and rivals selection and quotes.

• Singles: A wrestler
o Singles wrestles can be used individually or to form tag teams or stables.
• Tag Team: A team consisting of two singles wrestlers.
o It is necessary to create the singles biographies for each team member in order to complete the tag team biography.
o If team members change, the system will keep record of former members.
• Stable: A group consisting of up to five singles wrestlers or other character types.
o It is necessary to create the biographies for each stable member in order to complete the stable biography.
o If stable members change, the system will keep record of former members.
• Manager/Valet: A non-competing person usually employed by a wrestler or team.
o Singles, Tag Teams or Stables can have a single manager.
• Staff: A non-competing person usually employed by the company, e.g. CEO, General Manager, Interviewer, Ring Crew.
• Referee: Match official.
o Referees are associated with individual matches in the show compiler.

Biographies
o Online layout manager - advanced coding knowledge not needed to make unique bio layouts. Single or multiple pages.
o Custom fields - add additional fields without manually modifying source code or the database.
o Newest Wrestler RSS feed - automatically announce your latest signing to the website.

Content Management
o Administrators can add static content pages (e.g. rules, faq) to the website via the admin panel.
o Appearance of each page is determined by selecting from header and footer templates.



Integrated News Publishing
o Administrators can add unlimited news categories.
o Posting permissions for each category includes Admin Only or All Users.
o Wrestlers post news as the selected character with finalize approval by Admin.
o News history can be listed in the character bio.

Integrated Results Management
o Event Booking
o Pre-Defined Arena List
o Unlimited Matches
o Hype Each Match
o Add / Remove / Reorder Matches
o Event Compilation
o Matches and segments are posted in wrestlerlogin area.
o Unlimited Matches and Segments can be posted from within the administration pages.
o Associate characters with matches and segments. Headshots appear automatically in the results.
o Administrators compile events - drag and drop reordering of submissions to build card
o Archiving
o Archiving is done automatically. Once a show has been set to Public, it automatically appears in the show archive list. No further action is required by the card compiler.
o Flexible archive list - include a variety of information about each event, e.g. date, arena, what the main event was, custom comments.
o Searchable
o Win/Loss Records
o Administrators are presented with a list of the matches and the competitors. Select the match type, tick win, loss, draw or no-contest, everything else is done for you to count records and calculate statistics.
o Appearance/Layout
o Layouts are extremely flexible. Templates can be assigned per show type, and each show can have custom elements (images etc).
o Booking Notification

Integrated Championship Management
o Champions
o Unlimited Titles
o Singles, Tag or Stables can have titles
o List up to 3 contenders for each title
o All characters on champions/contenders page automatically linked to their bios
o Make titles inactive but keep the history
o Title Histories
o Title histories listed per title and integrated in with the character's match history in their bio.
o Extremely easy maintanance for the card compiler or other site administrator.

Handler Tools
o Active Wrestlers/Characters directory lists all active wrestlers along with the name of their name and the characters that they handle and their email address. Great for keeping track of who is who and keeping in contact.






Site Integration
Templates
Templates contain code sections that act as headers and footers which are then applied to content pages, news articles or any other output from Backstage . It is similar to using PHP or SSI Includes, however the code sections are fixed at the very start and very end of whatever the templates are applied to.
A single template can be applied to an unlimited number of output pages. An infinite number of templates can be created.
CSS
Dynamic Menu Systems

Database
Backstage utilizes MYSQL to store data. Custom queries can be created that provide a high level of uniqueness between different sites.

Administrators Guide
o Add/Edit/Delete Wrestlers
o Add/Edit/Delete Characters
o Retired Characters: Do not delete them. Put them to Inactive. Deleting them affects results archives.
o Add/Edit/Delete Championships
o Discontinued Titles: Do not delete them. Put them to Inactive. Deleting them affects results archives.
o Add/Edit/Delete Show Names
o Book A Show
o Setup: Select Show Name, Enter Label (e.g. consecutive number), Enter location.
o Add Matches
o Title Matches: Select the championship being competed for during the match.
o Set Status
 Pre-Booking: Set new booking to "Pre Booking" to allow the administrator to build the card without giving away the match lineup to non-admin users.
 Booking: Set booking to "Booking" to allow members to submit matches and segments for the event.
o Compile A Show
o Edit Matches/Segments
o Set Participants: Participants headshots appear at the top of each match/segment.
o Set Interference: Interferences are listed on the character bio page of the interferer, but not specifically noted on the results.
o Reorder Matches/Segments
o Make Show Public
o Edit Title History Comments







Users Guide
o Change Your Character: If you have multiple characters, simply select whichever character you want to edit or post as from the drop-down menu at the top of the backstage login page. If the dropdown isn't there, the site administrator must enable additional characters for your wrestler account.
o Update Bio Page
o Submit Quotes
o Post News

Site Integration

Template Management
• CMS Templates: They can be used for Content Pages, News Article Pages, Bio Layouts, and Default Pages
• Bio Templates: Allow biographies to be formatted without directly editing script files

Content Pages
Default Page is the Content Page or News Group when accessing index.php

Standard Pages
Weekly Card and Next Weekly Card: CSS
Results Archives and News Archives: CSS
Champions and Contenders: CSS

File List and Purpose
backstage.php
backstageajax.php
backstagefunctions.php
backstagefunctionscustom.php
bio.php
content.php
index.php
resort.php
rssfeed.php
backstage.css: Controls the appearance of the administration console
kow.css: Controls the appearance of the output pages within the website

No comments posted yet

Your Answer:

Login to answer
127 Like 20 Dislike
Previous forums Next forums
Other forums

Alternate messaging
I have 4 strings in MySQL db1

$string1 : Hello
$string2 : Hi
$string3 : Great
$strin

turning an array into a string then poping it into a db
Hi im just wondering how you get a requested array into a single string then pop it into the db so f

Undefined index on my form
ok im getting Undefined index on this line.. print_r($_REQUEST['form']);

below is the full sc

Confusing Functions
So, I've been reading up on Functions and I like them! However, I need some help using variables in

I think i'm using the syntax incorrectly
Hi Everyone!

I'm new to this forum and a newbie with PHP - I'm glad I found this site - I hop

Help with ORDER BY
Hello. I would like to order by ascending States, then Cities, then Gyms in the following code, but

Page Reload
I am having issues getting a page to reload after I submit data to a database. This form should inp

understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";

function get_nam

Help with some dates
I have a list of dates in an array:

$mondays = array(
strtotime("October 12, 2009

Function
How can I make this function that once you click the link in the code it takes you to a new page wit

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash