Post profile background image only 4 admin [need code]  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

    Post profile background image only 4 admin [need code]

    avatar
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    Post profile background image only 4 admin [need code]  Empty Post profile background image only 4 admin [need code]

    Post by taggedup September 18th 2011, 8:42 pm

    hi im just setting my own forum up its invision
    is it possible 2 have this pic behind post profile details just 4 admin group or just me using css
    Post profile background image only 4 admin [need code]  Admin-bg

    thanks


    Last edited by taggedup on September 20th 2011, 11:08 pm; edited 1 time in total
    avatar
    fijea
    Forumember


    Male Posts : 73
    Reputation : 1
    Language : English
    Location : Indonesia

    Post profile background image only 4 admin [need code]  Empty Re: Post profile background image only 4 admin [need code]

    Post by fijea September 19th 2011, 4:02 am

    avatar
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    Post profile background image only 4 admin [need code]  Empty Re: Post profile background image only 4 admin [need code]

    Post by taggedup September 19th 2011, 6:46 pm

    thanks 4 replying

    yh thats wot i want but only 4 me not all members
    or even 4 a group?

    Code:
    .postprofile {
    background-image: url("http://www.nextgenupdate.com/forums/images/Admin-bg.jpg");
    }
    how would i make this code only work 4 admin?
    thanks
    avatar
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    Post profile background image only 4 admin [need code]  Empty Re: Post profile background image only 4 admin [need code]

    Post by taggedup September 22nd 2011, 1:05 am

    bump
    ioncube
    ioncube
    Forumember


    Male Posts : 279
    Reputation : 41
    Language : eng
    Location : Pakistan

    Post profile background image only 4 admin [need code]  Empty Re: Post profile background image only 4 admin [need code]

    Post by ioncube September 22nd 2011, 8:59 am

    not possible through css; however a workaround can be accomplished user Rank feature
    avatar
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    Post profile background image only 4 admin [need code]  Empty Re: Post profile background image only 4 admin [need code]

    Post by taggedup September 22nd 2011, 9:18 pm

    ioncube wrote:not possible through css; however a workaround can be accomplished user Rank feature
    wot do u mean how ?

    thanks 4 reply
    ioncube
    ioncube
    Forumember


    Male Posts : 279
    Reputation : 41
    Language : eng
    Location : Pakistan

    Post profile background image only 4 admin [need code]  Empty Re: Post profile background image only 4 admin [need code]

    Post by ioncube September 23rd 2011, 12:03 pm

    You need only for administration..yes then:
    enter this in your css

    Code:
    .admin {
      background: url(http://www.nextgenupdate.com/forums/images/Admin-bg.jpg) no-repeat ;
    }
    now navigate to ACP>User&Groups>Rank administration
    now start editing your administration rank
    Post profile background image only 4 admin [need code]  2uk_bor
    click the yellow wheel; & you will enter in modify panel. Then enter this in rank title:
    Code:
    <div class="admin"> </div>


    hope this works