Not appearing

Download and support for PhpBB3 Top Stats Mod
Locked
styles1228
BBCoder II
BBCoder II
Posts: 16
Joined: 13 Dec 2011, 06:37
BBCodes: 0

Not appearing

Post by styles1228 »

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?
User avatar
Solidjeuh
BBCoder IV
BBCoder IV
Posts: 257
Joined: 16 Oct 2011, 02:15
BBCodes: 7
Favourite MOD: Top stats
Location: Aalst / Belgium
Contact:

Not appearing

Post by Solidjeuh »

did you refresh the templates and clear the cache?
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
styles1228
BBCoder II
BBCoder II
Posts: 16
Joined: 13 Dec 2011, 06:37
BBCodes: 0

Not appearing

Post by styles1228 »

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?
User avatar
Solidjeuh
BBCoder IV
BBCoder IV
Posts: 257
Joined: 16 Oct 2011, 02:15
BBCodes: 7
Favourite MOD: Top stats
Location: Aalst / Belgium
Contact:

Not appearing

Post by Solidjeuh »

You have to change the settings in FileZilla
' 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
styles1228
BBCoder II
BBCoder II
Posts: 16
Joined: 13 Dec 2011, 06:37
BBCodes: 0

Not appearing

Post by styles1228 »

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!
User avatar
Solidjeuh
BBCoder IV
BBCoder IV
Posts: 257
Joined: 16 Oct 2011, 02:15
BBCodes: 7
Favourite MOD: Top stats
Location: Aalst / Belgium
Contact:

Not appearing

Post by Solidjeuh »

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.
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
dj3
BBCoder I
BBCoder I
Posts: 2
Joined: 30 Aug 2012, 12:39
BBCodes: 1
Contact:

Not appearing

Post by dj3 »

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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3527
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Not appearing

Post by Stoker »

Check the file edits.

I havent had any problems updating ym own boards with the same mod.
Board rules! No PM support
dj3
BBCoder I
BBCoder I
Posts: 2
Joined: 30 Aug 2012, 12:39
BBCodes: 1
Contact:

Not appearing

Post by dj3 »

I shall check the file edits.

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 ---------------------------------------------------------//
I added this above and it works! Great. I see all the stats. Thanks for the help. :)
Locked