Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi KK

I am using this module and it help me a lot & works fine.

But I have two questions

can I move members/login.php to couch/snippets folder, so I can use login form on the specific page like Index.php, about.php etc. Is there any another way to do this?

I edit addons/member/config.php as


Code: Select all
 // Names of the required templates
$t['members_tpl'] = 'portfolio.php';
$t['login_tpl'] = 'couch/snippets/login.php';
$t['lost_password_tpl'] = 'members/lost-password.php';
$t['registration_tpl'] = 'members/register.php';]

and also move and edit couch/snippets/login.php first line like this



Code: Select all
<?php require_once( '../couch/cms.php' ); ?>

But it not working.

My 2nd question is that, is there any way to stop member registration with same email id ? if possible please guide me .


Report this post
Hi,

Please see my reply to your original question here -
viewtopic.php?f=5&t=8063&p=16233#p16233
2 posts Page 1 of 1