ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,419
- Points
- 823
Reputation:
This started because I noticed when I tried to limit what unregistered accounts could do, there was nothing for tool tip profiles.
You can block profiles but not the tool tips.
So I went and did that myself. If anyone has any suggestions on how I could make it better that would be amazing.
First off the MemberController extension:
PHP:
Read more
Continue reading...
You can block profiles but not the tool tips.
So I went and did that myself. If anyone has any suggestions on how I could make it better that would be amazing.
First off the MemberController extension:
PHP:
Code:
use XF\Pub\Controller\MemberController as XFMember;
use XF\Mvc\ParameterBag;
class MemberController extends XFMember
{
public function...
Read more
Continue reading...