heya zachariah...great module, i have it installed and working beautifully here:
http://www.realzetas.com
however, it might be nice to include what i've quoted in the readme. right now the readme instructions don't match whats in the cmps_index.php which may cause some confusion. the find/replace business is much more easy to understand.
Quote:
Originally Posted by Zachariah
The vBadvanced CMPS Portal came with a "homepage" of the script.
- cmps_index.php (You may have renamed this to another file name.)
Edit this file:
Find:
Code:
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
Replace with:
Code:
$phrasegroups = array('adv_gallery');
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array('gallery_c_cache','adv_gallery_opt','gallery_ugroups');
|