Countdown on index only

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Countdown on index only

Post by martin123456 »

This will place stokers viewtopic.php?f=45&t=1595&hilit=countdown on the index page only.

styles/prosilver/template/index_body.html

find

Code: Select all

<!-- INCLUDE overall_header.html -->
add after

Code: Select all

<!-- IF not S_IS_BOT and COUNTDOWN_ENABLE -->
	<!-- IF (COUNTDOWN_TESTMODE and U_ACP) or not COUNTDOWN_TESTMODE -->
		<div class="navbar timecount">
			<div class="inner"><span class="corners-top"><span></span></span>
			<span id="time"></span>
			<span class="corners-bottom"><span></span></span></div>
		</div>
	<!-- ENDIF -->
	<!-- ENDIF -->
Now open your styles/xxx/template/overall_header.html

find and remove

Code: Select all

<!-- IF not S_IS_BOT and COUNTDOWN_ENABLE -->
	<!-- IF (COUNTDOWN_TESTMODE and U_ACP) or not COUNTDOWN_TESTMODE -->
		<div class="navbar timecount">
			<div class="inner"><span class="corners-top"><span></span></span>
			<span id="time"></span>
			<span class="corners-bottom"><span></span></span></div>
		</div>
	<!-- ENDIF -->
	<!-- ENDIF -->
refresh styles and purge the boards cache.

Countdown on index only

Post by Steve »

<!-- IF not S_IS_BOT and COUNTDOWN_ENABLE && SCRIPT_NAME == 'index' --> :P

Countdown on index only

Post by martin123456 »

Steve© wrote:<!-- IF not S_IS_BOT and COUNTDOWN_ENABLE && SCRIPT_NAME == 'index' --> :P
Duhh lol

Countdown on index only

Post by RMcGirr83 »

Steve© wrote:<!-- IF not S_IS_BOT and COUNTDOWN_ENABLE and SCRIPT_NAME eq 'index' --> :P
:P yourself

:P