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 phpbbchgeorge 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!
PhpBB Christmas
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PhpBB Christmas
Board rules! No PM support
Re: PhpBB Christmas
Really thanks and a big thanks, Stoker!~
Re: PhpBB Christmas
How to install this modification? to me there is no "Upload Extensions"
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Re: PhpBB Christmas
how to fix this bug?
Re: PhpBB Christmas
https://www.phpbb.com/community/viewtop ... #p13823876
The fix is to open xmas.css and find:
Replace with:
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;
}
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
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"
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"
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PhpBB Christmas
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
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
Re: PhpBB Christmas
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
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PhpBB Christmas
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.
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