Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Kidsphoenixx Friend
    #116929

    Why does a registered/approved user have her article submission declined because it has been “declared” spam?
    I can see this message in the laguage file, so how do I disable it? Anyone who submits an article is fully authorised to do so….have I missed some setting in config for JAsubmit?
    This is quite embarrassing for me, as site owner, and a little upsetting to my authorised users.
    thank you

    pakojoom Friend
    #279485

    Hello,
    I had the same issue.
    Just those lines, in ja_submit.php :
    replace :

    [PHP] //if ($H_securityimage) {
    $checkSecurity = true;
    $security_try = mosGetParam( $_POST, ‘ccode’, ” );
    $checkSecurity = checkSecurityImage($security_try);
    if (!$checkSecurity) {
    echo “<div class=”err”>”._H_SI_REFUSE.”</div>”;
    submit_print_form( $_POST[“created_by_alias”],$_POST[“email”],$_POST[“title”],$_POST[“introtext”]);
    return;
    }
    //}
    [/PHP]
    by
    [PHP] if ($H_securityimage) {
    $checkSecurity = true;
    $security_try = mosGetParam( $_POST, ‘ccode’, ” );
    $checkSecurity = checkSecurityImage($security_try);
    if (!$checkSecurity) {
    echo “<div class=”err”>”._H_SI_REFUSE.”</div>”;
    submit_print_form( $_POST[“created_by_alias”],$_POST[“email”],$_POST[“title”],$_POST[“introtext”]);
    return;
    }
    }[/PHP]

    caos Friend
    #298650

    Thanks a lot… it works!!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  caos 15 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum