Trying to finish up a module and could use some help with this one.
I need to take the user to a set url in the tools tab. Im trying to figure out the right way to do this.
i have tried
[code] jrCore_register_module_feature('jrCore', 'tool_view', 'myPhpbb', 'ACPLogin', 31); // 31 = 'ACPLogin' (ACP Login)[code]
and i get to myphpbb/ACPLogin however i need to go to an actual hard coded location like /forums/?=acplogin.php
Thanks
would i put a part in the language file with a link to the url like '31' would be '{$jamroom_url}/forums/?3940jfACPLogin.php'
updated by @developer-networks: 01/19/14 04:53:10PM