XF 1.2 Want to put Hotspots under Members

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:

Code:
 return $router->getRouteMatch('Waindigo_Hotspots_ControllerPublic_Hotspot', $action, 'members');

Changed the end to members. It didn't work.

Any suggestions? Thanks!
 
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:

Code:
 return $router->getRouteMatch('Waindigo_Hotspots_ControllerPublic_Hotspot', $action, 'members');

Changed the end to members. It didn't work.

Any suggestions? Thanks!
You're better off asking support in the add-on thread. I'm sure @Waindigo can answer this question.
 
Top Bottom