PhpBB Countdown MOD

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

PhpBB Countdown MOD

Post by Stoker »

Just make sure to do the same edits as on prosilver.

PhpBB Countdown MOD

Post by irishmike357 »

Thanks, I got it working. Just had to edit the bottom of dark-shines/template/overall_header.html to match the other one.


I noticed the timer on page 1 has larger numbers and different color font. Any tips on how to accomplish that? I am reading through this thread to see if some one else asked. Thanks again for a great mod.

PhpBB Countdown MOD

Post by Stoker »

You can change font-size in the css edit.

PhpBB Countdown MOD

Post by irishmike357 »

Stoker wrote:You can change font-size in the css edit.
Thanks. Which CSS file do I edit? umil/style/style.css or something else? Also there seems to be alot of areas that say font size in there, can you let me know which line to edit? Thanks again.

PhpBB Countdown MOD

Post by Stoker »

You edit the css you added to colours.css, read the install file.

PhpBB Countdown MOD

Post by irishmike357 »

I have edited

Code: Select all

.timecount{
	min-height:32px;
	color:#c21017;
	font-size:18px;
	text-align:center;
	margin-top:4px;
I tried it in the dark-shines folder and in the prosilver folder. I then reset both in the acp and it didn't change anything. The countdown clock is also not centered it is off to the left side of the page.

PhpBB Countdown MOD

Post by Steve »

Are you Irish?

PhpBB Countdown MOD

Post by Stoker »

Sounds like you have placed the html incorrect

PhpBB Countdown MOD

Post by irishmike357 »

I did the install with the automod installer. Oddly enough it showed up with the correct font and centered when I log in or log out. The page that pops up for a few seconds is correct then it goes back to being on the again.

I uninstalled and started from the beginning. Did all the copy and pastes and ran the install_countdown.php and still have the same issue. The text is correct only in the one screen between loging in and out.

Only other mods I have are MChat and Thanks for Posts.

PhpBB Countdown MOD

Post by Stoker »

Then the problem is that you use jquery more than once. Please post your overall_header.html