1
I am new to this But I have a question..
Can someone please explain this to me in english..
- define this text _MI_MYPAGE_SMNAME1 in: (this text can be different as long as it matches the language defines)
- language defines language/english/global.php i.e.
- define("_MI_MYPAGE_SMNAME1","Forum");//whatever you wish
- define("_MI_MYPAGE_SMNAME2","User Journals");
Then create a directory in your modules folder, call it anything you wish, but make sure it matches these lines:
$modversion['name'] = "mypage";//name of module
$modversion['dirname'] = "mypage";//name of directory
Thank you