Beginners Tutorial
- Rakeback
- Rakeback Websites
- Rakeback Integration
- Rakeback Control
- Design Themes
- Portfolio
- Promotions
- Poker Room Deals
Beginners Tutorial
This tutorial will show how to edit pages in the PAS CMS.
Instructions to Customize a Page
- Login to your site at http://www.yourdomain.com/admin/
- Access the Content Management System. Once logged in, go to desired site CMS:
Content > Main CMS > your site - Locate the file for the page you wish to edit. Using the file browser on the left, locate the file for the page you wish to edit. Here's a sampling of commonly edited files:
Template Files
Site Template(layout > layout.html) - Framework for your site. Contains, global navigation elements, items which appear on every page.
Footer(layout > footer.html) - Appears at the bottom of every page"Page" Files
Homepage(home.html) - Homepage content.
Promotions page(promotions > promotions.html) - Page with complete list of current promotions.
FAQ page(faq.html) - Page with common questions/answers.
Rakeback Pages(rakeback > poker-room.html) - Pages for every poker room. It is recommended to edit text on these pages.CSS Files
Layout CSS(css > layout.css) - Contains a few lines of CSS to define containers
Theme CSS(css > theme.css) - Contains 95% of CSS, where most customization is done. Open the page and edit the contents. Simply click the file in CMS and the editor will appear. You can then edit the contents of the page you have selected, by adding, removing or changing content.
You may wish to use the Rich Text Editor, by selecting TinyMCE Rich Text from the drop down option box the the right of Editor Style in the heading. For best results it is recommended that you use the default option.
The following is a non comprehensive list of items you should not edit when you translate your skin.
- Tokens - Any text enclosed in {{ curly brackets }}
- HTML - Most text enclosed in < brackets > should not be altered.
- CSS Files - Includes Layout CSS, Theme CSS and all files in the CSS folder.
- Javascript Files - Includes all files in the Javascript Folder
- Save your work
Save your edits by click on the Save button directly above the edit area. It is strongly advised that you check the results of your changes to ensure that you have not impaired the functionality of any web pages. In the event that your page no longer loads properly, and you wish to restore it to the original working condition, click on the red Revert Pagename to Default link at the top right of the page. **WARNING, if you revert your page you will also loose any previous edits or customizations!**