PhpBB Countdown MOD
-
- BBCoder II
- Posts: 8
- Joined: 21 Oct 2013, 04:57
- BBCodes: 0
PhpBB Countdown MOD
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.
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.
-
- BBCoder II
- Posts: 8
- Joined: 21 Oct 2013, 04:57
- BBCodes: 0
PhpBB Countdown MOD
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.Stoker wrote:You can change font-size in the css edit.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
PhpBB Countdown MOD
You edit the css you added to colours.css, read the install file.
Board rules! No PM support
-
- BBCoder II
- Posts: 8
- Joined: 21 Oct 2013, 04:57
- BBCodes: 0
PhpBB Countdown MOD
I have edited
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.
Code: Select all
.timecount{
min-height:32px;
color:#c21017;
font-size:18px;
text-align:center;
margin-top:4px;
-
- BBCoder II
- Posts: 8
- Joined: 21 Oct 2013, 04:57
- BBCodes: 0
PhpBB Countdown MOD
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.
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.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
PhpBB Countdown MOD
Then the problem is that you use jquery more than once. Please post your overall_header.html
Board rules! No PM support