I swear i had top stats 1.08 installed before the new version, but following the instructions in the install file, it says the only file to edit is the common.php in language folder.
Code here :
Code: Select all
'MOST_VIEWED' => 'Most viewed topics',
'MOST_REPLIED' => 'Most replied topics',
'NEWEST_TOPICS' => 'Latest Topics',
'NEWEST_POSTS' => 'Latest Posts',
Code: Select all
'MOST_VIEWED' => 'Most viewed topics',
'MOST_REPLIED' => 'Most replied topics',
Code: Select all
// BEGIN Top Stats
$lang = array_merge($lang, array(
'MOST_VIEWED' => 'Most viewed topics',
'MOST_REPLIED' => 'Most replied topics',
'NEWEST_TOPICS' => 'Latest Topics',
'NEWEST_POSTS' => 'Latest Posts',
'RECENT_ACTIVE' => 'Recent Active Topics',
'MOST_ACTIVE_USERS' => 'Most active users',
'JOINED_US' => 'Joined us',
'MOST_ACTIVE_FORUMS' => 'Most active forums',
'PREVIOUS_SCROLL' => 'Previous',
'NEXT_SCROLL' => 'Next',
'START_SCROLL' => 'Start',
'STOP_SCROLL' => 'Stop',
'LAST_REGISTERED_USERS' => 'Last registered users',
'LAST_VISITED_BOTS' => 'Last visited bots',
));
// END Top Stats
p.s. Also with the new version, if i have a URL in my forum description it comes out weird now :