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?
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?
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
admin@youarehthescene.net
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>
yup, there must've been an update, because this broke again. Good thing it's easy to fix!
You'll be glad to know I just released a new version where this bug is fixed.
This topic has been closed to new replies.