Jump to content

Custom CMS


Xtremer360

Recommended Posts

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

 

Link to comment
Share on other sites

The best place to start would be tutorials on basic PHP. I learned of  w3schools

http://www.w3schools.com/PHP/DEfaULT.asP

 

Next place: Google.

 

Basically, you want to learn how to do alot of stuff. If you don't already know how to do most of it, you should either hire a coder, or it's going to take you a long time to learn. Also, php.net is an awesome resource

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.