Hmm... that's a good thought...eviL3 wrote:#1: Okay, i didn't test the include personally, just couldn't imagine it working, but maybe you can explain that to me (i thought it was relative to the file being called, not to the included file?).
But i still don't like having an uninitialized variable in a lang file without IN_PHPBB check (even though $phpEx is much less critical than $phpbb_root_path). IMO the most logical place to put it would be adm/index.php, but that's just a suggestion. Right after:
- Code: Select all
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('acp/common');
// End session management
Actually, that's a really good idea, since then it will be most compatible with all languages, so they don't have to change every common.php language file.
Odd!eviL3 wrote:#2: There's 2 folders in the zip root: "ACP Add User 1.0.0" and "__MACOSX", wich includes a folder named "ACP Add User 1.0.0". In there there are the same files like in the correct folder, but the file names are prefixed with "._", for example "._install.xml". Very strange. I'm on windows, using WinRAR.
Not sure how to fix this.
Good enough for me...eviL3 wrote:#3: Because the MOD team requires it.
Thanks!!
Okay, happy to hear it was not a problem with the MOD.eviL3 wrote:Opened the file using WinRAR's file viewer, now i checked in ZDE (Zend Development Enviroment), wich doesn't seem to like it. It displayed correctly in PSPad and in Dreamweaver though. Also in notepad, but it didn't like the \n's
Update: I just had to open it in UTF-8 compatibility mode in ZDE, and now it's working. It didn't recognize it automatically... glad i found that










(i just love these smilies here
: 




