Not appearing
-
- BBCoder II
- Posts: 16
- Joined: 13 Dec 2011, 06:37
- BBCodes: 0
Not appearing
Hey,
I set everything up, and used the installer, and have the mod in my ACP. The only issue I am having is that it's not showing on my site. I uploaded all edited files back into my directory, but if its not appearing at all, is it possible I some how missed a file?
Or might it not work with my style?
I set everything up, and used the installer, and have the mod in my ACP. The only issue I am having is that it's not showing on my site. I uploaded all edited files back into my directory, but if its not appearing at all, is it possible I some how missed a file?
Or might it not work with my style?
- Solidjeuh
- BBCoder IV
- Posts: 257
- Joined: 16 Oct 2011, 02:15
- BBCodes: 7
- Favourite MOD: Top stats
- Location: Aalst / Belgium
- Contact:
Not appearing
did you refresh the templates and clear the cache?
Also make sure you made the edits in ' index.php '
Also make sure you made the edits in ' index.php '
Wij promoten UW muziek in ons forum & delen alles via Sociale media!
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
-
- BBCoder II
- Posts: 16
- Joined: 13 Dec 2011, 06:37
- BBCodes: 0
Not appearing
You were right, apparently, not all the files were transferred correctly. I use FileZilla, and I every so often noticed that even though it stated the file was transferred correctly, it tends to revert back to the previously transferred file. I looked at the time stamps, and saw some were transferred at 8pm (when I originally installed) and some at 2pm earlier, so turns out it might be a transfer issue.
Do you have a different FTP you recommend?
Do you have a different FTP you recommend?
- Solidjeuh
- BBCoder IV
- Posts: 257
- Joined: 16 Oct 2011, 02:15
- BBCodes: 7
- Favourite MOD: Top stats
- Location: Aalst / Belgium
- Contact:
Not appearing
You have to change the settings in FileZilla
' Overwrite existing files '
' Overwrite existing files '
Wij promoten UW muziek in ons forum & delen alles via Sociale media!
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
-
- BBCoder II
- Posts: 16
- Joined: 13 Dec 2011, 06:37
- BBCodes: 0
Not appearing
Ya, whats odd is I did, unless I just need to pay better attention.
FTP is still a new process for me, so its highly possible that I am just missing obvious factors.
Thank you!
FTP is still a new process for me, so its highly possible that I am just missing obvious factors.
Thank you!
- Solidjeuh
- BBCoder IV
- Posts: 257
- Joined: 16 Oct 2011, 02:15
- BBCodes: 7
- Favourite MOD: Top stats
- Location: Aalst / Belgium
- Contact:
Not appearing
FTP is pretty easy, just need to configure it right
Always let FTP overwrite existing files and older files.
That way you are sure that all files are being uploaded.
Always let FTP overwrite existing files and older files.
That way you are sure that all files are being uploaded.
Wij promoten UW muziek in ons forum & delen alles via Sociale media!
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
Not appearing
Hi,
After an update on my dutch forum to 3.0.11 Top stats didnt show up anymore
Before the update top stats worked fine.
I thought an update of Top Stats would help, but it's not working yet. Top Stats mod is now updated to:
Version 1.0.10
I copied all the files from the root folder to my forum with ftp.
I emptied the cache even with ftp. Maybe i've missed something.
Still no luck
After an update on my dutch forum to 3.0.11 Top stats didnt show up anymore
Before the update top stats worked fine.
I thought an update of Top Stats would help, but it's not working yet. Top Stats mod is now updated to:
Version 1.0.10
I copied all the files from the root folder to my forum with ftp.
I emptied the cache even with ftp. Maybe i've missed something.
Still no luck
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Not appearing
Check the file edits.
I havent had any problems updating ym own boards with the same mod.
I havent had any problems updating ym own boards with the same mod.
Board rules! No PM support
Not appearing
I shall check the file edits.
I hope i can find it
@i found it, the index.php missed something:
I added this above and it works! Great. I see all the stats. Thanks for the help.
I hope i can find it
@i found it, the index.php missed something:
Code: Select all
//-- mod: Top Stats ---------------------------------------------------------//
include($phpbb_root_path . 'includes/functions_top_stats.' . $phpEx);
//-- end: Top Stats ---------------------------------------------------------//