I read which bb's PP integrates with (I own a copy integrated with
VB).
I read the How Do I's and I have searched on various terms such as php include, integration, etc ... but I am still not clear.
MY QUESTION: HOW MUCH CAN PP BE INTEGRATED INTO OTHER WEBSITES ON THE SAME SERVER? Quote:
For example, here is part of a help file from another gallery detailing integration. How much of this can be done with PP?
1.One of our product uniqueness is we made our scripts capable to fit into your existing web design.
2. First, create a web page where you would like to publish your gallery. Save the web page file with .php extension, such as gallery.php.
3. To ensure the Photo Gallery works regardless the location of your web page, you will need to add your server's Document Path to all the PHP include codes.
4. Now, open the web page file (gallery.php) with your text editor.
Before calling the Photo Gallery scripts, insert the line below into your web page file to call the /--/config.php. The config.php file will loads all the class libraries and creates database connection.
<? include_once("/home/sitename/public_html/--/config.php"); ?>
5. Next, to load the Photo Gallery's categories and member login, place the include line below into the area you want the menu to display .....
6. In the body content section, put the following line to display your gallery ..... (etc) |
In other words - this gallery integrates into a php page on any site on the server and functions within the website ...
I have never tried this with my PP -- but would like to know if this type of integration will work.
Thank you.