| Re: login and forum help plz |
| by Oz1234 on 2004/7/29 18:21:37 login ... not quite while cosmeticaly the remember me function is there i doesn't seem ot be remembering users. I used the 2.0.7 auto login hack. |
| Re: login and forum help plz |
| by Oz1234 on 2004/7/29 1:42:57 OK gotthe remember me thing fixed how ever is there a forum hach thta will let me organize forums with in a catagory and assign users to a mod group and that group is set as a forum moderator in stead of each individule person? |
| login and forum help plz |
| by Oz1234 on 2004/7/29 0:45:32 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. |