Quote:
Originally Posted by DanaRVT
Found an error.... if you click on the members name under last msg posted by... it doesn't take you to their profile because instead of appending the userid it appends the user name.
member.php?u=usernamehere
^^Like such. Instead of
member.php?u=1
How do I fix that?
|
By reinstalling the product:
Bugfix release 1.3.1
Thanks for reporting this!
For those with modified templates:
In template forumhome_cel_social_groups_groupsbit find:
Code:
member.php?$session[sessionurl]u=$cel_groups[lastposter]
change to:
Code:
member.php?$session[sessionurl]u=$cel_groups[lastposterid]