PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

How to retrieve user post and add follow function?

mayank-patel

Feb 11th, 2017 02:17 AM

Anyone have idea how to get perticular user post? and also allow user to follow any post and get notification?

tnylea

Feb 11th, 2017 03:06 PM

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!

mayank-patel

Feb 11th, 2017 07:26 PM

Yeah its for chattr but is it possible any user can follow any post and get notify? Thank you for your reply.

mark

Feb 12th, 2017 02:00 PM

A user can already visit any post and click follow on that.

mayank-patel

Feb 12th, 2017 07:59 PM

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.

mayank-patel

Feb 13th, 2017 04:12 AM

like you have favourite function in your website i want to add in to forum.

mark

Feb 13th, 2017 10:45 AM

So you want to make people able to favourite dicussions, and then be able to see what dicussions they have favourited?

Am I right?

mayank-patel

Feb 14th, 2017 02:07 AM

yes absolutly correct

mark

Feb 14th, 2017 06:00 AM

Can you please make a issue for this on Github. It is easier for me to maintain that.

Then I will hopefully have time to build up this feature next week.

mayank-patel

Feb 14th, 2017 09:06 PM

yeah sure thank you so much for such a great help. Appriciate.

mark

Feb 15th, 2017 06:55 AM