• My invitation list has over 50 people in it, so it’s trying to paginate (is that a word?), but I get “Not Found” errors when I try to view page 2 or beyond. Is there a place where I can actually see the whole list, or turn off pagination?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter EFDisaster

    (@efdisaster)

    I found the code for pagination, but don’t know how to turn it off or make it work correctly… anyone else having this problem?

    Can anyone send me 1.1.3 just the php file please
    [email protected]

    Thread Starter EFDisaster

    (@efdisaster)

    I had to remove a “-admin” from a couple of places in the code, but then it worked fine.

    Thanks! It worked for me. I just changed:
    echo '<li style="display: inline;"><a href="' . secure_invite_page_link() . '-admin.php?page=secure_invite_list&p='.$i.'">'.$i.'</a></li>

    to

    echo '<li style="display: inline;"><a href="' . secure_invite_page_link() . '.php?page=secure_invite_list&p='.$i.'">'.$i.'</a></li>

    Thread Starter EFDisaster

    (@efdisaster)

    yup, there must’ve been an update, because this broke again. Good thing it’s easy to fix!

    Plugin Author Chris Taylor

    (@mrwiblog)

    You’ll be glad to know I just released a new version where this bug is fixed.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Secure Invites] invitation list pages "not found"’ is closed to new replies.