How to retrieve user post and add follow function?
Anyone have idea how to get perticular user post? and also allow user to follow any post and get notification?
Hey Mayank-patel,
Is this referring to the chatter forum package? You should be able to configure Mail in your laravel app and then inside of your app/chatter.php
you will want to set enabled to true like so:
'email' => [
'enabled' => true,
'view' => 'chatter::email',
],
Let me know if that helps :)
Thanks!
Yeah its for chattr but is it possible any user can follow any post and get notify? Thank you for your reply.
Thanks for your reply mark . i have a user dashboard forum is part of website in user dashboard i want to pull that post related to specific user. and if user is intersted in any other post user can follow the post and get notified if any one reply on that post.
like you have favourite function in your website i want to add in to forum.
yes absolutly correct
yeah sure thank you so much for such a great help. Appriciate.