Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,

    This cache is reset once a day. FAQ.

    You can reset and change delay in admin side.

    Regards

    Thread Starter roundaboutweb

    (@roundaboutweb)

    Sorry, but there is no information in your FAQ how to “reset and change delay in admin side”, but I think I found it:
    General –> Display –> Number of portrait on logged out plugin homepage –> Update now

    Thread Starter roundaboutweb

    (@roundaboutweb)

    Sorry, but I must reopen this issue because clear cache don’t work or I don’t know how. It’s everytime the same problem, that new user not will be shown.

    “Number of days to wait before presence homepage” will be saved with “0”.
    So what can I do, that new user immediately will be visible?

    Plugin Author Jacques Malgrange

    (@sojahu)

    Conditions :

    R.i_status=0 
    and R.i_photo!=0 
    and TO_DAYS(NOW())-TO_DAYS(U.user_registered)>=".(isset($rencOpt['jlibre'])?$rencOpt['jlibre']:0)." 
    and CHAR_LENGTH(P.t_titre)>4 
    and CHAR_LENGTH(P.t_annonce)>30
    and (P.t_action NOT LIKE '%,nofree,%' or P.t_action IS NULL)

    => registration completed, a photo, delay >= setting, title > 4 letters, ad > 30 letters, case “Do not appear offline” unchecked by member.

    Cache is reload once a day during maintenance period or if a user already posted on it change his profil. So delay “0” is [0 to 24 hours].

    You want to clear cache dynamically ? Call function renc_clear_cache_portrait().

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Clearing Cache don’t work’ is closed to new replies.