| Re: Catads and 2.2 |
| by rob777 on 2005/8/11 1:09:58 The "0" solution worked. Thanks! |
| Re: Catads and 2.2 |
| by theCat on 2005/8/10 7:44:59 Quote: I have the solution, is not a catads bug Unfortunately, I think it's a bug with the option "Max time before publication". I search if I can fix that. Thanks javier for the information and the solution ! |
| Re: Catads and 2.2 |
| by javier on 2005/8/10 0:19:08 Hi rob, I have the solution, is not a catads bug , its about a configuration setting. Check "Max time before publication" in the catads module preferences and put "0" That´s work for me, Grettings, Thanks Cat for this great Module! Javier |
| Re: Catads and 2.2 |
| by rob777 on 2005/8/9 19:44:09 Hey Cat, How do I know if it set to always on? I went in through phpmyadmin and I see this for the field. Field=waiting Type=TINYINT Length/Values=1 Attributes= Null=not null Default=0 I have tried to change the submit.php code as you have said and that did not help either. I can see the ads in the admin menu under "waiting for approval" (even though I have set ad moderation to off in the preferences menu.) I click publish ad in the admin editing screen, and that still doesn't publish the ads either. The ads continue to stay in "waiting for approval" no matter what I try. Thanks, Rob |
| Re: Catads and 2.2 |
by theCat on 2005/8/8 13:20:52 Is it a fresh install or an upgrade of catads ? Can you verify in your database if the field "waiting" (in catads_ads) is allways set to on when you submit an ad? Try to change the line 186 of submit1.php $ads->setVar('waiting', $waiting); with $ads->setVar('waiting', $xoopsModuleConfig['moderated']); |