Page 1 of 5

[DEV] Holiday Flare

Posted: Sat Nov 22, 2014 10:20 pm
by bonelifer
Extension Name: Holiday Flare
Author: phpbbmodders.net (CDB LINK)

Description:
Allows an admin to display various seasonal holiday flares to their default style. The images/javascript can be enable/disabled in the ACP via EXTENSIONS --> Holiday Flare --> Settings.

Version: 2.0.0

Screenshots:
Santa Hat Header Corner | ACP-Settings |

Download: https://github.com/phpbbmodders/holiday ... master.zip

Installation:
  1. Copy the entire contents of the repository to phpBB/ext/phpbbmodders/holidayflare
  2. Navigate in the ACP to Customise -> Extension Management -> Extensions.
  3. Click Enable.
Github Repository: https://github.com/phpbbmodders/holiday ... ree/master

Suggestions welcome.

Reminder
Still under development. More features to be added.

Re: [DEV] Holiday Flare

Posted: Sat Nov 22, 2014 10:20 pm
by bonelifer
Reserved

Re: [DEV] Holiday Flare

Posted: Sat Nov 22, 2014 10:43 pm
by Volksdevil
Glad to see this 8-)

Can I suggest some themes?
Easter, Halloween, Board birthday?

And maybe even (Never forgive, Never forget) headers for sept 9/11 and sept 7/11 (UK), WW1 and WW2? I don't know how you/others would feel about those ones...

Re: [DEV] Holiday Flare

Posted: Sat Nov 22, 2014 10:50 pm
by bonelifer
Volksdevil wrote:Glad to see this 8-)

Can I suggest some themes?
Easter, Halloween, Board birthday?

And maybe even (Never forgive, Never forget) headers for sept 9/11 and sept 7/11 (UK), WW1 and WW2? I don't know how you/others would feel about those ones...
For board birthday what would you suggest and where? Not sure about the last ones, specific examples of what you'd want could help. I know what you are referring too, but not sure what to do in those instances.

Re: [DEV] Holiday Flare

Posted: Sat Nov 22, 2014 11:01 pm
by Volksdevil
For board birthday I think maybe a simple header background with presents/gifts? Maybe some party poppers :lol: on forum_bg corners? Apologies, haven't really thought too deeply about it. :oops:

As for the others (911/711), maybe a nice star lit sky site background, with some candles scattered around? Poppies for WW1/WW2?

All just suggestions of course. No worries if you aren't fussed about implementing them. :)

Re: [DEV] Holiday Flare

Posted: Tue Nov 25, 2014 12:53 am
by wkuzma
Volksdevil wrote:Glad to see this 8-)

Can I suggest some themes?
Easter, Halloween, Board birthday?

And maybe even (Never forgive, Never forget) headers for sept 9/11 and sept 7/11 (UK), WW1 and WW2? I don't know how you/others would feel about those ones...
How about Thanksgiving?

Re: [DEV] Holiday Flare

Posted: Tue Nov 25, 2014 9:17 am
by Holger
Would be cool if it would be possible to create own sets in the ACP. Just create a new one, upload an image and enable.

Re: [DEV] Holiday Flare

Posted: Tue Nov 25, 2014 9:21 am
by HiFiKabin
Excellent. Downloaded

EDIT:-

Its showing up in the wrong place, both in FF and IE

Image
imgurl

Re: [DEV] Holiday Flare

Posted: Tue Nov 25, 2014 11:43 am
by HiFiKabin
[quote="HiFiKabin"]Excellent. Downloaded

EDIT:-

Its showing up in the wrong place, both in FF and IE

Image
image post

Re: [DEV] Holiday Flare

Posted: Tue Nov 25, 2014 1:42 pm
by Syncr0n
Don't work on prosilver_se.

Re: [DEV] Holiday Flare

Posted: Tue Nov 25, 2014 1:44 pm
by Holger
HiFiKabin wrote:
HiFiKabin wrote:Excellent. Downloaded
EDIT:-

Its showing up in the wrong place, both in FF and IE

Image
As far as I can see your header is higher then default?

Re: [DEV] Holiday Flare

Posted: Tue Nov 25, 2014 4:06 pm
by HiFiKabin
Holger wrote:
HiFiKabin wrote:
HiFiKabin wrote:Excellent. Downloaded
EDIT:-

Its showing up in the wrong place, both in FF and IE

Image
As far as I can see your header is higher then default?
Yes, the site_logo is higher than default

Re: [DEV] Holiday Flare

Posted: Tue Nov 25, 2014 4:11 pm
by TWEagle
HiFiKabin wrote:
Holger wrote:
HiFiKabin wrote:
HiFiKabin wrote:Excellent. Downloaded
EDIT:-

Its showing up in the wrong place, both in FF and IE

Image
As far as I can see your header is higher then default?
Yes, the site_logo is higher than default
hey change thes things in the following file:

Code: Select all

#banner-xmas {
	float: left;
	height: 96px;
	width: 96px;
	margin: -159px 0 0 -36px;
the file is:
holiday_flare/styles/prosilver/theme/hohohatcorner.css

Re: [DEV] Holiday Flare

Posted: Tue Nov 25, 2014 11:50 pm
by 6bucks
Thank you sir. Worked great!!

Re: [DEV] Holiday Flare

Posted: Wed Nov 26, 2014 11:46 am
by warex

Code: Select all

#banner-xmas {
	float: left;
	height: 96px;
	width: 96px;
	margin: -159px 0 0 -36px;
the file is:
holiday_flare/styles/prosilver/theme/hohohatcorner.css
does not change the position of the hat ... even if I change the parameters ... I may be doing wrong?

Image