I have to develop a robust website, similar to airbnb.com
The website will contain properties for rent and in each one there will be rooms. The users will be able to hire the rooms while other users will be able to advertise them. Their will be a hierarchy of property managers, rooms managers and company managers (with a few properties). The rate of the rooms will change according to days and hours. Users will be able to pay in their own currency... etc etc...
I have the module Message installed on a Drupal 8 site. I want to display the information of the author of the message but I can't figure out how to do it.
How can I display :
- the url of the account of the author.
- the name of the author.
- the picture of the author.
I used views_get_view_result() to get the values of my view but i only get one page (i've a pager of 10 items). Is there a solution to get the value of all pages ??
There is a save button on the 'Add Term' page in Taxonomy. You can add a term and click save and Drupal takes you back to the 'Add Term' page again. If I want to redirect to some other page after clicking the save button, how should I do it?
I can see who has created revisions of the page, and which ones are not yet published ,but I cannot see who published the last version of the page. The task is to see the author name of the published revision.
I am not sure if there may be a module I can add into Drupal that does this.
I would be happy if you point me in the right direction