Page 2 of 2

Re: Couple of questions regarding building my web site with CMSMS

Posted: Fri Apr 11, 2008 3:10 pm
by Nullig
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

Re: Couple of questions regarding building my web site with CMSMS

Posted: Fri Apr 11, 2008 3:22 pm
by drabina
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

Posted: Fri Apr 11, 2008 3:28 pm
by Nullig
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

Re: Couple of questions regarding building my web site with CMSMS

Posted: Fri Apr 11, 2008 3:38 pm
by drabina
I only have option to upload to 'uploads' folder.

Re: Couple of questions regarding building my web site with CMSMS

Posted: Fri Apr 11, 2008 3:44 pm
by Nullig
In the File Manager Settings tab, you can enable advanced mode, which will give you access to the whole site.

Nullig

Re: Couple of questions regarding building my web site with CMSMS

Posted: Fri Apr 11, 2008 3:56 pm
by drabina
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.....  :(

Re: Couple of questions regarding building my web site with CMSMS

Posted: Fri Apr 11, 2008 4:17 pm
by Nullig
Can you post your Login template for FrontEndUsers?

Nullig

Re: Couple of questions regarding building my web site with CMSMS

Posted: Fri Apr 11, 2008 4:41 pm
by drabina
Here it is:

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 -->
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.

Re: Couple of questions regarding building my web site with CMSMS

Posted: Fri Apr 11, 2008 5:13 pm
by Nullig
You could change the:

Code: Select all


{$link_lostun} 

to a regular link:

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>

Nullig