I currently have uShop installed and I am running vB 3.0.3
And I'm having some problems with the modification of init.php. I keep getting parse errors anytime I try to combine these pieces of code.
Code:
'stylecache',
// +++ vBookie
'vbookiesettings'
// --- vBookie
), $specialtemplates);
and the one from uShop
Code:
// ## <ucs>
'stylecache',
'utt_store_act'
// ## </ucs>
), $specialtemplates);
If anyone has these two hacks installed and working properly, could you please tell me the piece of code that I need to put in the init.php file in order for them to work and not get parse errors? Thanks.