mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
(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:
@@ -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]"
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user