F fred66 Member Nov 28, 2024 #1 Is there a way to check whether a user came from a thread? like HTTP REFERRER from /threads/ I've already looked at $xf.request, but can't find any documentation about it
Is there a way to check whether a user came from a thread? like HTTP REFERRER from /threads/ I've already looked at $xf.request, but can't find any documentation about it
K Kirby Well-known member Nov 28, 2024 #2 Code: $xf.request.getServer('HTTP_REFERRER') Upvote 0 Downvote
F fred66 Member Nov 28, 2024 #3 thank u!! from where do u know the syntax? output is always false Upvote 0 Downvote