if youve got multiple style sites
run the install script completely first
now edit the install script find:
$styleid=$vboptions['styleid'];
change to:
$styleid='6';
where 6 is the styleid. now just run the install script template step only.
you could probalby put
$styleid='1, 2, 3, 6, 7';
and run it once but i did not try this I just edited the # and ran the template install step a few times
|