SimplePortal

Customization => Custom Coding => Topic started by: The Wizard on October 01, 2013, 03:58:36 PM

Title: Page problem
Post by: The Wizard on October 01, 2013, 03:58:36 PM
Hello:

I am trying to create a page that shows my gallery.
My Gallery happens not to be in my SMF.
Below is the integration script to call the gallery.
I have tried inserting the code as a php page but with no luck. I also tried it as a block and still no joy.
Does anyone have any ideas on how this can be done?

thanks

Wiz

Code: [Select]
<?php
// MiniGal Nano integration START
$path_to_minigalnano "dwgallery/"//     <- Enter relative path to MiniGal Nano here (eg. "subfolder/minigalnano/") - END WITH /

// DO NOT EDIT BELOW THIS LINE!
define("GALLERY_ROOT"$path_to_minigalnano);
require(GALLERY_ROOT "index.php");
// MiniGal Nano integration END
?>

Title: Re: Page problem
Post by: The Wizard on October 03, 2013, 07:28:50 AM
solved
SimplePortal 2.3.8 © 2008-2024, SimplePortal