Is it possible to control joomla article limit with CB Subs plan on Activation?
I used this code to make 1 of 3 other listings in another program not article and it works
on Activation
INSERT INTO `#__article` (`userid`,`credits`, `purchased`,`listings`, `active`,`mag`) VALUES ( '[user_id]', 1, NOW(), 1, 1, 1);
Thanks