>>
Site Map
>>
Forums
>>
Blocks
Forum module - topics in forum:
Blocks - Having problems with a block? Code doesn't work, get help here.
superuser-info-Block
i downloaded the superuser-info-block from here i got it installed and working properly but there is a Language file included that says for the installation instructions : " And now the language file,copy all thats in there and put it in your own language file." so what do i name the file and where do i put it after i copy it? Im using phpnuke platinum 7.6.b.2
Put the contents of it in the languages/lang-xxxx.php file. Replace xxxx with whatever language you are using
thx
ok thx alot
ok i like to says thanks too cause i was stuck there and now i fixed it.

ok i got a small problem after adding the contents.the block looks fine except if u look at the block u will see _USERLOGIN and _ADMINISTRATION .except that everything else looks ok.heres my site u can go and look at the block>>>>>>>>>
http://gangstars-underworld.com/index.php
how do i fix this _USERLOGIN _ADMINISTRATION and make them look normal like USERLOGIN and ADMINISTRATION?
Copy and paste the following into the User Info Block section of you lang-xxx.php file:
| Code: : |
define"_ADMINISTRATION","Administration";
define"_USERLOGIN","Login"; |
tnks NukeCode.it worked.