Awesome, Thank you.
Might have found one more bug. If i edit someone else's post the user in discord will be shown as {user}. But the link to the profile is right.

Thanks, I'll take a look.
You can't. I have no plans to make that an optional feature unless I hear a large number of users requesting it. If you really want it gone though, you can dive into the source code and do it yourself. In the file event/notification_event_listener.php there are a bunch of functions like "generate_user_link" at the bottom. Add "return $text;" as the first line in each of those "generate_X_link" functions and that should do it.spoolinx86 wrote: ↑Thu Nov 08, 2018 12:29 amHow can I remove the hyperlinks from the notification? When a user creates a thread we get the notification but I don't want anything to be clickable in the there.
Should be fixed in pull request #22 now merged into master. Let me know if you still have issues.
Perfect, that's what I was looking for actually (wasn't expecting a feature). Thanks so much!Roots wrote: ↑Fri Nov 09, 2018 12:31 amYou can't. I have no plans to make that an optional feature unless I hear a large number of users requesting it. If you really want it gone though, you can dive into the source code and do it yourself. In the file event/notification_event_listener.php there are a bunch of functions like "generate_user_link" at the bottom. Add "return $text;" as the first line in each of those "generate_X_link" functions and that should do it.
No, that scope wasn't on my mind. I don't think it would be too difficult to implement though.