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 artikkk »

Post here your problem, i'll post it to Italian board.. ;)
Sorry for my bad english

Add Christmas hats on the edge of the Forum

Post by Nully »

I speak italian and I often visit Italia :)
At the time, it doesn't work on local forum. I do not see the image and there is no error!
I dont'know why.
I replaced the code for the image with

Code: Select all

 background: url("{T_THEME_PATH}/images/cappellino.gif");

Add Christmas hats on the edge of the Forum

Post by Nully »

Now it is online....I do not see any hat (cappellino).
I have Prosilver_SE, I modified viewtopic_body in Prosilver and commons.css in prosilver_SE and the image is in theme/images of Prosilver_SE.
It is the left hat.

Add Christmas hats on the edge of the Forum

Post by artikkk »

did you refresh template and theme caches?

Add Christmas hats on the edge of the Forum

Post by Nully »

Yes I refreshed the cache, the theme and also the cache of Mozilla Firefox.
I tried with Google Chrome and Opera. Nothing.

I have two forabg in viewtopic_body. I added <div>hat</div> in both.

Code: Select all

<div class="forabg">
 <div class="hat"></div>
I tried also to put the div hat after the end of div forabg, with no result.

Add Christmas hats on the edge of the Forum

Post by Stoker »

Try with forumlist_body.html instead.

Add Christmas hats on the edge of the Forum

Post by Nully »

Yessssssss!
I deleted the code from viewtopic_body and added it in forumlist_body.

Meanwhile I thought I would have just one hat on the top of the whole forum.

I have the hat in all the forums, but not on the top.

If somebody knows how to make this, I'll be pleased. If not, never mind, I'll leave it.

Add Christmas hats on the edge of the Forum

Post by Nully »

Hello,
it works fine with the code in overall_header :D

Add Christmas hats on the edge of the Forum

Post by Arnevb »

So, what do I exactly have to do?

Add Christmas hats on the edge of the Forum

Post by Nully »

You follow the instructions given by artikkk, but, instead of viewtopic_body, you modify in forumlist_body.