MyBB Community Forums

Full Version: Can't see member profile from member list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My users and I have confirmed that if you go to our forum's MemberList view, and click on a member, the profile isn't displayed -- rather, you get a white screen. URL looks Ok though.

Is this a bug?

http://www.idevgames.com/dim3/

Thanks,

Carlos
>Please put it back, so we can help u
Oops... I changed from the default template to this third-party purple template and never thought to see if the copyright was at the bottom. It's now fixed. Thanks for pointing that out.

So, is the problem a bug that I mentioned in my first post?
The URL looks wrong. It looks like member.php?action=profile?uid=10
should look like member.php?action=profile&uid=10
Go to Admin CP -> Templates -> Delete / Modify -> *your template* -> Member list Templates -> memberlist_row
Check that the second line looks like this.
<td class="trow1"><a href="member.php?action=profile&amp;uid=$users[uid]">$users[username]</a></td>
BINGO! You got it. Thanks so much!