How to make Number of post colored?? 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.
4 posters

    How to make Number of post colored??

    avatar
    Club Penguin
    Forumember


    Posts : 39
    Reputation : 0
    Language : Indonesian,English,Chinese,Spanish,French,Tagalog,Melayu

    How to make Number of post colored?? Empty How to make Number of post colored??

    Post by Club Penguin February 23rd 2009, 3:44 pm

    Like this:
    How to make Number of post colored?? 3
    How??
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by ankillien February 23rd 2009, 4:36 pm

    Which version you use?
    avatar
    Club Penguin
    Forumember


    Posts : 39
    Reputation : 0
    Language : Indonesian,English,Chinese,Spanish,French,Tagalog,Melayu

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by Club Penguin February 23rd 2009, 4:49 pm

    Phpbb2
    MrMega
    MrMega
    Forumember


    Male Posts : 981
    Reputation : 11
    Language : English, Polish, HTML, BBCode
    Location : New York, United States

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by MrMega February 23rd 2009, 10:49 pm

    You may have to change the skin, it is not possible otherwise in my nowledge :/
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by ankillien February 24th 2009, 4:18 am

    Use this code...
    Add it to your CSS Sheet.
    I've tried this and it should work on your forum.

    Code:

    .postdetails{
        font-size : 12px;
        font-weight : bold;
        color : red;
        }
    avatar
    Club Penguin
    Forumember


    Posts : 39
    Reputation : 0
    Language : Indonesian,English,Chinese,Spanish,French,Tagalog,Melayu

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by Club Penguin February 24th 2009, 9:29 am

    I want it work for Admin with Red and Mod with Blue.
    How? And how to make join date and other colored too
    avatar
    Club Penguin
    Forumember


    Posts : 39
    Reputation : 0
    Language : Indonesian,English,Chinese,Spanish,French,Tagalog,Melayu

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by Club Penguin February 24th 2009, 11:36 am

    I want it only for Administrator and Moderator. How?
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by Sanket February 24th 2009, 1:43 pm

    You mean the details in the profile of moderator & admin to be colored? Thats not possible. If for everyone, it might be possible. But, you might have to wait for someone to answer that.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by ankillien February 24th 2009, 1:51 pm

    So, you want to colorize the rank only?
    If yes then go to..
    Admin Panel > User & Groups > Rank Admin...
    Click on edit button and add this code in the rank title.

    For admin...
    Code:
    <font color="red">Administrator</font>
    For mod...
    Code:

    <font color="blue">Moderator</font>

    Hope this helps. Very Happy
    avatar
    Club Penguin
    Forumember


    Posts : 39
    Reputation : 0
    Language : Indonesian,English,Chinese,Spanish,French,Tagalog,Melayu

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by Club Penguin February 24th 2009, 4:12 pm

    Not like that! But it possible in many forum like dockpenguins.com
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by ankillien February 24th 2009, 5:03 pm

    Oh! So you want profile details of only mods & admins colored?
    That doesn't seem to be possible.
    Sorry.
    avatar
    Club Penguin
    Forumember


    Posts : 39
    Reputation : 0
    Language : Indonesian,English,Chinese,Spanish,French,Tagalog,Melayu

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by Club Penguin February 24th 2009, 5:09 pm

    How can that forum do that?
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    How to make Number of post colored?? Empty Re: How to make Number of post colored??

    Post by ankillien February 24th 2009, 5:12 pm

    You need to edit your template.
    In Admin Panel > Display...

    I don't know how to do it with template editing.