Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Welcome guests (ork)

$
0
0
Example
[Image: AXmiG5r.png]

ACP>>Templates & Style>>Templates>>CHOOSE THEME>> Header>>header_welcomeblock_guest
add this
<div class="guestbox mobilehide">
<span class="guestsimagewelcome1"></span>

</div>
ACP>>Templates & Style>>Themes>>Choose theme>>Global.css
add this
.guestsimagewelcome1 {
background: url(https://anonshare.eu/images/register2.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    padding: 0 5px 3px;
    position: fixed;
    right: 1px;
    bottom: 0px;
    z-index: 1;
}

Viewing all articles
Browse latest Browse all 690

Trending Articles