Friends count wrong in profile view > nEwZ - sCRiPTz-TEAM.iNFO

Canal Rss Canal Rss
Canal Atom Canal Atom 

Friends count wrong in profile view

Category: IPS Tracker - CleanCut Skin
Viewed: 70 times
Printerfriendly version version of Microsoft Word HTML version

When viewing a users profile the number of friends is displayed as %s

in profiles -> profileModern find;

<em>{$this->lang->words['showing_50_rand_friends']} {$member['_total_approved_friends']}</em>


replace with;

<em>{parse expression="sprintf( $this->lang->words['showing_50_rand_friends'], $member['_showing_friend_count'] )"}</em>

Thu, 25 November 2010