View Single Post
  #1  
Old 06-16-2007, 10:27 AM
  ATise's Avatar 
ATise ATise is offline
 

Senior Member
  
Join Date: Mar 2006
Posts: 152
 

Default 3rd party Add on taking on the look of exisiting site

I am trying to set up a better links page and I plan on using a I guess you could call it a links farm page. I have installed the software and now I am trying to give it my sites look.
How do I change the paths
This is what I am getting right now on there sample page:

Integration Instructions
1. Using a text editor, open the web page file (.php file) that you wish to integrate the Customer Helpdesk to, insert the line below to the top of the file, to call the 'config.php' file.
<?php include_once("document_path_of_oneadmin_folder/config.php"); include_once($path["docroot"]."common/session.php"); include_once($path["docroot"]."common/css.php"); ?>
* Note: Always put the above code to the line 1, without any preceding character(s), not even a space.
2. In your .php web page file, put the line below to call the Customer Helpdesk integrated with a FAQ Support and Agent Login area
<?php include($path["docroot"]."helpdesk/home.menu.php"); include($path["docroot"]."helpdesk/home.login.php"); ?>
3. Meanwhile, to display your Customer Helpdesk content body such as Helpdesk form, client's reply section, use the line below.
<?php include($path["docroot"]."helpdesk/home.helpdesk.php"); ?>
4. For sample integration code, please refer to the source code of this file. To do this, open the file with your text editor.

** To find your 'document_path_of_oneadmin_folder', check the path['docroot'] value from the oneadmin/config.php file

This is the information listed in the config file from the software which one goes where?

//Website Path
$path["webroot"]="http://www.website.com/c/";

//Document Path
$path["docroot"]="/www/virtual/a/www.website.com/c/";
__________________
xcart gold 4.0.18/Unix<BR>
always looking for good advice check out my store and tell me new ways to improve it. <BR>
Keep in mind it is an adult toy store www.appatice.com. Becasue of all the good advice my site is starting to take off and to say thanks use this code if you all ever shop at my store for 15% off * xfor1 *
Reply With Quote