Frontend users, xml install, files

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
unnamed7
Forum Members
Forum Members
Posts: 42
Joined: Tue Dec 05, 2006 1:53 pm

Frontend users, xml install, files

Post 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  :)
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Frontend users, xml install, files

Post 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
Last edited by calguy1000 on Tue Dec 05, 2006 3:12 pm, edited 1 time in total.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
unnamed7
Forum Members
Forum Members
Posts: 42
Joined: Tue Dec 05, 2006 1:53 pm

Re: Frontend users, xml install, files

Post by unnamed7 »

hmm i downloaded it but its empty 0kb :(
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Frontend users, xml install, files

Post by calguy1000 »

This should work

[gelöscht durch Administrator]
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
unnamed7
Forum Members
Forum Members
Posts: 42
Joined: Tue Dec 05, 2006 1:53 pm

Re: Frontend users, xml install, files

Post 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
Post Reply

Return to “CMSMS Core”