1
ok firstly.
I'm trying ot get the remember me feature ot fully work on my site I can't figure out what files i need otopen and uncomment out the code
right now I've un commented the following code in the following files tell me if im right.
in System_blocks.php
//$block['lang_rememberme'] = _MB_SYSTEM_REMEMBERME;
In Checklogin.php
//if (!empty($HTTP_POST_VARS['rememberme'])) {
//$expire = time() + $xoopsConfig['session_expire'] * 60;
//setcookie('autologin_uname', $uname, $expire, '/', '', 0);
//setcookie('autologin_pass', md5($pass), $expire, '/', '', 0);
In User.php
//setcookie('autologin_uname', '', time() - 3600, '/', '', 0);
//setcookie('autologin_pass', '', time() - 3600, '/', '', 0);
In the Template I've also uncommented the area to hide the ceck box yet it still looks odd
it's "checkbox" _MB_SYSTEM_REMEMBERME in the login block.
What else am i missing?
--------------------------------------------------
Now for the forums, there used to be a hack that allowed privet forums ot be hiden it, allowed user grould to be set to acces privet forums and so forth recently I found one but it does't convert the image ot spanish like the old one did ( not that im complaining but it will wont let me set groups to forum moderation only user even though i can fer a group to access a privet forum.