Migration from Ning: a few questions
Ning To Jamroom
paul:
Hi Elise
Yes, this is the way Jamroom works. Followers don't automatically get reciprocated.
If this is a show-stopper for you, a simple custom 'listener' module could solve this problem - the module would listen for a follower being accepted then add the reciprocating arrangement to the Follower datastore. Basically a few lines of code in a custom module. See this documentation - https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/127/module-development
I can advise further on this if you want this follower functionality.
Hi Elise
Yes, this is the way Jamroom works. Followers don't automatically get reciprocated.
If this is a show-stopper for you, a simple custom 'listener' module could solve this problem - the module would listen for a follower being accepted then add the reciprocating arrangement to the Follower datastore. Basically a few lines of code in a custom module. See this documentation - https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/127/module-development
I can advise further on this if you want this follower functionality.
Yes, this is exactly what I would like
When the request is approved, both the sender and receiver are authorized to contact each other.
I'm not a PHP developer, so this is a lot to take in. But I think the docs are precise enough that I can create a module and a listener function.
I'd need help on what is the datastore call that authorizes the other party?