Coldcut Publish time 21-4-2010 23:10

[Request] Gallery Plugin for SupeSite 7.5

Is there any Gallery, - or Photo-Plugin available vor SupeSite 7.5?

Jannie Publish time 23-4-2010 02:14

yeah, I have the same question
Anyone can help???

khaled Publish time 5-5-2010 13:21

I also have the same question {:3_58:}

mio Publish time 5-5-2010 14:29

take this for reference, dont know if it works:


1. create a new channel, pic or gallery maybe,  ID:pics
2. create a new file under ss root, and name it pics.php.<?php

/*
(C)2001-2006 Comsenz Inc.
Gallery

$RCSfile: pics.php,v $
$Revision: 1.18 $
$Date: 2010/05/05 14:29 $
*/

if(!defined('IN_SUPESITE')) {
exit('Access Denied');
}

if(!empty($_SCONFIG['htmlindex'])) {
$_SHTML['action'] = 'pics';
$_SGLOBAL['htmlfile'] = gethtmlfile($_SHTML);
ehtml('get', $_SCONFIG['htmlindextime']);
$_SCONFIG['debug'] = 0;
}

include_once(S_ROOT.'./include/common.inc.php');

$title = $lang['pics'].' - '.$_SCONFIG['sitename'];
$keywords = $lang['pics'];
$description = $lang['pics'];

$guidearr = array();
$guidearr[] = array('url' => geturl('action/pics'),'name' => $lang['pics']);

$tplname = 'pics_index';

$title = strip_tags($title);
$keywords = strip_tags($keywords);
$description = strip_tags($description);

include template($tplname);

ob_out();

if(!empty($_SCONFIG['htmlindex'])) {
ehtml('make');
} else {
maketplblocknames($tplname);
maketplblockvalue('cache');
}

?>if managed to get it work, pls share with ppl here.

Coldcut Publish time 28-10-2010 14:06

Reply 4# mio
To create a channel was simple, but then i have only a new .html site and not realy a gallery. :(
Pages: [1]
View full version: [Request] Gallery Plugin for SupeSite 7.5