Update from 1.6 to 1.8
Posted: 19 Dec 2011, 19:30
Check your edits. Hint language
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
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',
'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
can you help me please?slash wrote:I used 1.0.8 and i try to do a fix but there seems to be already or not?
To help you I would have to understand your question which I dont??slash wrote:can you help me please?slash wrote:I used 1.0.8 and i try to do a fix but there seems to be already or not?
Code: Select all
<!-- IF recent_active.FORUM_IMAGE -->{ROOT_PATH}{recent_active.FORUM_IMAGE}<!-- ELSE -->{ROOT_PATH}images/starimg.png<!-- ENDIF -->
Code: Select all
<!-- IF recent_active.FORUM_IMAGE -->url({ROOT_PATH}{recent_active.FORUM_IMAGE});<!-- ELSE -->url({ROOT_PATH}images/starimg.png);<!-- ENDIF --> background-repeat: no-repeat;">
Code: Select all
url({ROOT_PATH}images/starimg.png); background-repeat: no-repeat;">
Code: Select all
<!-- IF recent_active.FORUM_IMAGE -->url({ROOT_PATH}{recent_active.FORUM_IMAGE});<!-- ELSE -->url({ROOT_PATH}images/starimg.png);<!-- ENDIF --> background-repeat: no-repeat;">