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
4 posters

    A way to move/hide the smilies box?

    missing_mile_ghost
    missing_mile_ghost
    Forumember


    Female Posts : 40
    Reputation : 0
    Language : English

    Solved A way to move/hide the smilies box?

    Post by missing_mile_ghost October 14th 2012, 9:54 am

    I just re-skinned my forum, and have everything just how I want it... Only to find out that in the version I chose to build from, the box with all the smilies in it is next to the post input text box, and it's huuuuuge! It takes up a lot of space, and I would love to either hide it entirely, or at least move it. I would change versions or something.... but this took me so much time to redesign that I would just be devastated to have to do it over again.

    Does anyone know how this might be achieved? Is there a way I could hide it with a CSS code? I really hate how it looks!

    Any help would be SO so greatly appreciated!


    Last edited by missing_mile_ghost on October 14th 2012, 8:53 pm; edited 2 times in total
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: A way to move/hide the smilies box?

    Post by Sanket October 14th 2012, 10:55 am

    A screenshot would help.
    missing_mile_ghost
    missing_mile_ghost
    Forumember


    Female Posts : 40
    Reputation : 0
    Language : English

    Solved Re: A way to move/hide the smilies box?

    Post by missing_mile_ghost October 14th 2012, 11:21 am

    A way to move/hide the smilies box? Capds

    The box with the smiley faces on the left is what I would like to hide or move, if it is possible. Smile Thank you.
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: A way to move/hide the smilies box?

    Post by Sanket October 14th 2012, 11:26 am

    That smiley box is there by default.
    Why do you want to remove it? You can just add the quick reply, if you don't want to use this everytime?

    Forum Version?
    missing_mile_ghost
    missing_mile_ghost
    Forumember


    Female Posts : 40
    Reputation : 0
    Language : English

    Solved Re: A way to move/hide the smilies box?

    Post by missing_mile_ghost October 14th 2012, 11:33 am

    I'm using phpBB2

    The reason I'd like to remove it is because the forum is meant for creative writing, and we write quite a lot. So on the reply page, it squashes the writing up quite a lot when you're trying to preview what you have written so far. It would just make it so much easier if there was a way to hide it, with CSS perhaps. Sorry to be a bother. I was just wondering if there was a way.
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: A way to move/hide the smilies box?

    Post by Sanket October 14th 2012, 11:44 am

    Well I believe you could remove it, but that does not change the width in any way. It would only remove that smilies box.
    missing_mile_ghost
    missing_mile_ghost
    Forumember


    Female Posts : 40
    Reputation : 0
    Language : English

    Solved Re: A way to move/hide the smilies box?

    Post by missing_mile_ghost October 14th 2012, 11:47 am

    Ah, okay.

    I'm sorry to have bothered you. I shall just have to live with it, I suppose. Smile

    Thank you anyway.
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: A way to move/hide the smilies box?

    Post by Sanket October 14th 2012, 11:50 am

    Its okay, didn't bother me. Was just trying to find if the width could be changed.
    missing_mile_ghost
    missing_mile_ghost
    Forumember


    Female Posts : 40
    Reputation : 0
    Language : English

    Solved Re: A way to move/hide the smilies box?

    Post by missing_mile_ghost October 14th 2012, 11:56 am

    If you do find anything out, would you be able to let me know?

    Thank you so much for looking into this. I know it's not really a 'problem', so I really appreciate the help.
    Neymar1
    Neymar1
    Forumember


    Male Posts : 406
    Reputation : 28
    Language : HTML, CSS, and a bit of JavaScript
    Location : Scotland

    Solved Re: A way to move/hide the smilies box?

    Post by Neymar1 October 14th 2012, 3:20 pm

    Stick this in your CSS. I reckon this is probably your best bet as the table where you see the smilies on that page is the same table as on the forums, so changing that messes everything up. This will get rid of the smilies box and give you a bigger text area for your members.

    Code:
    iframe.row1 {
      display: none;
    }

    #text_editor_textarea.post {
      width: 850px !important;
    }
    missing_mile_ghost
    missing_mile_ghost
    Forumember


    Female Posts : 40
    Reputation : 0
    Language : English

    Solved Re: A way to move/hide the smilies box?

    Post by missing_mile_ghost October 14th 2012, 8:44 pm

    That's perfect!

    Thank you so so much! You're a life saver! I love you
    Neymar1
    Neymar1
    Forumember


    Male Posts : 406
    Reputation : 28
    Language : HTML, CSS, and a bit of JavaScript
    Location : Scotland

    Solved Re: A way to move/hide the smilies box?

    Post by Neymar1 October 14th 2012, 8:50 pm

    missing_mile_ghost wrote:That's perfect!

    Thank you so so much! You're a life saver! I love you

    Glad I could help. Smile
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: A way to move/hide the smilies box?

    Post by SLGray October 15th 2012, 12:54 am

    Topic Solved & Locked



    A way to move/hide the smilies box? Slgray10

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

      Current date/time is September 23rd 2024, 1:16 pm