Allowing only the logged in users to browse a link in a custom plugin
-
I have a link in my custom plugin which when clicked checks whether the user is logged in or not. If yes, the system displays the appropriate HTML content.
If not, it displays the message: "You don't seem to be logged in"
When the user logs in, he is taken to the Register/Login screen after successful login, the system displays the HTML content.
How can I implement this? Could anybody pl. write the code outline for this?
Thanks
Copyright © 2024 NodeBB | Contributors