Page 14 of 14

Re: PhpBB Christmas

Posted: 18 Dec 2016, 14:13
by Stoker
iorG19 wrote: 18 Dec 2016, 13:49 I don't see santa's hat in forum on board index; but i do see it on categories I have one forum (without category parent) on board index.
Open ext\stoker\xmas\styles\prosilver\template\event\forumlist_body_category_header_before.html Find This may be a partial find and not the whole line

Code: Select all

<!-- IF forumrow.S_IS_CAT or forumrow.S_NO_CAT -->
Replace with Replace the preceding lines with the following

Code: Select all

<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW  or forumrow.S_NO_CAT  -->
Save, upload and purge cache

Re: PhpBB Christmas

Posted: 18 Dec 2016, 14:18
by Stoker
You also need to adjust the xmas.css to correct the hat position.
Needs to be:

Code: Select all

.hat {
	background: url("./images/christmas_hat.png");
	width: 47px;
	height: 47px;
	position: absolute;
	z-index: 1;
	margin-left: -18px;
	margin-top: -6px;
}

Re: PhpBB Christmas

Posted: 18 Dec 2016, 15:00
by iorG19
Stoker wrote: 18 Dec 2016, 14:13 Open ext\stoker\xmas\styles\prosilver\template\event\forumlist_body_category_header_before.html
...
Stoker wrote: 18 Dec 2016, 14:18 You also need to adjust the xmas.css to correct the hat position.
...
Save, upload and purge cache
It looks better now; Thank you!
-------------------------------------

And what about to mChat? Hot to show ??

Re: PhpBB Christmas

Posted: 02 Jan 2017, 21:03
by Stoker
Updated to 1.0.9
Fixed error in footer

Re: PhpBB Christmas

Posted: 02 Jan 2017, 22:15
by gio73
Stoker wrote: 09 Dec 2016, 12:15
gio73 wrote: 07 Dec 2016, 15:31 Hello verry nice this :)

but why is only one little hat on my forum and not on every catogory?

https://www.customcovershq.nl

Gr Gio.
Looks like you are using a theme that is not supported.
Oke thank you can i fix it myself for next year?

Re: PhpBB Christmas

Posted: 02 Jan 2017, 23:35
by Stoker
Steve will take look at it

Re: PhpBB Christmas

Posted: 03 Jan 2017, 19:22
by gio73
Stoker wrote: 02 Jan 2017, 23:35 Steve will take look at it
Thx would be greatfull :thumb:

Re: PhpBB Christmas

Posted: 21 Sep 2017, 14:25
by Anou
Stoker wrote: 18 Nov 2014, 17:38 Extension Name: PhpBB Christmas
Author: Stoker

Description:
Highly configurable Christmas extension with Christmas theme, snow script and a nice countdown.

Features:
Enable/disable PhpBB Xmas seperately.
Enable/disable PhpBB Xmas Snow Storm seperately.

Users can enable/disable Xmas
Users can enable/disable Xmas Snow Storm

Configure Min and max size for snow flake size.
Configure snow flake count.
Testmode for Xmas and Snow JOOBLE Storm, only admin can view.

Enable/disable PhpBB Xmas Countdown seperately.
Testmode for Countdown, only admin can view.
Text displayed before countdown, script HTML allowed.
Text displayed after countdown, script HTML allowed.
Text when countdown is complete, script HTML allowed.
And much more.

Please make a Donation

Version: 1.0.9
100%
Download:
phpbb_xmas_1.0.9.zip

Installation:
  1. Copy the entire contents of the repository to ext/stoker/xmas/
  2. Navigate in the ACP Extension -> PHPBB XMAS and configure the ext here.
  3. Click Enable.
  4. Navigate in the ACP to Customise -> Extension Management -> Extensions.
Screenshot:
xmas_forum.pngxmas_acp.pngxmas_ucp.png

Known bugs:
IE8 and below doesnt support media queries which is used in the css file to hide images from mobile devices and low screen resolutions.
However if you want to display for IE8 and below, it will also be shown to mobile devices and low screen resolutions.
This is the solution:
Open xmas.css, find and delete line number 2: @media screen and (min-width: 700px) and (min-device-width: 700px){
Find and delete the very last line: }
Save and upload the file. Refresh browser cache and it will work.

Extra:
Open the snowfall.jquery.js located in the extensions template/js folder
In there you can find some more config options.

Black background image with white snow
Just replace the existing file in the extensions theme/images folder
bglistsnow.gif
Following 2 images are running a bit faster with a delay of 6 instead of the original 10
bglistsnows6.gifbglistsnowb6.gif

Older versions

phpbb_xmas_1.0.8.zipphpbb_xmas_1.0.7.zipphpbb_xmas_1.0.6.zipphpbb_xmas_1.0.5.zipphpbb_xmas_1.0.4.zipphpbb_xmas_1.0.3.zip
I coded mine into the core files ages ago lol.

Re: PhpBB Christmas

Posted: 23 Dec 2017, 02:42
by NAPWR
Thank-you Stoker,

for this great Xmas Style.

Works a treat on phpbb3.2.1