HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2016
    Posts
    4
    Tokens
    60

    Default similar bbcode to this?

    Hi guys,
    I'm launching a general forum and I'm wanting a few moderation bbcodes, I've recently found a decent bbcode I actually like by browsing a certain forum, Was just wondering if anyone is capable of grabbing a similar code so that I can have a custom background in the background and a custom image next to the text.

    Any help would be greatful.


    EDIT: I've managed to grab certain aspects of the above code and got everything working apart from the background imaging, below is the snip of the code i'm using for css & bbcode.

    BBCODE:
    Code:
    <div class="mod-alert"> <div class="mod-overlay"><img src="http://www.forumbash.net/{option}.png" align="left" style="float: left; margin-top: -5px;"><p>
    <b>Moderation Message</b><br>{param}
    </p></div></div>
    		</div>
    CSS:

    HTML Code:
    <style type="text/css">
    .mod-alert{
    background: url(/images/bg.gif) repeat;
    background-position: 100% 20%;
    border-radius:5px;
    height: 60px;
    max-height: 60px;
    }
    .mod-overlay{
    background: url(images/misc/blackop.png) repeat;
    border-radius:5px;
    font-family:Segoe UI;
    font-size:12px;
    color:#FFFFFF;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    overflow: hidden;
    }
    .mod-overlay p{
    padding: 10px;
    }
    </style>

  2. #2
    Join Date
    Aug 2010
    Location
    Glasgow
    Posts
    7,143
    Tokens
    2,521

    Latest Awards:

    Default

    what are you using {option} for
    oh its the habbo avatar nvm

    1 too many closing div's though
    Last edited by David; 08-11-2016 at 06:34 PM.

  3. #3
    Join Date
    Oct 2016
    Posts
    4
    Tokens
    60

    Default

    Quote Originally Posted by David View Post
    what are you using {option} for
    oh its the habbo avatar nvm

    1 too many closing div's though

    Removed the extra closing div code.
    And yes the option was originally used for habbo imaging, but it's been replaced now along with the background imaging.
    After a little help from @Smurf at BH, I eventually managed to get it going.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •