Page 7 of 31
PhpBB3 Countdown MOD
Posted: 09 Mar 2012, 23:37
by Nully
Stoker wrote:Please post the text you have inserted in ACP.
I inserted in french :
Activated: Yes
Direction: Yes
Date: 2012/03/10 00:00:00
Text: Il manque x heures (Missing x hours)
Complete text: blabla (I don't understand how it works)
Capture of very small navbar with no text:
@Bl4d3 x
I tried to delete
Code: Select all
<script src="{ROOT_PATH}script/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
or the other one.
Tried
No change.
PhpBB3 Countdown MOD
Posted: 09 Mar 2012, 23:46
by martin123456
Find
Code: Select all
<script src="./script/jquery-1.7.min.js" type="text/javascript"></script>
and replace it with this
Code: Select all
<script src="./script/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
i found 1.7 dont work with the counter also make sure you have jquery.jcountdown1.3.3.min.js in the script folder
PhpBB3 Countdown MOD
Posted: 09 Mar 2012, 23:54
by Nully
I don't find script/jquery-1.7.min.js
I have
Code: Select all
<script src="{ROOT_PATH}script/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
Sorry,
I found it.
I have :
Code: Select all
<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
<!-- IF (S_TSRAT_ENABLE and S_TS_JSSCROLL) or (S_TSRAT_ENABLE and S_TS_TICKER) -->
What must I do ?
PhpBB3 Countdown MOD
Posted: 09 Mar 2012, 23:58
by martin123456
Its in your overall_header html
Code: Select all
</script>
<script type="text/javascript" src="./styles/prosilver/template/styleswitcher.js"></script>
<script type="text/javascript" src="./styles/prosilver/template/forum_fn.js"></script>
<script src="./script/jquery-1.7.min.js" type="text/javascript"></script>
<script src="./script/jquery.totemticker.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$('#vertical-ticker').totemticker({
row_height : '41px',
max_items : 3,
speed : 400,
interval : 4000,
mousestop : true,
direction : 'down'
});
});
// ]]>
</script>
i'm looking at it now
http://www.bulgaria-france.net/salon/index.php the site in your profile right ?
PhpBB3 Countdown MOD
Posted: 10 Mar 2012, 00:02
by Nully
Yes !! It has appeared
I deleted
Code: Select all
<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
Now I have to understand what to write and what date to choose
Thanks a lot.
PhpBB3 Countdown MOD
Posted: 10 Mar 2012, 00:06
by martin123456
Cool beans i dont see the countdown on the default theme yet
PhpBB3 Countdown MOD
Posted: 10 Mar 2012, 00:10
by Nully
I did not understand what you mean (sorry, my english is very poor).
You cannot see on my forum ?
If so, it is normal, it is on my local forum, just for test.
PhpBB3 Countdown MOD
Posted: 10 Mar 2012, 00:12
by martin123456
Nully wrote:I did not understand what you mean (sorry, my english is very poor).
You cannot see on my forum ?
If so, it is normal, it is on my local forum, just for test.
Ah right your doing it on localhost well i hope it goes ok on your live site.
PhpBB3 Countdown MOD
Posted: 10 Mar 2012, 08:58
by Nully
It will be on my live site within about 10 days.
PhpBB3 Countdown MOD
Posted: 10 Mar 2012, 09:46
by Nully
Hello,
with Prosilver_SE the colour of the text is black and days and hours are red (like here), but with Prosilver everything is red.
The code in colours.css is eaxactly the same.
Somebody knows why?