Add Christmas hats on the edge of the Forum

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Add Christmas hats on the edge of the Forum

Post by Stoker »

Its because it is dependant of the users screen width.
Resize your window err0r and you will see.

Now I just ran out of time discussing this with you!

Add Christmas hats on the edge of the Forum

Post by Terr0r »

What do you mean Stoker ?
What I post is not good ?
What must rezise ?

I don't know what I must do it is for me good on my forum

Greets Terr0r

Add Christmas hats on the edge of the Forum

Post by Tigerman75 »

Give yourself a good measure because you have adjusted the image with your resolution. But if you are a user with the greatest resolution in this case, the image moves. Try a div and you'll see that the problem no longer exists

Add Christmas hats on the edge of the Forum

Post by Terr0r »

Okay and what for DIV must I use for it have you a soltion for me I have try to add a DIV but it was NOT working for me

Add Christmas hats on the edge of the Forum

Post by Nully »

Who will share how to have a Christmas hat ?
I like it :)

Add Christmas hats on the edge of the Forum

Post by Blackwolf »

Me too......... :thumb:

Add Christmas hats on the edge of the Forum

Post by Nully »

No share? :cry:

Add Christmas hats on the edge of the Forum

Post by artikkk »

http://www.phpbbitalia.net/forum/suppor ... tml#p37710

Open forumlist_body.html
Find:

Code: Select all

<div class="forabg">
add after

Code: Select all

<div class="hat"></div>
Open common.css
Add

Code: Select all

.hat {
background: url(http://imagise.allise.net/b/cappellino.gif);
width: 47px;
height: 47px;
position: absolute;
z-index: 1000;
margin-left: -18px;
margin-top: -5px;
}

Refresh cache and template

for hat on right

Code: Select all

    .hat {
    background-image: url("http://imagise.allise.net/b/cappellinodx.gif");
    width: 47px;
    height: 47px;
    position: absolute;
    z-index: 1000;
    margin-top: -5px;
    margin-left: 1080px;
    }
sorry for my bad english :oops:
Last edited by artikkk on 06 Dec 2011, 23:18, edited 1 time in total.

Add Christmas hats on the edge of the Forum

Post by Blackwolf »

Thanks artikkk :thumb:

Image

Add Christmas hats on the edge of the Forum

Post by Nully »

Grazie artikkk.
If I have problem to install it, should I come back here or should I have to register to Italia ?