Update from 1.6 to 1.8
- Terr0r
- BBCoder V
- Posts: 339
- Joined: 04 May 2011, 00:47
- BBCodes: 100
- Location: The Netherlands
- Contact:
Update from 1.6 to 1.8
I have check the common.php and this is what I have state in the common.php file in the language folder
So that is good or is that not good ?
Already thanks for the help
Greets Terr0r
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
Already thanks for the help
Greets Terr0r
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
For my MODS and BBCodes or other things that I have made take a look here
- Terr0r
- BBCoder V
- Posts: 339
- Joined: 04 May 2011, 00:47
- BBCodes: 100
- Location: The Netherlands
- Contact:
Update from 1.6 to 1.8
The problem whit the Last visited bots is solved
I had something in the portal.php from last visit bots from a other MOD I have delete it and it is working fine now
I have a question is it possible to set a option to enable or disable the Recent Active Topics so as the
Most viewed topics
Most replied topics
Most active users
Most active forums
Last registered users
Last visited bots
Greets Terr0r
I had something in the portal.php from last visit bots from a other MOD I have delete it and it is working fine now
I have a question is it possible to set a option to enable or disable the Recent Active Topics so as the
Most viewed topics
Most replied topics
Most active users
Most active forums
Last registered users
Last visited bots
Greets Terr0r
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
For my MODS and BBCodes or other things that I have made take a look here
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Update from 1.6 to 1.8
You cant disable Recent Active Topics???
The very first option in ACP.
The very first option in ACP.
Board rules! No PM support
- Terr0r
- BBCoder V
- Posts: 339
- Joined: 04 May 2011, 00:47
- BBCodes: 100
- Location: The Netherlands
- Contact:
Update from 1.6 to 1.8
Yes I have seen it sorry for that questoin
Greets Terr0r
Greets Terr0r
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
For my MODS and BBCodes or other things that I have made take a look here
Update from 1.6 to 1.8
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?
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Update from 1.6 to 1.8
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?
Board rules! No PM support
Update from 1.6 to 1.8
Hello I made your top stats mod version 1.0.8.
then I tried to make the addon to see the icons in a recent forum active topics, but this was already in the mod and did not work.
now I have solve this:
I replaced this:
with this:
and replaced this:
with this:
on line 36.
all in recent_active_body.html
then I tried to make the addon to see the icons in a recent forum active topics, but this was already in the mod and did not work.
now I have solve this:
I replaced this:
Code: Select all
<!-- IF recent_active.FORUM_IMAGE -->{ROOT_PATH}{recent_active.FORUM_IMAGE}<!-- ELSE -->{ROOT_PATH}images/starimg.png<!-- ENDIF -->
with this:
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;">
all in recent_active_body.html
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Update from 1.6 to 1.8
And the question is??
Does it work?
Did you do the edit of the php file?
Does it work?
Did you do the edit of the php file?
Board rules! No PM support