What Happened To The Report And Quote Buttons?

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
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.
Post Reply
User avatar
hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 968
Joined: Sat Dec 25, 2010 9:02 pm
Contact:

Re: What Happened To The Report And Quote Buttons?

Post by hanakin »

Darkness_demoN wrote:
bantu wrote:The buttons are now always visible.
Please add option in ACP to hide them.
bad idea as its a css change. It easy enough with two or three properties to add it on your own.
Donations welcome via Paypal Image

Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 373
Joined: Thu Sep 16, 2004 9:02 am
Contact:

Re: What Happened To The Report And Quote Buttons?

Post by Paul »

Darkness_demoN wrote:
bantu wrote:The buttons are now always visible.
Please add option in ACP to hide them.
We don't need a ACP option for everything...

User avatar
Darkness_demoN
Registered User
Posts: 89
Joined: Mon Jul 29, 2013 1:48 pm
Contact:

Re: What Happened To The Report And Quote Buttons?

Post by Darkness_demoN »

hanakin wrote:
bad idea as its a css change. It easy enough with two or three properties to add it on your own.
paulus wrote: We don't need a ACP option for everything...
Ok than i suggest to make a forum where people can like you hanakin can add css changes like this one or another. That people can customize their forums and will be create a big base of codes that people can add.

User avatar
Pico88
Registered User
Posts: 73
Joined: Tue Apr 12, 2011 2:32 pm

Re: What Happened To The Report And Quote Buttons?

Post by Pico88 »

It can be add via an extension ;)

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: What Happened To The Report And Quote Buttons?

Post by PayBas »

Darkness_demoN wrote:
bantu wrote:The buttons are now always visible.
Please add option in ACP to hide them.
Just add this to your buttons.css

Code: Select all

.notouch.section-viewtopic .post-buttons {
	opacity: 0;
	transition: opacity .5s;
}

.notouch.section-viewtopic .post:hover .post-buttons {
	opacity: 1;
}

User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

Re: What Happened To The Report And Quote Buttons?

Post by brunoais »

For me it's a larger clutter that it keeps "popping" in and out than anything else. Any animation should mostly be to call for attention, not to distract. In this case, it distracts.
That's my opinion, though.

User avatar
Sumanai
Registered User
Posts: 95
Joined: Sat Aug 31, 2013 11:12 am

Re: What Happened To The Report And Quote Buttons?

Post by Sumanai »

nickvergessen wrote:Well my intention for this suggestion was to not display 5*10 buttons on viewtopic.php for admins/moderators, unless they actually need them.
Well so hide adds buttons for the moderators. Moderators forum-experienced users, and relatively few. They can explain that in foreign posts buttons moderation displayed by pointing.
For ordinary users can not hide a buttons.
Sorry for my English.

MaFeSa
Registered User
Posts: 69
Joined: Sun Aug 26, 2012 1:44 pm

Re: What Happened To The Report And Quote Buttons?

Post by MaFeSa »

Darkness_demoN wrote:
bantu wrote:The buttons are now always visible.
Please add option in ACP to hide them.
+1 ;)

User avatar
Pete77s
Registered User
Posts: 43
Joined: Mon Feb 07, 2005 4:55 am

Re: What Happened To The Report And Quote Buttons?

Post by Pete77s »

I've copied the idea from one of Artys theme and put the css effect into prosilver and I frequent boards that have similar effects. It was a distraction at first, but what ended up happening was I started to hover my mouse on the mini profile side of the topic. or anywhere else besides the post body. It helps that a board is not fluid width.

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: What Happened To The Report And Quote Buttons?

Post by DavidIQ »

MaFeSa wrote:
Darkness_demoN wrote:
bantu wrote:The buttons are now always visible.
Please add option in ACP to hide them.
+1 ;)
Options already exist. Simply disable quoting, reporting, post info, and everything else that produces those buttons and they'll never be rendered. ;)
There will not be an option to do the show on post hover. It should be style specific which means if a style author wants to implement this in their own style they are welcome to do so. Making every little bit of a style run off of an individual option is a terrible suggestion to make.
Image

Post Reply