Required: Template Conditionals or PHP in Templates / Complex Templates plugin.
This will hide the New Thread button automatically when a user doesn't have permission to create a new thread in a forum.
forumdisplay_newthread:
This will hide the New Reply button automatically when a user doesn't have permission to post a new reply in a thread.
showthread_newreply:
The same conditional if we want to hide the Reply button in postbit:
postbit_quote template:
We can use a <else> condition for users who don't have permission.
For example, we can use a button to link to our registration page, and use a different image:
Maybe it is useless, but, I just want to share it
And please tell me if I had made a mistake with the code