[Request] Gallery Plugin for SupeSite 7.5
Is there any Gallery, - or Photo-Plugin available vor SupeSite 7.5? yeah, I have the same questionAnyone can help??? I also have the same question {:3_58:} 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. 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]