1
I want to make a sub menu submit button for xoopspolls on my main menu. The problem is that the polls.php file is actually under my newbb module so this wont work.
// Menu
$modversion['hasMain'] = 1;
// my mod
$modversion['sub'][1]['name'] = "Submit";
$modversion['sub'][1]['url']= "polls.php ";
Is there anyway of having that button direct to a file under another module?