Page 3 of 14
Re: PhpBB Christmas
Posted: 24 Nov 2014, 09:15
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
Re: PhpBB Christmas
Posted: 27 Nov 2014, 19:47
by wwloon32
Really thanks and a big thanks, Stoker!~
Re: PhpBB Christmas
Posted: 07 Dec 2014, 00:55
by UPSIDE
How to install this modification? to me there is no "Upload Extensions"
Re: PhpBB Christmas
Posted: 07 Dec 2014, 01:15
by martin123456
Re: PhpBB Christmas
Posted: 07 Dec 2014, 02:53
by UPSIDE
how to fix this bug?
Re: PhpBB Christmas
Posted: 07 Dec 2014, 03:21
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;
}
Re: PhpBB Christmas
Posted: 07 Dec 2014, 12:49
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"
Re: PhpBB Christmas
Posted: 07 Dec 2014, 13:12
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
Re: PhpBB Christmas
Posted: 07 Dec 2014, 13:53
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
Re: PhpBB Christmas
Posted: 07 Dec 2014, 14:33
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.