forum rules Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    forum rules

    avatar
    betclever
    Forumember


    Posts : 209
    Reputation : 2
    Language : english

    In progress forum rules

    Post by betclever November 27th 2014, 10:26 pm

    Hello,

    How can I add this function?

    forum rules Captur25
    Thanks,
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: forum rules

    Post by Ange Tuteur November 27th 2014, 10:36 pm

    Hello betclever,

    You can activate forum rules for a forum here :
    Administration Panel > Forum > Categories and forums > edit a forum Edit

    Then edit the forums rules :
    forum rules Captur95

    To style it you can use a table with a class. e.g.
    Code:
    [table class="myRules"][tr][td]
    my content
    [/td][/tr][/table]

    and CSS :
    Code:
    .myRules {
      border:1px solid #3A6;
      background:#6C9;
    }
    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    In progress Re: forum rules

    Post by Ramdaman November 27th 2014, 10:38 pm

    Ange beat me, but to add an image, try adding the following attribute to Ange's CSS code:

    Code:
    background: url('https://cdn1.iconfinder.com/data/icons/bnw/64x64/apps/package_editors.png') no-repeat left center #d4f4aa;

    Replace the link with any image you'd like.
    avatar
    betclever
    Forumember


    Posts : 209
    Reputation : 2
    Language : english

    In progress Re: forum rules

    Post by betclever November 27th 2014, 10:51 pm

    Thanks Ange Tuteur, it works!

    @ Ramdaman, I already have a box with "url". Is it the same thing you sent me to add?

    Can we change the title "forum rules", not the one in the content but the title? See print screen:

    forum rules Captur26