5
Hi,
Quote:
I'd like to change the User Menu without using any hack or module for that thing... do you know where can I change it? (which file I should edit?)
I'd like to change the words "Notifications" and "Administration Menu" and "Inbox" to other language
those are in modules/system/language/YOUR LANGUAGE/blocks.php file. Look for:
define("_MB_SYSTEM_VACNT","View Account");
define("_MB_SYSTEM_EACNT","Edit Account");
define("_MB_SYSTEM_NOTIF", "Notifications");
define("_MB_SYSTEM_LOUT","Logout");
define("_MB_SYSTEM_INBOX","Inbox");
define("_MB_SYSTEM_ADMENU","Administration Menu");
Quote:
Also, changing the theme to 2 languages - is it possible?
Yes, use xLanguage mpdule and upload the second language for xoops/language ... and for all modules. But this module require one very small hack to xoops. It has a block to select language and a smarty tag to integrate into theme.
:)