Top Stats 1.09 Help
Posted: 20 Aug 2012, 10:00
Heya Stoker
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 :
But I had to edit this part of the commom.php as well because i had errors in the language text.
Is that something missed or did i update from an earlier version perhaps?
p.s. Also with the new version, if i have a URL in my forum description it comes out weird now :
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 :