I am wondering if there is a way to comment/review and rate the user profile ? I was looking for the same solution for Drupal7 before, now, am wondering if there is anything new in backdrop here to do this. Thanks
@dd123 - As far as I know, you cannot add comments to user profiles. However, would it work to create a person content type and is linked via entity reference to the user account?
You could add whatever fields, rating and comments to the node and then use views to link them and display wherever you want.
I'm not doing exactly that, but I am doing similar as I need to have some people nodes that are not linked to users and there may also be some users that don't have a people node as they're not public facing.
Possibly with Fivestar for the rating portion (though I haven't tried it). You could try adding a "Fivestar rating" field on user accounts.
EDIT: @yorkshirepudding's idea of adding a node that is linked via entity reference so that you can include comments is a good one. Maybe you could configure Rules to create that node and link it automatically when a user is created (also not certain of that).
With the threat of Drupal 7 EOL looming, and a very out of date Drupal 6 site that no longer worked with newer php versions, I made the decision to move both sites to Backdrop in March 2024. ...
Happy Birthday Backdrop CMS! Thanks to the team for everything you do and I'm glad to be part of the people who have been using this system since version 1.1 :))
I have built more than 100...
Posted5 hours 52 min ago by Antony Milenkov (amilenkov) on:
I have a handful of projects I have migrated from Drupal 7 sites, and a number of new sites I have built. Here's my list:
Twin Cities Amnesty https://twincitiesamnesty.org...
Posted5 hours 53 min ago by Wilbur Ince (Wylbur) on:
I'll start!
My company Triplo, has been building Backdrop CMS sites and upgrading Drupal 7 sites to Backdrop for about 6 years now?
Here are a few of the Backdrop sites we have...
Comments
@dd123 - As far as I know, you cannot add comments to user profiles. However, would it work to create a person content type and is linked via entity reference to the user account?
You could add whatever fields, rating and comments to the node and then use views to link them and display wherever you want.
I'm not doing exactly that, but I am doing similar as I need to have some people nodes that are not linked to users and there may also be some users that don't have a people node as they're not public facing.
Possibly with Fivestar for the rating portion (though I haven't tried it). You could try adding a "Fivestar rating" field on user accounts.
EDIT: @yorkshirepudding's idea of adding a node that is linked via entity reference so that you can include comments is a good one. Maybe you could configure Rules to create that node and link it automatically when a user is created (also not certain of that).
https://backdropcms.org/project/formblock
entity reference + views + layout