(Update) Link to forum post in tagged PM

This makes the link in your PM go directly to the post you where
tagged in!
This commit is contained in:
poppabear8883
2018-04-23 22:57:03 -04:00
parent 9c806b97b9
commit fcc810e9b6
+1 -1
View File
@@ -210,7 +210,7 @@ class ForumController extends Controller
'reciever_id' => $tagged_user->id,
'subject' => "You have been tagged by {$user->username}",
'message' => "The following user, {$user->username}, has tagged you in a forum post.
You can view it [url={$appurl}/forums/topic/{$topic->slug}.{$topic->id}] HERE [/url]"
You can view it [url={$appurl}/forums/topic/{$topic->slug}.{$topic->id}?page={$post->getPageNumber()}#post-{$post->id}] HERE [/url]"
]);
}
}