PhpBB Countdown MOD

Miscaleneous modifications from Stoker
Locked
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

PhpBB Countdown MOD

Post by Stoker »

Just make sure to do the same edits as on prosilver.
Board rules! No PM support
irishmike357
BBCoder II
BBCoder II
Posts: 8
Joined: 21 Oct 2013, 04:57
BBCodes: 0

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.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

PhpBB Countdown MOD

Post by Stoker »

You can change font-size in the css edit.
Board rules! No PM support
irishmike357
BBCoder II
BBCoder II
Posts: 8
Joined: 21 Oct 2013, 04:57
BBCodes: 0

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.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

PhpBB Countdown MOD

Post by Stoker »

You edit the css you added to colours.css, read the install file.
Board rules! No PM support
irishmike357
BBCoder II
BBCoder II
Posts: 8
Joined: 21 Oct 2013, 04:57
BBCodes: 0

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.
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

PhpBB Countdown MOD

Post by Steve »

Are you Irish?
NAPWR wrote: Nice, Stoker is Hot
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

PhpBB Countdown MOD

Post by Stoker »

Sounds like you have placed the html incorrect
Board rules! No PM support
irishmike357
BBCoder II
BBCoder II
Posts: 8
Joined: 21 Oct 2013, 04:57
BBCodes: 0

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.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

PhpBB Countdown MOD

Post by Stoker »

Then the problem is that you use jquery more than once. Please post your overall_header.html
Board rules! No PM support
Locked