Quote:
Originally Posted by Reeve of shinra
It seems to be working for me.
In your cmps index file, try adding this section:
PHP Code:
//bh cmps gallery
$phrasegroups = array('adv_gallery');
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array('gallery_c_cache','adv_gallery_opt','gallery_ugroups');
//eh cmps gallery
above this:
PHP Code:
require_once('./includes/vba_cmps_include_template.php');
|
:classic:

:up:
Thanks for all your help !
IT WORKS
You know why it doesn't show up, because after upgraded to Vbadvanced v2.1 , I re-edited the cmps_index with the instruction come with this hack, so I put those value like this :
HTML Code:
// ============================================
// No Further Editing Necessary!
// ============================================
$phrasegroups = array('adv_gallery');
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array('gallery_c_cache','adv_gallery_opt','gallery_ugroups');
So that's why it doesn't work , then I follow your instruction to put those value as you said above
HTML Code:
require_once('./includes/vba_cmps_include_template.php');
So it works.
Many thanks man.