Quote:
Originally Posted by jazan
than u for update ..
i think there is wrong with last blog when it show the member that not writer of blog!
|
Quote:
Originally Posted by furst
I'm also having this problem. It shows the wrong name but links to the right profile. Sometimes it doesn't show a name at all.
|
I've found a solution to this problem. In the XML file, on line 856 you will find
Code:
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (blog.blogid = user.userid)
If you change blogid to userid, it will work as intended. You will, of course, need to re-install the product with the edited XML file.