Created at: 01/01/2016
By: Fast Hive
E-mail: info@fasthive.com
Thank you for purchasing Poly. If you have any questions that are beyond the scope of this help file, Please feel free to contact us by using this contact form here. Thank you for your cooperation.
Poly is a multi-use web based software, especially designed to build user-friendly useful to modify blogs and websites. Poly is a platform for those specialised in blogging and web design, and provides them with simplified and flexible interface, search engine optimisation, easy publishing, installation and upgrades, various publishing tools, easy theme selection, straightforward user management, data ownership and full standards compliance. The software offers multifunctions at a very cheap price, and can also be used as a base for other app developers interested in customisation and further code development.
Select Features:
1) Poly Requires PHP 5 and MySQL.
2) Domain Name and Web Hosting.
First thing you want to do, is to make sure you create a MySQL database along with an user for it (IMPORTANT NOTE: Copy somewhere your mysql username, and password, as you will need them later)
Setup your FTP server for the domain where the script will be installed.
Now, After you uploaded everything, You can start the installation process.
Changes inside the files With a text editor (e.g.: Notepad), Open the following folder located inside the '/includes/' file: config.php. Now, Replace what's inside the brackets (e.g.: 'Your Database Host') with your MySQL settings,
define("DB_HOST", "Your Database Host"); define("DB_USER", "Database Username"); define("DB_PASS", "Database Password"); define("DB_NAME", "Database Name");Save and exit.
Now, After you finished the steps above, Upload the edited file config.php to includes folder using FTP.
Accessing the control panel can be done through: example.com/administration
The default username is "Admin", and the password is "Admin" without quotes.
Through the control panel, There is a menu containing Settings, In the settings page you can change the site title, Description, Keywords, Logo and copyright text.
Through the control panel, There is a menu containing Users, At the bottom of the Users page, you will find a new user button.
Deleting a UserThrough the control panel, There is a menu containing Users, Click on it and you will find a delete icon next to each user, Click it to delete the user.
Through the control panel, There is a menu containing categories, Click on it and at the bottom of the categories page, You will find a new category button.
Through the control panel, there is a menu containing Add New, Click on it and add your content, Then click on "Add Post"
Through the control panel, There is a menu containing Categories, Click on it and you will find a delete icon next to each category, Click it to delete the category.
Delete a PostThrough the control panel, There is a menu containing All Posts, Click on it and you will find a delete icon next to each post, Click it to delete the post.
Through the control panel under Settings, Just change the email address to the email you want messages to be sent to.
This part is to guide you throughout the customization of the template. HTML and CSS knowledhe is required to customize this template.
Requirements: You will need the following software to customize this template:
If you have successfully downloaded the package and extracted the zip file you should be able to navigate to the following directory template/default. This directory contains all the tempalte files that you may want to edit! you should see file structure as follows
Script/ ├── template/ │ ├── default/ │ │ ├── assets/ - Includes the CSS and JS files. │ │ ├── category.phtml - Category Template File │ │ ├── contactus.phtml - Contact Us Template File │ │ ├── index.phtml - Home Page Template File │ │ ├── post.phtml - Post Template File
If you want to create a custom theme, you can either customize an existing theme or start from scratch.
The .phtml files which are HTML files that have php instructions that pieces your pages together. They are essentially HTML files with PHP instructions that pulls content from your database and constructs the pages.
The Loop should be placed in index.phtml and in any other templates used to display post information.
Here is a quick example for a loop
{% for post in posts %} {{ post.title }} {{ post.content }} {{ post.date }} {% endfor %}
Once again, Thank you so much for purchasing Poly. As we mentioned at the beginning, Please feel free to contact us via this contact form here. We will do do our best to.
Fast Hive