Did you install the module using the Module Manager?
If so, you can go to the Modules listing page in Admin (Extensions/Modules), and click on th "Change Permissions" link for the module.
Nullig
Couple of questions regarding building my web site with CMSMS
Re: Couple of questions regarding building my web site with CMSMS
Yes, I did install it thru the Module Manager (do not know any other way). Unfortunately, the FrontEndUser module does not have anything listed under 'Actions'. The SelfRegistration module has only 'Uninstall' option.
Re: Couple of questions regarding building my web site with CMSMS
I usually install by downloading the zip or gz file to my local PC, unzip the files and then FTP them up to the site. That way I avoid permission problems like this.
Can you upload the edited file via File Manager in Admin?
nullig
Can you upload the edited file via File Manager in Admin?
nullig
Re: Couple of questions regarding building my web site with CMSMS
I only have option to upload to 'uploads' folder.
Re: Couple of questions regarding building my web site with CMSMS
In the File Manager Settings tab, you can enable advanced mode, which will give you access to the whole site.
Nullig
Nullig
Re: Couple of questions regarding building my web site with CMSMS
I have enabled the advanced options for the File Manager and uploaded both fixed files (one for Polish and one for English language). Then I went to clear the case in Admin but the page still shows English text.
Slowly giving up.....
Slowly giving up.....

Re: Couple of questions regarding building my web site with CMSMS
Can you post your Login template for FrontEndUsers?
Nullig
Nullig
Re: Couple of questions regarding building my web site with CMSMS
Here it is:
The first line basically states that login is required to access this page and if you do not already have a login, click here (here is a link to the registration page).
Thanks.
Code: Select all
<!-- Login form template -->
<p><b>Dostęp do strony umożliwiony tylko po zalogowaniu się.</b><br/><br/>Jeżeli nie jesteś jeszcze zarejestrowany, kliknij link {cms_selflink page="rejestracja"}.</p><br/>
<font size="-2">
{$startform}
{if $error}
{$error}<br>
{/if}
<p>{$prompt_username} {$input_username} {$prompt_password}
{$input_password}
<!--
<br/>
{if isset($captcha)}
{$captcha_title}: {$input_captcha}<br/>
{$captcha}<br/>
{/if}
{if isset($input_rememberme)}
{$input_rememberme} {$prompt_rememberme}<br/>
{/if}
-->
{$input_submit}
<br/>
<br/>
{$link_forgot}<br/>{$link_lostun}</p>
{$endform}
</font>
<!-- Login form template -->
Thanks.
Re: Couple of questions regarding building my web site with CMSMS
You could change the:
to a regular link:
Nullig
Code: Select all
{$link_lostun}
Code: Select all
<a href="http://www.mielko.com/index.php?mact=FrontEndUsers,m3,default,1&m3lang=pl_PL&m3form=lostusername&m3returnto=53&m3returnid=53&page=53">Polish translation</a>