Heisenberg submitted a new resource:
You must be registered for see links
- Guest can't see links.vB Version: 3.8.x
This template modification that make guests register before they can see any link on the website.
Here is what you need to do to active it and use it in your Forum.
Go to AdminCp>Plugin & Products > Add New Plugin
Then do this:
Code:Hook Location : postbit_display_complete Name : what ever you want Execution Order : 5 Plugin PHP Code : if ((!$this->registry->userinfo[userid]) OR (is_member_of($this->registry->userinfo, 1, 3))) { $this->post['message'] =...
You must be registered for see links
Last edited:
