Quote:
Originally Posted by nexialys
sure, change for this this:
Code:
$arrayofstyles = array(X, Y, Z);
if(in_array($stylevar['styleid'], $arrayofstyles))
change the X, Y, Z for the styleids you need...
|
Hi sorry but do I just need to add this code to the top of each of the plugins? I have added
Code:
$arrayofstyles = array(1, 2, 3, 4,);
if(in_array($stylevar['styleid'], $arrayofstyles))
to the top of each plugin but it still has an effect on Style ID 6
Regards
Mark