PhpBB Countdown MOD

Miscaleneous modifications from Stoker
Locked
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

PhpBB3 Countdown MOD

Post 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:
Image

@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

Code: Select all

script src="./script/jquery...
No change.
Last edited by Nully on 09 Mar 2012, 23:49, edited 1 time in total.
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

PhpBB3 Countdown MOD

Post 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
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

PhpBB3 Countdown MOD

Post 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 ?
Last edited by Nully on 09 Mar 2012, 23:58, edited 1 time in total.
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

PhpBB3 Countdown MOD

Post 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 ?
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

PhpBB3 Countdown MOD

Post by Nully »

Yes !! It has appeared :D
I deleted

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
Image

Now I have to understand what to write and what date to choose :D
Thanks a lot.
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

PhpBB3 Countdown MOD

Post by martin123456 »

Cool beans i dont see the countdown on the default theme yet
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

PhpBB3 Countdown MOD

Post 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.
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

PhpBB3 Countdown MOD

Post 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.
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

PhpBB3 Countdown MOD

Post by Nully »

It will be on my live site within about 10 days.
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

PhpBB3 Countdown MOD

Post 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?
Locked