Quick reply post button 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

    Quick reply post button

    LGforum
    LGforum
    Hyperactive


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

    Quick reply post button Empty Quick reply post button

    Post by LGforum Sat 23 Apr 2011 - 0:14

    Hi, i want to know the CSS for changing the quick reply buttons.

    Quick reply post button Pictur10

    Just a picture to help.

    I want to make them a bit bigger. I would also like it to say 'Post Quick Reply' instead of just 'Post'.
    Wondered if anybody would be able to do this?
    LGforum
    LGforum
    Hyperactive


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

    Quick reply post button Empty Re: Quick reply post button

    Post by LGforum Sat 23 Apr 2011 - 22:04

    Can i bump this? if so then BUMP!

    If not, im sorry Sad lol
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Quick reply post button Empty Re: Quick reply post button

    Post by MrMario Sat 23 Apr 2011 - 22:19

    1. Don't think you can.
    2. Sorry there is no image for quick reply.
    LGforum
    LGforum
    Hyperactive


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

    Quick reply post button Empty Re: Quick reply post button

    Post by LGforum Sat 23 Apr 2011 - 23:20

    So the buttons can't be changed at all? Not even the size of them?
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Quick reply post button Empty Re: Quick reply post button

    Post by Base Sun 24 Apr 2011 - 10:38

    I think they can be changed using jQuery, but definitely not by using CSS.
    Nera.
    Nera.
    Energetic


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

    Quick reply post button Empty Re: Quick reply post button

    Post by Nera. Sun 24 Apr 2011 - 10:46

    Do you mean these buttons http://i.imm.io/5c13.png

    If yes find this in CSS
    Code:
    #format-buttons input, #format-buttons select, button.button2 {
    add
    Code:
        padding: 4px;


    If you mean preview and send button http://i.imm.io/5c1M.png increse padding in CSS
    Code:
    a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
        padding: 5px 0;
    }
    LGforum
    LGforum
    Hyperactive


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

    Quick reply post button Empty Re: Quick reply post button

    Post by LGforum Sun 24 Apr 2011 - 12:22

    Yes its the second set of buttons, the ones that say Preveiw and Send.
    However the code doesn't seem to be changing anything? Even when i change the padding.

    I also want to know if there is anyway to make it say 'Post Quick Reply' rather than just send.

    Thanks for your help.
    Nera.
    Nera.
    Energetic


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

    Quick reply post button Empty Re: Quick reply post button

    Post by Nera. Sun 24 Apr 2011 - 12:33

    Code:
    a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
        padding: YOUR PADDING HEREpx 0;
    }

    Add it in your CSS and increse padding. I've tried it, it works.
    This is with default padding
    Quick reply post button 5c7c

    This is with set padding (5px)
    Quick reply post button 5c7g

    You cant change the letters.
    LGforum
    LGforum
    Hyperactive


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

    Quick reply post button Empty Re: Quick reply post button

    Post by LGforum Sun 24 Apr 2011 - 12:39

    I didn't change any letter, i simply copied the code into the CSS bit. When 5px padding didnt wrk i tried 10 and so on, but its not changing the buttons i'm afraid.

    Here is my CSS bit, the other things are from previous things changed, should they be in any certain order or am i right in just adding this code to the bottom?
    Quick reply post button Weiocn10
    Nera.
    Nera.
    Energetic


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

    Quick reply post button Empty Re: Quick reply post button

    Post by Nera. Sun 24 Apr 2011 - 12:49

    scratch

    It works fine, this is a Screenshot of YOUR quick replay
    Quick reply post button 5c7U

    Did you refresh your page?
    LGforum
    LGforum
    Hyperactive


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

    Quick reply post button Empty Re: Quick reply post button

    Post by LGforum Sun 24 Apr 2011 - 12:53

    REALLY!?!? lol.

    It doesn't look like that on my screen. lol. And yes i have refreshed the page lol.

    I'm seriously not messing you around or anything.
    On my screen, anywhere i go on my forum them buttons haven't changed.
    Could it be something to do with my browser?
    Nera.
    Nera.
    Energetic


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

    Quick reply post button Empty Re: Quick reply post button

    Post by Nera. Sun 24 Apr 2011 - 12:57

    Yep, checked on Explorer, doesn't work, sorry. I'm on Mozilla.
    Maybe someone knows to do it in Explorer.
    LGforum
    LGforum
    Hyperactive


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

    Quick reply post button Empty Re: Quick reply post button

    Post by LGforum Sun 24 Apr 2011 - 13:00

    *sigh* I just stopped using mozilla lol.

    Mozilla is better in some ways and IE is better in someways, gonna have to make my decision some day.

    Thanks for all your help though, appreciate it. Smile
    Nera.
    Nera.
    Energetic


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

    Quick reply post button Empty Re: Quick reply post button

    Post by Nera. Sun 24 Apr 2011 - 13:57

    I tried again.

    Try adding this to your CSS, it should work in I.E. and Mozilla.

    Code:
    a.button1, a.button2, button.button2, input.button1, input.button2 {
        height: 30px;
    }

    You can change the height.
    LGforum
    LGforum
    Hyperactive


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

    Quick reply post button Empty Re: Quick reply post button

    Post by LGforum Sun 24 Apr 2011 - 14:05

    haha hi again lol.

    Yeah that worked thanks, is there anyway to change the width too?
    So the size of the box is larger rather than just stretched upwards.

    Sorry, i know i'm being a pain lol
    Nera.
    Nera.
    Energetic


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

    Quick reply post button Empty Re: Quick reply post button

    Post by Nera. Sun 24 Apr 2011 - 14:36

    I don't think so, they need auto size because they are not all the same width (others button is bigger, and smile button smaller).

    You can add bold efect to better see them if that's what you want the send and preview button.
    Quick reply post button 5ce8
    font-weight: bold;

    But there's always a way, we could wait for other answers. I'm probably missing something Laughing
    Don't worry about questions, this entertains me.
    LGforum
    LGforum
    Hyperactive


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

    Quick reply post button Empty Re: Quick reply post button

    Post by LGforum Sun 24 Apr 2011 - 14:43

    Haha well i'm glad your enjoying it lol. thumright

    I know very little about CSS so ths might be laughable but would changing the word 'height' to width and changing the correct PX size not do it.

    Oh no wait i am forgetting about the fact that this changes the button above the text box too.
    Is there any way to leave the buttons above the text box how they are but just change the height and width of the 'Send' and 'Preview' Buttons.

    Another thing which would be great is if we could get rid of the Preview button and centralize the 'Send' button.
    Nera.
    Nera.
    Energetic


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

    Quick reply post button Empty Re: Quick reply post button

    Post by Nera. Sun 24 Apr 2011 - 15:29

    To do changes only to 2 buttons (preview and send) delete the first code and try adding this one.
    Code:
    input.button2 {
      font-weight: bold; 
      height: 30px;
    }

    You should get this.
    http://i.imm.io/5chh.png

    I tried to add width but it doesn't work Laughing That's the part where I'm lost. Laughing
    Had no luck with removing preview, if I remove it, send and other button dissapeare because they are also buttons2 {
    LGforum
    LGforum
    Hyperactive


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

    Quick reply post button Empty Re: Quick reply post button

    Post by LGforum Sun 24 Apr 2011 - 15:56

    Thanks for that code, very helpful.

    I tried adding the font-size, and changed it to 20px.
    This made the boxes bigger but ti also affects the box which says 'Others' and 'Go' next to mod tools, any idea's how to not affect these other things?
    Nera.
    Nera.
    Energetic


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

    Quick reply post button Empty Re: Quick reply post button

    Post by Nera. Sun 24 Apr 2011 - 16:13

    No, those 4 buttons are the same class in phpBB3, button2.
    So it affects all 4 (others, preview, send and go). Have no idea how to separate them. Tried when wanted to remove preview.
    My knowlage of phpBB3 is a little bit limited. JS would also help probably.
    We can wait for others to give their vote, there's always a way I love you
    LGforum
    LGforum
    Hyperactive


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

    Quick reply post button Empty Re: Quick reply post button

    Post by LGforum Sun 24 Apr 2011 - 16:21

    Okay well thanks a lot for your help anyway, i couldn't find a way to seperate them either (though my knowledge is even more limited).