| Re: my page |
| by plusangel on 2005/11/18 14:41:19 hmmmm... this $modversion['sub'][1]['url'] = "../../modules/ipboard/"; and that $modversion['sub'][2]['url'] = "../../modules/weblog/"; have to change to the paths where the custum folders placed. Say that i've made a custom folder called ¨projects" (inside i've placed index.php and xoops_version.php)...then the path will be $modversion['sub'][1]['url'] = "../../modules/projects/"; read the instruction.txt! |
| Re: my page |
| by opssrah on 2005/11/18 13:10:24 Quote:
ok thanx.. now i have problem with this section // Menu for submenus in main menu when page loads $modversion['hasMain'] = 1;//0 to remove from main menu $modversion['sub'][1]['name'] = Motivasi Alihan Pelajar;//define in language/english/global.php $modversion['sub'][1]['url'] = "../../modules/ipboard/"; $modversion['sub'][2]['name'] = _MI_MYPAGE_SMNAME2;//define in language/english/global.php $modversion['sub'][2]['url'] = "../../modules/weblog/"; when i change to / Menu for submenus in main menu when page loads $modversion['hasMain'] = 1;//0 to remove from main menu $modversion['sub'][1]['name'] = Motivasi Alihan Pelajar;//define in language/english/global.php $modversion['sub'][1]['url'] = "../../modules/ipboard/"; $modversion['sub'][2]['name'] = Kembara Muda;//define in language/english/global.php $modversion['sub'][2]['url'] = "../../modules/weblog/"; my page become blank |
| Re: my page |
| by plusangel on 2005/11/18 6:27:39 Sure, you can |
| Re: my page |
| by opssrah on 2005/11/18 2:45:16 No Answer ? |
| Re: my page |
| by opssrah on 2005/11/18 1:44:24 ok i can do it thanx.. now i want to ask can i install the module for second time coz i want to add one page again |