[Template] Plans for mini post buttons?
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
-
- Registered User
- Posts: 27
- Joined: Wed Mar 01, 2006 8:20 am
Re: [Template] Plans for mini post buttons?
Did the contact minis too, took some tweaking to get them right and one can ask if we still need the msn icon....but i think they also came out nice... Will finish everything this week and push the changes to github....

Re: [Template] Plans for mini post buttons?
Why is "Quote" not all upper case, like EDIT? Should be, for consistency. Also, that exclamation mark isn't very clear.
Has an irascible disposition.
-
- Registered User
- Posts: 27
- Joined: Wed Mar 01, 2006 8:20 am
Re: [Template] Plans for mini post buttons?
I agree with the exclamation mark, i will see if i can make that one a bit more robust...VSE+ wrote:Why is "Quote" not all upper case, like EDIT? Should be, for consistency. Also, that exclamation mark isn't very clear.
As for the uppercase (or lowercase) texts, those are language variables. Now, i have been seeking for the reason the two weren't alike. That was my mistake, i used the language_vars L_EDIT and L_QUOTE. Quote exists, but EDIT doesn't.
I saw that there are variables created in common.php named BUTTON_EDIT and BUTTON_QUOTE. I will change the vars to those (btw, those aren't all uppercase)
Re: [Template] Plans for mini post buttons?
can you please post on git or something. Its easier to provide feed back based on code and previewing it...
-
- Registered User
- Posts: 27
- Joined: Wed Mar 01, 2006 8:20 am
Re: [Template] Plans for mini post buttons?
see pull request #1934 
And i know, i haven't deleted all old image files...
And i know, i haven't deleted all old image files...
Re: [Template] Plans for mini post buttons?
You can make them uppercase in your CSS using:..::Frans::.. wrote:I agree with the exclamation mark, i will see if i can make that one a bit more robust...VSE+ wrote:Why is "Quote" not all upper case, like EDIT? Should be, for consistency. Also, that exclamation mark isn't very clear.
As for the uppercase (or lowercase) texts, those are language variables. Now, i have been seeking for the reason the two weren't alike. That was my mistake, i used the language_vars L_EDIT and L_QUOTE. Quote exists, but EDIT doesn't.
I saw that there are variables created in common.php named BUTTON_EDIT and BUTTON_QUOTE. I will change the vars to those (btw, those aren't all uppercase)
text-transform:uppercase;
Has an irascible disposition.
-
- Registered User
- Posts: 27
- Joined: Wed Mar 01, 2006 8:20 am
Re: [Template] Plans for mini post buttons?
Yes, i know....but thnx for the tip! 
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
-
- Registered User
- Posts: 27
- Joined: Wed Mar 01, 2006 8:20 am
Re: [Template] Plans for mini post buttons?
Thx Keith! 
Re: [Template] Plans for mini post buttons?
I think the font works if you are trying to closely match the size of the text on the post-icons however, I would argue that this is completely unnecessary. The reason the text is so small is that the entire thing was considered an icon and had to adhere to the size constraints of 16px put on icons with the theme.
I would rather have a consistant style between the post-icons and the topic action buttons using the same font for both. This would make for a slightly larger button than an icon but would enhance the UI consistency of the theme especially with the addition of the new tool menu.
As for the contact icons they are fine and the debate of keeping msn is left to its own RFC as if we do so should we not then add skype?
I would rather have a consistant style between the post-icons and the topic action buttons using the same font for both. This would make for a slightly larger button than an icon but would enhance the UI consistency of the theme especially with the addition of the new tool menu.
As for the contact icons they are fine and the debate of keeping msn is left to its own RFC as if we do so should we not then add skype?