PhpBB Countdown MOD
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
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
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.
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.
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;
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.
PhpBB Countdown MOD
Then the problem is that you use jquery more than once. Please post your overall_header.html