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.

Quick reply post button

4 posters

Go down

Quick reply post button Empty Quick reply post button

Post by LGforum 22/4/2011, 17: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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by LGforum 23/4/2011, 15:04

Can i bump this? if so then BUMP!

If not, im sorry Sad lol
LGforum
LGforum
Hyperactive

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by MrMario 23/4/2011, 15:19

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

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by LGforum 23/4/2011, 16:20

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

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by Base 24/4/2011, 03:38

I think they can be changed using jQuery, but definitely not by using CSS.
Base
Base
Forumaster

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

http://forumotionhub.net

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by Nera. 24/4/2011, 03: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;
}
Nera.
Nera.
Energetic

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by LGforum 24/4/2011, 05: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.
LGforum
LGforum
Hyperactive

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by Nera. 24/4/2011, 05: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.
Nera.
Nera.
Energetic

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by LGforum 24/4/2011, 05: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
LGforum
LGforum
Hyperactive

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by Nera. 24/4/2011, 05:49

scratch

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

Did you refresh your page?
Nera.
Nera.
Energetic

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by LGforum 24/4/2011, 05: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?
LGforum
LGforum
Hyperactive

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by Nera. 24/4/2011, 05:57

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

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by LGforum 24/4/2011, 06: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
LGforum
LGforum
Hyperactive

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by Nera. 24/4/2011, 06: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.
Nera.
Nera.
Energetic

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by LGforum 24/4/2011, 07: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
LGforum
LGforum
Hyperactive

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by Nera. 24/4/2011, 07: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.
Nera.
Nera.
Energetic

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by LGforum 24/4/2011, 07: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.
LGforum
LGforum
Hyperactive

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by Nera. 24/4/2011, 08: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 {
Nera.
Nera.
Energetic

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by LGforum 24/4/2011, 08: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?
LGforum
LGforum
Hyperactive

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by Nera. 24/4/2011, 09: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
Nera.
Nera.
Energetic

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

Back to top Go down

Quick reply post button Empty Re: Quick reply post button

Post by LGforum 24/4/2011, 09: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).



LGforum
LGforum
Hyperactive

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum