Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
$GLOBALS['plogger_level'] = "album";
$GLOBALS['plogger_id'] = "2";
if ($_GET['level']!="picture"){
$GLOBALS['plogger_level'] = "album";
$GLOBALS['plogger_id'] = "2";
}
Posted By: DillusionThe album listing is fine, but when I click on an Image it does not enlarge. Normally, when you click a thumbnail it takes you to the larger version...this is not doing so.Did you add this part per my post?
if ($_GET['level']!="picture"){
That should really clear things up.Posted By: DeeJayOdieThe "index.php" part should not be there and that is what I believe is causing it not to work. Why this is happening, I can't tell you without seeing the actual code. I hope this helps.Nah, the 'index.php' part is not the problem. It's the $GLOBALS overriding any of the $_GET variables
<?php
include("../plogger/gallery.php");
if (!isset($_GET['level']) || $_GET['level']!="picture"){
$GLOBALS['plogger_level'] = "album";
$GLOBALS['plogger_id'] = "2";
}
?>
I added the "isset" part because I have increased error reporting levels and it was giving an undefined index notice (but my previous post's script still worked without the isset). I would be happy to send you the entire script if you provide an email address.1 to 23 of 23