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
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
Comment #2
merilainen commentedSeems 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.
Comment #3
bircherWell, 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.
Comment #4
harings_rob commentedHi,
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
Comment #5
mparker17@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
Comment #7
mparker17(updating issue credits)
Comment #8
mparker17Note 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.