Whenever you are adding a new mod be it a module or a block or whatever 9 times out of 10 it will include a readme.txt file be sure to read that file in it's entirity.
For this block this is the readme.txt
|
Code:
|
/*************************************************************************/
/* phpBB2 User Menu for PHP-Nuke 5.6 */
/* 18 August 2002 */
/* By: ThaiNuke :: PHP-Nuke Thailand (webmaster@thainuke.net) */
/* http://www.thainuke.net */
/* Thank for good scripts of Rugeri, NukeScripts */
/*************************************************************************/
phpBB2 User Menu is a Graphical Multilingual User Menu block for PHP-Nuke 5.6.
Features :
------------
- Multilingual function.
- Use icons pack for set menu theme.
- Group modules by related functions for user friendly.
- Use dropdown menu for save page space and what you want.
And a lot of functions ...
- Show User's Avatar(If you have!) or Anonymous avatar.
- You can login from here and also register or lost password links(like Login block).
- You can submits : news, downloads, links from here(Users' jobs!!!).
- Show some details of your members.
- Show Online users and lists of them(like Who's Online block).
- Show Total hits pages(like Total hits block).
- For Members there are 3 functions :
1. Members Menu(dropdown) and logout button.
2. Select theme from here.
3. Show New Private Messages.
Installation :
---------------
- Extract files.
- FTP block-phpBB2_User_Menu.php into blocks directory.
- FTP icon images into images/blocks/-phpBB2_User_Menu directory.
- Add the lang-****.txt files into your language file in language directory.
- In phpnuke admin goto blocks option a create the block. |
Main line you probably missed is:
|
Quote:
|
|
- Add the lang-****.txt files into your language file in language directory.
|
And by adding it doesn't mean you just throw that file in there because obviously you already have a lang-english.php you need to copy the code included in lang-english.txt and append you existing lang-english.php
Hope that helps