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).
Thank you argiepiano, it works exactly as you said, the only thing is i dont have the "classify option" under file-types but I wrote it and I was able to access it and its done, now users can...
This is probably because your files are classified as octet-stream, since the mimetype for APK files is unknown to Backdrop. When this happens, Backdrop doesn't assign a file type to the managed file...
Posted12 hours 52 min ago by Alejandro Cremaschi (argiepiano) on:
For the record I cut and pasted the missing blogs. This was so long ago and the experience that I've gained made me realize the difference between content and configuration. It is likely that...
This may not be news, but I had some success with Node Export on D7 and Feeds on Backdrop. (Couldn't get Feeds -> Feeds import to work correctly.) The way I got it working was to set Node...
This module allows an administrator to define additional (billing and
shipping) address fields (i.e. VAT) in Ubercart e-commerce suite.
Backdrop CMS port: https://drive.google.com/file/...
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