|
| Getting Started - Web Design Integration |
Buy Now
|
One Admin Suite lets you integrate the components front-end with your existing website or web pages built using other HTML editing tools such as Dreamweaver.
The modules the you can make use are:-
- eCommerce
- Photo Gallery
- Web Blogger
- Newsletter
|
- Events Calendar
- Links Directory
- News Publisher
- Contact Form
- Geo Traffic |
- Guestbook
- FAQ Support
- Customer Helpdesk
- Vote Caster
- Form Designer |
If you browse into the "oneadmin" folder, you will see a list of folders containing the modules listed above, which are independent from each other. You can easily call up the dynamic content area for each module to be displayed on your web pages.
The instructions on how to integrate each module front-end with your web page file can be found in the readme.txt file in each folder. Alternatively, you can view the sample file for each folder, namely samplexxxx.php. Below is the integration guidelines for Photo Gallery at photogallery/samplephotogallery.php.
Front-End Integration Guidelines
You can easily integrate the front-end with your web design pages.
|
Integration Instructions
| 1. |
Before calling any script, put the line below to call the 'config.php' file. This will load all the necessary database connection and class declaration files. |
|
<?php include_once("config.php") ?> |
| 2. |
In your HTML code, put the line below to call the menu area such as photo categories, random photo, etc. |
|
<?php include("photogallery/home.category.php") ?> |
| 3. |
Meanwhile, to display the gallery's content area such as thumbnails and photo details, put the line below. |
|
<?php include("photogallery/home.gallery.php") ?> |
| 4. |
Finally, as an additional tip, you can put your front-end file in any location you like, but put the call to the One Admin folder using the relative path. |
|
Example, if your front-end file is at http://yourdomain.com/gallery.php and the One Admin folder is located at http://yourdomain.com/oneadmin/ , use the code below. |
|
<?php include_once("oneadmin/config.php") ?> |
|
<?php include("oneadmin/photogallery/home.category.php") ?> |
|
<?php include("oneadmin/photogallery/home.gallery.php") ?> |
|
|
|
|
| Join Our Newsletter |
Keep yourself update with our latest patch releases, events, product news, and tips through our newsletter.
|
Subscribe Now!
|
|