Extensions & Styles for phpBB 3.1.X maintained and supported by Stoker
-
Stoker
- Site Admin
- Posts: 3540
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
-
Contact:
Post
by Stoker »
Galandas wrote: 26 Nov 2024, 16:17
Hi I updated your extension compatible for phpBB 3.3x if you want to make it available here it is
Im happy its still in use. Thank you
I worked on it a couple of months ago and noticed that it did slow down the board.
Did you experience this too?
Board rules! No PM support
-
Galandas
- BBCoder III
- Posts: 139
- Joined: 07 Mar 2010, 00:08
- BBCodes: 35
- Favourite BBCode: player yahoo
- Favourite MOD: Mod Rey
- Location: italy
-
Contact:
Post
by Galandas »
Hi, I confirm that the forum slows down with the extension enabled.
-
Stoker
- Site Admin
- Posts: 3540
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
-
Contact:
Post
by Stoker »
Galandas wrote: 01 Dec 2024, 13:26
Hi, I confirm that the forum slows down with the extension enabled.
You can try this edited css file. It removes the body bg image and the forumbg image
Code: Select all
/* style the hat */
@media screen and (min-width: 700px) and (min-device-width: 700px){
.hat {
background: url("./images/christmas_hat.png");
width: 40px;
height: 47px;
position: absolute;
z-index: 1;
margin-left: -18px;
margin-top: -6px;
}
/* style the headerbar */
.headerbar {
background: #06032C url("./images/santa_logo.jpg") no-repeat center center;
height:150px;
}
/* background image */
/*
html, body {
background: #000 url("./images/santa_bg.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
*/
/* style the big headerbar hat */
#banner-xmas {
background: url("./images/christmas_hatbig.png");
width: 128px;
height: 128px;
position: absolute;
z-index: 1;
margin-left: -58px;
margin-top: -182px;
}
/* style the posting box */
#message {
background: #fff url("./images/christmasbg1.png") no-repeat center center;
}
/* style the row on hover */
li.row:hover {
background-image: url("./images/christmas_row.png");
background-repeat: no-repeat;
background-position: center right;
}
/* style the online list */
/*
.online-list {
background: transparent url("./images/snowsig.gif") no-repeat center top;
}
*/
/* style the forabg and forumbg */
/*
.forumbg, .forabg {
background: #084A8C url("./images/bglistsnow.gif") repeat;
-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}
*/
}
Board rules! No PM support
-
Galandas
- BBCoder III
- Posts: 139
- Joined: 07 Mar 2010, 00:08
- BBCodes: 35
- Favourite BBCode: player yahoo
- Favourite MOD: Mod Rey
- Location: italy
-
Contact:
Post
by Galandas »
ok I'll try today, thanks