Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Members Page
Members Page
0
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>'; }