• I’m having a problem with the limit on amount of invites people can send.

    Instead of stopping users from inviting once they’ve reached the limit, the “number of invites left” is just going into negative numbers and users can keep inviting.

    Has anyone else encountered this problem?

    Is it a bug, or is it just the way things are?

    Any help or advice would be greatly appreciated. x

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter thepriceisright

    (@thepriceisright)

    btw, I’m using wp 3.1 and Version 1.1.4.1 of secure invites.

    any ideas? please?

    Plugin Author Chris Taylor

    (@mrwiblog)

    Yes, this appears to be a bug. I will look into it as soon as I can. Thanks for reporting it.

    Thread Starter thepriceisright

    (@thepriceisright)

    great, thanks.

    i also noticed a small bug with the invites list on the dashboard. when trying to change pages in the list of invites, i get a 404 because of an error in the hyperlink.

    original hyperlink…
    ....wp-admin/options-general-admin.php?page=secure_invite_list&p=2

    correct hyperink…
    ....wp-admin/options-general.php?page=secure_invite_list&p=2

    just thought i’d mention it anyway.

    @thepriceisright

    original hyperlink…
    ….wp-admin/options-general-admin.php?page=secure_invite_list&p=2

    correct hyperink…
    ….wp-admin/options-general.php?page=secure_invite_list&p=2

    I am getting an error message : ‘ Cannot load secure_invite_list ‘.I have tried the corrected link you have given . But no change.

    I hope the plugin author would look in to it

    Thank you !

    Thread Starter thepriceisright

    (@thepriceisright)

    @ asshu

    look at the difference between the address shown when viewing the first page (in dashboard), and the address the hyperlink points to for page 2, 3 etc.

    for me it was only “-admin” in the php title.

    if you can’t figure it out, post your links so i can see.

    Thread Starter thepriceisright

    (@thepriceisright)

    I’m using “Suffusion 3.7.8” theme, maybe it’s different for other themes.

    I’m also getting the same error. I added code below the

    ($sent < $secure_invite_invite_limit || $secure_invite_invite_limit == "" || $secure_invite_invite_limit == 0 || $user_limit == 0) { return true; }

    section that basically forces the function to return false if $secure_invite_invite_limit - $sent < 0. However, it only seems to work if I manually set the user’s invite limit… for example, when I was testing, I set a user to 1 invite so I wouldn’t have to use 10 e-mail addresses to get the counter to run down. Otherwise it just goes to 0 and then negative numbers.

    Oops, I mean move the $secure_invite_invite_limit - $sent < 0 code ABOVE the code in the block… and add an || $secure_invite_invite_limit - $sent == 0 plus the appropriate add_action to make the error message appear. That should fix the default versus manual limit on invites.

    I did notice that even after I increased one of our user’s invite limit to 100 (he had sent out 35 despite having the default limit set to 10), it still says “9 invites left” on his page.

    Plugin Author Chris Taylor

    (@mrwiblog)

    I’ve just released version 1.1.5 which should fix this bug. Let me know if it still is wrong for you.

    Thread Starter thepriceisright

    (@thepriceisright)

    thanks for your work Chris. Unfortunately i’m getting this error now…

    Warning: Missing argument 1 for secure_invite_user_invites_remaining(), called in .../wp-content/plugins/wordpress-mu-secure-invites/secure_invite.php on line 1769 and defined in ...wp-content/plugins/wordpress-mu-secure-invites/secure_invite.php on line 1954

    I’m a php noob, tbh. So i’m a little lost.

    Plugin Author Chris Taylor

    (@mrwiblog)

    Sorry about this, the latest version (1.2) fixes this problem.

    Thread Starter thepriceisright

    (@thepriceisright)

    You’re a star! Thank you so much Chris!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: Secure Invites] Invite limit not working, help!’ is closed to new replies.