It would be great to have the feedback functionality also in Drupal 8.

I worked on an initial port which can be found here: https://github.com/bircher/drupal-feedback

Comments

bircher created an issue. See original summary.

merilainen’s picture

Seems to work well on D8, but there is no easy way to make it visible everywhere like the D7 version? It kind of defeats the whole purpose of getting spontaneous feedback from site visitors.

bircher’s picture

Well, you need to place the feedback block and that depends on the regions in the theme. In my opinion it would have to be styled anyway a bit depending on the theme.
Of course that could be integrated and improved. An alternative would be to bypass the block system and inject it somewhere else in the html but I feel like that would be against all good practices just to simplify one step in the setup.
In any case thank you for trying it out and giving feedback.

harings_rob’s picture

Hi,

I have created a PR to the Drupal 8 version to allow the configuration of the feedback success message.

https://github.com/bircher/drupal-feedback/pull/1

mparker17’s picture

Title: Port to Drupal 8 » Port to Drupal 8/9

@ergonlogic and I updated @bircher's port at https://gitlab.com/consensus.enterprises/drupal/drupal-feedback and added Drupal 9 support, which will become the basis for feedback 3.x

mparker17’s picture

(updating issue credits)

mparker17’s picture

Status: Needs review » Fixed

Note that Feedback 3.0.0-alpha1 is out with support for D8 and D9.

Going to close this issue.

If you find problems with the D8/D9 version(s) please file them as new tickets against the appropriate branch.

If you want to contribute or move from Alpha -> Beta -> RC -> Release, automated tests would be the most useful way to move that forward.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.