Quote:
Originally Posted by QueenBee
im still not understanding what edits im supposed to make. thanks in advance. i cant wait to add this 
|
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');