PhpBB Christmas

Extensions & Styles for phpBB 3.1.X maintained and supported by Stoker
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:

Re: PhpBB Christmas

Post 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
Board rules! No PM support
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:

Re: PhpBB Christmas

Post 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;
}
Board rules! No PM support
User avatar
iorG19
BBCoder II
BBCoder II
Posts: 11
Joined: 29 Apr 2011, 14:27
BBCodes: 0
Contact:

Re: PhpBB Christmas

Post 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 ??
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:

Re: PhpBB Christmas

Post by Stoker »

Updated to 1.0.9
Fixed error in footer
Board rules! No PM support
gio73
BBCoder I
BBCoder I
Posts: 4
Joined: 30 Nov 2016, 14:05
BBCodes: 25

Re: PhpBB Christmas

Post 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?
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:

Re: PhpBB Christmas

Post by Stoker »

Steve will take look at it
Board rules! No PM support
gio73
BBCoder I
BBCoder I
Posts: 4
Joined: 30 Nov 2016, 14:05
BBCodes: 25

Re: PhpBB Christmas

Post by gio73 »

Stoker wrote: 02 Jan 2017, 23:35 Steve will take look at it
Thx would be greatfull :thumb:
Anou
BBCoder I
BBCoder I
Posts: 1
Joined: 21 Sep 2017, 14:16
BBCodes: 3

Re: PhpBB Christmas

Post 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.
User avatar
NAPWR
BBCoder I
BBCoder I
Posts: 1
Joined: 28 Feb 2017, 13:22
BBCodes: 6

Re: PhpBB Christmas

Post by NAPWR »

Thank-you Stoker,

for this great Xmas Style.

Works a treat on phpbb3.2.1
Post Reply