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.
The forum of the forums
3 posters

    About The Solved Button For Admin To Apply

    mangaka
    mangaka
    Forumember


    Female Posts : 121
    Reputation : 5
    Language : Indonesia
    Location : Well

    Solved About The Solved Button For Admin To Apply

    Post by mangaka May 7th 2013, 2:23 pm

    Hello there Hello

    I want to know,how to make this?

    -> About The Solved Button For Admin To Apply Capture20130507162545

    Thanks for the answer Confused


    Last edited by mangaka on May 10th 2013, 10:59 am; edited 1 time in total
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 631
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Solved Re: About The Solved Button For Admin To Apply

    Post by Ultron's Vision May 7th 2013, 3:36 pm

    Try adding this to your CSS stylesheet (Administration Panel -> Display -> Colors -> CSS Stylesheet):

    Code:
    table.solved {
    background-image: url(http://i43.servimg.com/u/f43/16/93/80/74/tick10.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #d7e2b7;
    border: 1px solid #b7c19a;
    border-radius: 3px;
    color: #626f3d;
    font-weight: 700;
    padding: 5px 5px 5px 30px;
    width: 97%;
    }

    Then, when posting, enter this:

    Code:
    [table class="solved"][tr][td]Topic Solved & Locked[/td][/tr][/table]

    The result should look like this:

    Sanket wrote:
    Topic Solved & Locked
    mangaka
    mangaka
    Forumember


    Female Posts : 121
    Reputation : 5
    Language : Indonesia
    Location : Well

    Solved Re: About The Solved Button For Admin To Apply

    Post by mangaka May 8th 2013, 7:42 am

    Hm...Something's wrong.I already paste the CSS Code to my CSS Stylesheet,and i tried the same thing you tell me.But it doesn't applied bwi Did that because my skin version?My skin version is Phpbb2. bwi thanks for the answer Hello
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 631
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Solved Re: About The Solved Button For Admin To Apply

    Post by Ultron's Vision May 8th 2013, 10:08 am

    Hm, try refering to it with HTML instead of BBCode.

    Code:
    <table class="solved"><tr><td>Topic Solved & Locked</td></tr></table>

    Alternatively, do this with BBCode, that could have been wrong.

    Code:
    [table class=solved][tr][td]Topic Solved & Locked[/td][/tr][/table]
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: About The Solved Button For Admin To Apply

    Post by Jophy May 8th 2013, 5:32 pm

    mangaka
    mangaka
    Forumember


    Female Posts : 121
    Reputation : 5
    Language : Indonesia
    Location : Well

    Solved Re: About The Solved Button For Admin To Apply

    Post by mangaka May 10th 2013, 10:57 am

    I see...I can make it now Hello

    I will mark this as "Solved" Hello

    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: About The Solved Button For Admin To Apply

    Post by Jophy May 10th 2013, 1:58 pm

    Topic Solved & Locked

      Current date/time is September 23rd 2024, 1:32 am