I'm using the Content_entity_example from the awsome https://www.drupal.org/project/examples module. I have created an alias in the settings file to `my_other_DB` Where in the code should I change the base_table `my_other_DB.my_table` and can I just use dot notation to specify the other DB and table?
So I created a module that creates a library entity with category (dewey classification), title, author date borrowed etc.. on one site and a module that creates an entity of subscribers on the other side. Now I will like to call subscribers_entities from the subscriber entitymodule to the library_entity module.
I'm also wondering if it was possible to create several entities within a module of if it's better to separate them (like I'm currently doing).
When a user creates content in their group, it generates a message.
On the group I created a personal flag "Follow".
I created a view to display on my user's home page, a news feed (with messages) to display the nodes of the group it follows. But I failed to display the nodes of the marked groups.
How can I do this ?
I managed to do this with the products of the stores flagged, but I did not succeed with the nodes of the groups flagged.