21.02.2012, 15:30
hallo ich würde gerne dieses hier in mein forum einbauen
http://playstation-vita.de/register.png
Es soll nur für Gäste sichtbar sein und das es auf der Seite beim scrollen mit bewegt.
Ich habe hier eine anleitung allerdings stammt das von Bulletin.
Hat da wer eine ahnung wie ich das genau für mybb machen kann bzw wo was rein muss?
danke im vorraus
http://playstation-vita.de/register.png
Es soll nur für Gäste sichtbar sein und das es auf der Seite beim scrollen mit bewegt.
Ich habe hier eine anleitung allerdings stammt das von Bulletin.
Zitat:1. Upload your desired image to "/images/misc/register.png" (if you want my symples, feel free to use them, they are all attached below)
2. Open your AP and open "Styles & Templates" and select "Style Manager". Now select "Main CSS" on te right side. Scroll down to the bottom where you will find "Additional CSS Definitions" and add the following lines:
div.forcetoregister {
background:url(images/misc/register.png);
background-repeat: no-repeat;
width:300px;
height:200px;
padding:0 5px 3px;
position:fixed;
right:1px;
bottom:0px;
z-index:1;
}
3. Open your "header" template and add the following line on top:
To show it on EVERY PAGE add this:
<if condition="$show['guest']"><a href="/register.php"><div class="forcetoregister"></div></a></if>
Hat da wer eine ahnung wie ich das genau für mybb machen kann bzw wo was rein muss?
danke im vorraus