frankblack
"myXOOPs"-Profi
Gepostet am:07.09.2007 21:54
$modversion['sub'][1]['name'] = _MI_SSECTION_SUB_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php?op=add";
global $xoopsUser, $xoopsModule;
if ( $xoopsUser ) {
$movieModule = XoopsModule::getByDirname("x_movie");
if ( !$xoopsUser->isAdmin($movieModule->mid()) ) {
redirect_header('index.php', 5, _NO_PERM);
}
} else {
redirect_header('index.php', 5, _NO_PERM);
}
| Forum | Thema | Antworten | Views | Letzter Beitrag |
|---|---|---|---|---|
| Modulentwicklung | New Xoops Xcreate Module | 0 | 5330 | 26.11.2025 15:22 efkan |
| Modulentwicklung | XOOPS Custom Field Module | 1 | 1816 | 24.11.2025 11:21 Goffy |