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 »

chgeorge wrote:Hi there!

I just used this code: Add A Snow Flake Effect To Your Board

in order to have some snow on my board! The link is: http://www.volosbet.com

Question 1: Why does snow melt in the middle of the page and doesn't continue till the end? I used both "windowheight" and "pageheight" parameters.

Question 2: Where can I find this round snowflake currently on your board? And how can I make it look like this, I mean different speed between snowflakes, different sizes etc?

Thanks for your time! :)
That code is old and I dont support it. This topic is for 3.1 version of phpbb. You can download it and take the script out of it and use it for previous version of phpbb
Board rules! No PM support
wwloon32
BBCoder I
BBCoder I
Posts: 1
Joined: 26 Nov 2014, 15:00
BBCodes: 1

Re: PhpBB Christmas

Post by wwloon32 »

Really thanks and a big thanks, Stoker!~
UPSIDE
BBCoder II
BBCoder II
Posts: 15
Joined: 05 Dec 2014, 16:41
BBCodes: 10

Re: PhpBB Christmas

Post by UPSIDE »

Image

How to install this modification? to me there is no "Upload Extensions"
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Re: PhpBB Christmas

Post by martin123456 »

UPSIDE
BBCoder II
BBCoder II
Posts: 15
Joined: 05 Dec 2014, 16:41
BBCodes: 10

Re: PhpBB Christmas

Post by UPSIDE »

how to fix this bug?

Image
Image
Anders
BBCoder II
BBCoder II
Posts: 47
Joined: 27 Nov 2014, 12:52
BBCodes: 3
Favourite MOD: xmas

Re: PhpBB Christmas

Post by Anders »

https://www.phpbb.com/community/viewtop ... #p13823876

The fix is to open xmas.css and find:

Code: Select all

/* style the posting box */
li.row:hover {
   background-image: url("./images/christmas_row.png") no-repeat center right;
}
Replace with:

Code: Select all

/* style the row on hover */
li.row:hover {
   background-image: url("./images/christmas_row.png");
   background-repeat:  no-repeat;
   background-position: center right;
}
UPSIDE
BBCoder II
BBCoder II
Posts: 15
Joined: 05 Dec 2014, 16:41
BBCodes: 10

Re: PhpBB Christmas

Post by UPSIDE »

I'm still not, as you are upgrading the xmas?
I upgraded: join filezille , i go phpbb/ext/stoker/xmas/styles/all/theme and editing xmas.css
and
phpbb/bit/theme and editing xmas.css

later
i joined site, acp and "Purge the cache" and take "Run now"
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 dont need to purge cache when editing css files, thats only for html.
But you need to refresh the browser when editing css by hitting CTRL + F5, then you can see the changes.

And you dont need to edit your themes. However there is a chance it wouldnt work for other styles than prosilver if other classes is used in the css
Board rules! No PM support
UPSIDE
BBCoder II
BBCoder II
Posts: 15
Joined: 05 Dec 2014, 16:41
BBCodes: 10

Re: PhpBB Christmas

Post by UPSIDE »

This is how I fix this bug?file that needs to be changed? phpbb/ext/stoker/xmas/styles/all/theme and editing xmas.css or phpbb/styliusname/theme and editing xmas.css
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 »

Only phpbb/ext/stoker/xmas/styles/all/theme and editing xmas.css
But the extension may not work correct on all themes. Its only guarenteed on prosilver and most prosilver based themes.
Board rules! No PM support
Post Reply