Page 1 of 1

Frontend users, xml install, files

Posted: Tue Dec 05, 2006 2:15 pm
by unnamed7
Hi.

I'm running cmsms v.1.0.2, everything works fine.
I have a little question about frontend user module. It works fine as well, i had installed newest version (xml file) and dont know where can i change language, for exp. 'Sign in', 'Sign out' button or 'forgot your password' fraze...

on ftp, modules/frontednuser catalog is empty... i even looked at database and couldnt find it as well, where those frazes come from ?


thanks in advance and sorry for my poor english  :)

Re: Frontend users, xml install, files

Posted: Tue Dec 05, 2006 2:25 pm
by calguy1000
The permission of files is determined by the 'file creation mask' in your site preferences, if this isn't set to something like 027 or something like that, then world users will not have read or execute permission on the files and directories, and depending upon your hosts group settings, etc you may not be able to see the files in an ftp client.  You will need to change the permissions of each file using a ChangePermissions script (ask me for one, I have one for this purpose).

Changing any string in any module is relatively easy.  There are two primary ways:
a) The translation center allows translators to create or edit translations for any module.  These translations would then be included in the next
    release of the module.  They would be used depending upon what your default language is set to in the site preferences in your admin section.

b) Individual strings can be customized for any language on a per-installation basis:
    Create a directory called module_custom//lang/ and in that, a file called .php,  ie:  en_US.php
    in that file you'll override just the strings you want to change.  The format of the file is:
    $lang[key] = 'value';
 
    To know the key that you need to change you'll want to look in the modules//lang/en_US.php file
    (which means you'll have to solve the permissions issue as described above first).

Hope this helps

Re: Frontend users, xml install, files

Posted: Tue Dec 05, 2006 3:20 pm
by unnamed7
hmm i downloaded it but its empty 0kb :(

Re: Frontend users, xml install, files

Posted: Tue Dec 05, 2006 3:21 pm
by calguy1000
This should work

[gelöscht durch Administrator]

Re: Frontend users, xml install, files

Posted: Tue Dec 05, 2006 5:19 pm
by unnamed7
yay it works now :) i couldnt use your script but my friend wrote smth similiar and it worked. just dunno why but i couldnt upload nothing to frontenduser catalog.

but now it works and i have to translate a lot of text :)


thanks for help