PhpBB Countdown MOD
PhpBB Countdown MOD
Using autoMOD I installed v 2.0.2 MOD on v 3.0.12 forum and am getting no countdown anywhere on page.
I made manual updates, that I found somewhere on this site, to 4 files and was initially getting an error message there was no count_down.html file. I checked and none was there. I found that HTML file in an earlier version of the countdown MOD. Not sure I did / didn't do the correct thing, but with that file installed I still get no countdown timer showing on the page.
Any suggestions where to start making changes to find what's going on wrong?
Terry
I made manual updates, that I found somewhere on this site, to 4 files and was initially getting an error message there was no count_down.html file. I checked and none was there. I found that HTML file in an earlier version of the countdown MOD. Not sure I did / didn't do the correct thing, but with that file installed I still get no countdown timer showing on the page.
Any suggestions where to start making changes to find what's going on wrong?
Terry
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
PhpBB Countdown MOD
Whats your site link so we can see chances are you dont have all the files from the download as most are corrupt at the moment but i have a few of them.
PhpBB Countdown MOD
Martin,
Thanks for quick response and interest in resolving. I'm unable to provide direct link for some reason so I'll provide a little less directly...website it at:
loebmwr-dot-org/forum
Thx,
Terry
Thanks for quick response and interest in resolving. I'm unable to provide direct link for some reason so I'll provide a little less directly...website it at:
loebmwr-dot-org/forum
Thx,
Terry
Last edited by T-Bone on 27 Mar 2014, 15:09, edited 1 time in total.
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
PhpBB Countdown MOD
You dont have any of the edits in prosilver overallheader file
link i checked http://www.loebmwr.org/forum/index.php
link i checked http://www.loebmwr.org/forum/index.php
PhpBB Countdown MOD
The templates were refreshed and the MOD enabled.
overall_header.html file - added modification '<!-- INCLUDE count_down.html -->' to bottom of file, are there more mods to that file? If there are other mods to that file, I didn't find them when reviewing updates. Please direct me to URL with all modifications I need to make to files.
I replaced the Include call with the contents of the count_down.html file and now it shows up in the header IF I remove the IF and ENDIF statements on either side of that code, so for some reason the INCLUDE call is being ignored as well as the parameters feeding it. Not sure why...the count_down.html file I got was from the v1.0.2 countdown MOD, only place I could find that file. Is there a version of that file that is applicable to v2.0.2?
Martin123456 - you say some files in download may be corrupt / missing - where do I get the correct / all of the files?
Thanks
overall_header.html file - added modification '<!-- INCLUDE count_down.html -->' to bottom of file, are there more mods to that file? If there are other mods to that file, I didn't find them when reviewing updates. Please direct me to URL with all modifications I need to make to files.
I replaced the Include call with the contents of the count_down.html file and now it shows up in the header IF I remove the IF and ENDIF statements on either side of that code, so for some reason the INCLUDE call is being ignored as well as the parameters feeding it. Not sure why...the count_down.html file I got was from the v1.0.2 countdown MOD, only place I could find that file. Is there a version of that file that is applicable to v2.0.2?
Martin123456 - you say some files in download may be corrupt / missing - where do I get the correct / all of the files?
Thanks
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
PhpBB Countdown MOD
Thats not my mod you are talking about. I do not use this in my mod
Download mine here: dm_eds/showcat.php?id=4
Code: Select all
<!-- INCLUDE count_down.html -->
Board rules! No PM support
PhpBB Countdown MOD
That's the MOD I originally downloaded, then I found links to modifications to 4 files contained in the MOD. Maybe I got MODs confused...
Will download and reinstall your MOD, update the site and let you know the results.
Thx
Will download and reinstall your MOD, update the site and let you know the results.
Thx
PhpBB Countdown MOD
I uninstalled and reinstalled the MOD. I can now see the 'countdown' code and my config parameters in the index.php file on the web, but I still can't see the counter.
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
PhpBB Countdown MOD
In the header file find
and add this after it on a new line
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
Code: Select all
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
Last edited by martin123456 on 28 Mar 2014, 11:53, edited 1 time in total.