We have been using the member list and as of today it has stopped showing new members. Is there a way to make the member list a multi page list which shows the newest members first and displays 50 or so at a time? Also, any ideas why the list would stop displaying new members?
I notice that the new default directory when unzipped is MembersPage, but the directory coded in the default.php file is members_page. It breaks the link to the style.css file.
I'm also a noob, in solving this qeustions... but I he cries, because he searches ./vanilla/extension/?PostBackAction=Members, the problem is cause by the path declaration.
I even took a look, over the tab creating Line, but couldn't find a hint...
Comments
http://gliving.tv/community/extension.php?PostBackAction=Members
Extension Name: Members Page
Version: 1.2.1
there is any way to see user's IP on member page ? like another information?
It's trying to find ./vanilla/extension/?PostBackAction=Members
Anyone else hit this issue?
I even took a look, over the tab creating Line, but couldn't find a hint...
Do you use Page manager ext.?
--Richard
to
./vanilla/extension.php?PostBackAction=Members
and see if the list works. If it does with the un-friendly URL, then you probably need to update your .htaccess file with this code.
Change:
elseif($eMembersConfig['NameCell'] == 1 && $rows['ShowName'] != 1) { $toreturn .= '<td>n/a</td>'; }
To:
elseif($eMembersConfig['NameCell'] == 1 && $rows['ShowName'] != 1) { $toreturn .= '<td>n/a</td>'; } else { $toreturn .= '<td>n/a</td>'; }