Matthew Hawley
Well-known member
I am using the Hotspots addon by Waindigo and I want to put it under the members tab in the tablinks.
In /library/Waindigo/Hotspots/Route/Prefix, I remember that I'm supposed to do something like this:
Changed the end to members. It didn't work.
Any suggestions? Thanks!
In /library/Waindigo/Hotspots/Route/Prefix, I remember that I'm supposed to do something like this:
Code:
return $router->getRouteMatch('Waindigo_Hotspots_ControllerPublic_Hotspot', $action, 'members');
Changed the end to members. It didn't work.
Any suggestions? Thanks!