Links Directory > Documentation > Integration Guideline
One of our product uniqueness is we made our scripts capable to fit into your existing web design.
|
 |
 |
 |
 |
 |
Before |
|
After Integration |
Step 1 : Create new PHP page |
Create a web page where you would like to publish your Links Directory. Save the web page file with .php extension, such as directory.php.
Note: You can put the file into web root directory or any directory on the server.
|
Step 2 : Find document path |
To ensure that your Links Directory works regardless the location of your web page, you will need to add your server's Document Path to all the PHP include codes.
To find the Document Path, open the ' /oneadmin/config.php ' file with your text editor, and note this path down. Let's assume the Document Path is C:/wwwroot/user/oneadmin/
|
Step 3 : Call 'config.php' |
Insert the codes as below to your web page file to call the 'config.php', 'session.php' and 'css.php'. This will load all the necessary database connection, class declaration files and css control. To do this, open the directory.php file with a text editor, and put it to the topmost line (line 1) of the php file, without any preceded character.
<?php
include_once ("C:/wwwroot/user/oneadmin/config.php");
include_once ("C:/wwwroot/user/oneadmin/common/session.php");
include_once ("C:/wwwroot/user/oneadmin/common/css.php");
?>
Step 4 : Load menu and content area |
To load Links Directory menu, place the following include line to the area you want the menu to display.
<?php include("C:/wwwroot/user/oneadmin/linkmanager/home.menu.php"); ?>
In the body content section, put the following line to display your Links Directory.
<?php include("C:/wwwroot/user/oneadmin/linkmanager/home.link.php"); ?>
|
Step 5 : View integration result |
Now, proceed to your web page URL, eg: ' http://your-domain-name/directory.php ' to view the front-end integration result.
To preview your online directory in real time, click on the 'front-end' link on the top right menu from within the One Admin panel.
|
Back to the top
|
|
|
• |
Risk Free Trial |
• |
Free Installation |
• |
Cost Saving Discount |
• |
24/7 Secure Ordering |
|
"Thank you very much for your assistance and help! I really like your support and the way you handle this type of matter. I'll be back soon..."
- Christer Friberg |
|