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
+2
Nera.
â„‹unni
6 posters

    Aligning profile header & removing "Rank:" / "Offline"

    â„‹unni
    â„‹unni
    Forumember


    Female Posts : 150
    Reputation : 4
    Language : English

    Solved Aligning profile header & removing "Rank:" / "Offline"

    Post by â„‹unni June 10th 2012, 5:02 am

    For the content boxed in red in this image, I'd like it centered (this also applies to the FRIENDS header, I just forgot to box it).
    The content within the blue boxes, I'd like removed (that is, the "Rank:" and the type that reads "Offline".)
    The content within the orange boxes, as they're 50 x 50 images, I'd just like the black box surrounding it removed.

    Aligning profile header & removing "Rank:" / "Offline" GFESE


    Last edited by ℋunni on July 1st 2012, 9:02 am; edited 1 time in total
    â„‹unni
    â„‹unni
    Forumember


    Female Posts : 150
    Reputation : 4
    Language : English

    Solved Re: Aligning profile header & removing "Rank:" / "Offline"

    Post by â„‹unni June 11th 2012, 9:05 am

    Bump~
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Aligning profile header & removing "Rank:" / "Offline"

    Post by Nera. June 12th 2012, 5:40 am

    Hunny, you know the procedure, post your forum URL please for apperance problems. Thank you.
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: Aligning profile header & removing "Rank:" / "Offline"

    Post by +Fusion- June 12th 2012, 6:56 am

    Lol
    â„‹unni
    â„‹unni
    Forumember


    Female Posts : 150
    Reputation : 4
    Language : English

    Solved Re: Aligning profile header & removing "Rank:" / "Offline"

    Post by â„‹unni June 12th 2012, 7:45 am

    Aigo, I thought I placed it. I didn't bother to check when I bumped~

    http://anamnesis.nstars.org/
    Ryanette
    Ryanette
    Forumember


    Male Posts : 135
    Reputation : 2
    Language : English (British)
    Location : England, United Kingdom

    Solved Re: Aligning profile header & removing "Rank:" / "Offline"

    Post by Ryanette June 12th 2012, 5:36 pm

    ℋunni wrote:Aigo, I thought I placed it. I didn't bother to check when I bumped~

    http://anamnesis.nstars.org/
    Since I can't view any of your boards profiles, I can't give you the correct element for the profile block which is var x. I'm too lazy to try it on an invision board to do it for you...
    Code:

    $(document).ready(function(){var x=$('insepect the element')[0];if(x){x.innerHTML=x.innerHTML.replace(/Rank: /,'')}});
    $(document).ready(function(){var x=$('insepect the element')[0];if(x){x.innerHTML=x.innerHTML.replace(/(online)/,'')}});
    $(document).ready(function(){var x=$('insepect the element')[0];if(x){x.innerHTML=x.innerHTML.replace(/offline/,'')}});
    if the offline one doesn't work, we'll have to use jquery
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Aligning profile header & removing "Rank:" / "Offline"

    Post by Sir Chivas™ June 12th 2012, 8:12 pm

    Hi, Hello

    To remove the "rank" title. Insert the following code into your CSS (ACP >> Display >> Colors >> CSS (tab).
    Code:
    #profile-advanced-right .center {
    color: transparent;
    }
    â„‹unni
    â„‹unni
    Forumember


    Female Posts : 150
    Reputation : 4
    Language : English

    Solved Re: Aligning profile header & removing "Rank:" / "Offline"

    Post by â„‹unni June 13th 2012, 10:28 pm

    Sir Chivas: Although it did hide it, is there any way to completely remove it?

    Ryanette: It should be visible for guests now, but is JS necessary?
    â„‹unni
    â„‹unni
    Forumember


    Female Posts : 150
    Reputation : 4
    Language : English

    Solved Re: Aligning profile header & removing "Rank:" / "Offline"

    Post by â„‹unni July 1st 2012, 9:01 am

    Solved.~
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Aligning profile header & removing "Rank:" / "Offline"

    Post by SLGray July 1st 2012, 9:04 am

    Topic Solved & Locked



    Aligning profile header & removing "Rank:" / "Offline" Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is November 11th 2024, 8:41 pm