Hello guys, someone here knows what is this theme?
Url: http://pdgh.com.br/forum/
And guys, another question, look their logo, how can I do like that?
I know that they're using this image:
Thank you :)
I updated the code a bit, and added a screenshot, though the CSS needs to be tweaked but he gets the idea of what it is.
Also updated the code with premade links for it, for a simple cut and paste.
@allucard What IPS Theme is it you are using as standard ? This is the CSS to make the effect of two images.
This is extracted from Animated and you will have to customize it for your theme.
this creates the header (globalTemplate)
<header id='header' class='animateBack'><div class='animateFront'>
<div class='ipsLayout_container'>
<div class='ipsClearfix alignHeader'>
{template="logo" app="core" group="global" params=""}
</div></div></div>
</header>
/* ============== */
/* HEADER */
/* ============== */
#header {
background-color: {theme="headerBackground"};
}
/* Background position = width of banner_bg.jpg */
@-webkit-keyframes headerAnimate {
from { background-position: 0 50%; }
to { background-position: -1584px 50%; }
}
@-moz-keyframes headerAnimate {
from { background-position: 0 50%; }
to { background-position: -1584px 50%; }
}
@keyframes headerAnimate {
from { background-position: 0 50%; }
to { background-position: -1584px 50%; }
}
@-webkit-keyframes headerAnimateBack {
from { background-position: 0 50%; }
to { background-position: 1920px 50%; }
}
@-moz-keyframes headerAnimateBack {
from { background-position: 0 50%; }
to { background-position: 1920px 50%; }
}
@keyframes headerAnimateBack {
from { background-position: 0 50%; }
to { background-position: 1920px 50%; }
}
.animateBack {
background-image: url('http://i.imgur.com/ycHMqgD.jpg');
background-repeat: repeat-x;
background-position: 0 50%;
}
.animateFront {
background-image: url('http://i.imgur.com/NRtTWhG.png');
background-repeat: repeat-x;
background-position: 0 50%;
padding-bottom: 10px;
box-shadow: 0px -1px 0px rgba(255,255,255,0.15) inset;
}
/* Restrict animation to desktops */
@media screen and (min-width:980px){
.animateBack {
-webkit-animation: headerAnimateBack 200s infinite linear;
-moz-animation: headerAnimateBack 200s infinite linear;
animation: headerAnimateBack 200s infinite linear;
}
.animateFront {
-webkit-animation: headerAnimate 150s infinite linear;
-moz-animation: headerAnimate 150s infinite linear;
animation: headerAnimate 150s infinite linear;
}
}
These two lines controls what image there is there.
background-image: url('{resource="ipsfocus/headerTop.png" app="core" location="front"}');
background-image: url('{resource="ipsfocus/headerBottom.jpg" app="core" location="front"}');
This will give you something like this.
This is how it will look. With posts (As you can see it only show latest reply) but also topics.
As you can see, its who answered on it but also updates with the number as normal.
[color=rgb(40,40,40)][font=helvetica][size=3]This plugin will allow new users to sign into your forum through the steam open id authentication system
Any Suggestions on what you would like to see in future releases can be posted in the support topic or sent my user
Want to send me a donation? [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LGZ5JV53BC9XW"]Click Here[/url]
Want to view it's source, help fix bugs or even develop it even more? [url="https://github.com/Lavoaster/IP.Board-Steam-Authentication-Method"]Click here for the Github repository[/url][/size][/font][/color]
What's New in Version 1.0.4 ([url="http://community.invisionpower.com/index.php?app=downloads&module=display§ion=changelog&file=5393"]See full changelog[/url])[list]
[*]Fixed - Following icon from steam not being spaced properly
[/list]
The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
Yeah you are right, if you take the risk, the world can explode and everyone dies so your site won't be visited.
Whats wrong trying a plugin? If doesn't work properly or appear bugs, you just uninstall.
Anyway, it works for 3.4.x.