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
kirk
Akkii
Mr. Eddster
7 posters

    Is there a way to get rid of text above message in reply/quote mode?

    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Is there a way to get rid of text above message in reply/quote mode?

    Post by Mr. Eddster May 29th 2012, 4:17 am

    First topic message reminder :

    Hi I was wondering if there was a way that you could get rid of the text above the "message" box in reply/quote mode? Heres a screenshot of what text I dont want to show up:

    Is there a way to get rid of text above message in reply/quote mode? - Page 2 Htt19


    Last edited by Mr. Eddster on June 9th 2012, 1:55 am; edited 2 times in total (Reason for editing : Solved!)
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: Is there a way to get rid of text above message in reply/quote mode?

    Post by Mr. Eddster June 8th 2012, 11:38 pm

    Darren1 wrote:No worries Very Happy

    Did you simply want the text moved down? You did confuse me as well haha.

    The template your after is Profile > Signature
    But I don't think there's anything to modify it there, so Ill leave you in the capable hand of either LG or RD Wink
    Ya I was all over the place haha. Sorry about that.
    I want the text REMOVED. When the text was removed, it solved my problem. Smile

    See when people go to edit their sigs in their profiles, that text still shows up. I want to remove the text in the signature edit now. Wink
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: Is there a way to get rid of text above message in reply/quote mode?

    Post by LGforum June 9th 2012, 1:46 am

    I'm gonna take a guess and say the editor is the same in all pages. Hence a CSS route would be best.

    Code:

    .helpline, #helpbox {
      display: none;
    }
    Alternatively if you still want that gap it provides between buttons and textbox, then change display: none for visibility: hidden

    Also, I didn't look, I'm going off the HTML Darren shared.
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: Is there a way to get rid of text above message in reply/quote mode?

    Post by Mr. Eddster June 9th 2012, 1:53 am

    LGforum wrote:I'm gonna take a guess and say the editor is the same in all pages. Hence a CSS route would be best.

    Code:

    .helpline, #helpbox {
      display: none;
    }
    Alternatively if you still want that gap it provides between buttons and textbox, then change display: none for visibility: hidden

    Also, I didn't look, I'm going off the HTML Darren shared.
    That did it! Thanks for the help Darren, LG. Very Happy
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Is there a way to get rid of text above message in reply/quote mode?

    Post by SLGray June 9th 2012, 1:57 am

    Topic Solved & Locked



    Is there a way to get rid of text above message in reply/quote mode? - Page 2 Slgray10

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

      Current date/time is November 13th 2024, 8:57 pm