Page 2 of 3

Re: phpbbx behavior options

Posted: Thu Apr 06, 2006 2:13 pm
by katon
The answer is simple.  Logout is not implemented, only login.  In order to implement logout, we need to know how to do it.  This is why I have created this poll.

Re: phpbbx behavior options

Posted: Thu Apr 06, 2006 9:23 pm
by CMSMS-Fan
As a frontend user and admin on several sites my expectations would be that if I logged into a website I would be a little miffed to have to log in again to their forum....  Which is what you have to do on most sites as they are not linked, unless someone has written some custom software for the job.
I think the admin should have to choose depending on the type of website they are using.

Re: phpbbx behavior options

Posted: Thu Apr 06, 2006 9:51 pm
by katon
Hmm... People don't really seem to care to vote.  I guess they are just happy with what is already available? 8)

Re: phpbbx behavior options

Posted: Thu Apr 06, 2006 10:09 pm
by CMSMS-Fan
Sorry didn't realise it was a Poll too.....

Re: phpbbx behavior options

Posted: Fri Apr 07, 2006 5:50 am
by thetmz
katon wrote: The answer is simple.  Logout is not implemented, only login.  In order to implement logout, we need to know how to do it.  This is why I have created this poll.
No, I'm talking about logging in. It doesn't work for me. So I'm asking if i'm having this problem or is it global. Because I can login to front-end when I create a user for the first time. If I logout, and the log back in to front-end - it won't log you in to phpbb2.
That's what I'm asking.

Thank you

Re: phpbbx behavior options

Posted: Sun Apr 09, 2006 11:18 pm
by katon
Ok, I have good news and bad news. 

The good news is I have released a version that fixes the problem with forum logout. I have tested it only on one system, so I would like to ask you guys to try it out and let me know if it works all right.

The bad news is I don't see how to log user out of the cms without modifying the forum. When the user logs out, he needs to hit the cms forum page.  At this point, I don't see how this can be done.

Re: phpbbx behavior options

Posted: Tue Apr 11, 2006 10:20 am
by thetmz
The logging in to the forum doesn't work for me at all. It redirects to forum as guest, even if i'm logged in to Front-End. It says smth about "Cannot create session" and then redirects to phpbb2 as guest..
I'm not really concerned about logging out. For me - it would be great that logging in would work correctly.

TMZ

Re: phpbbx behavior options

Posted: Tue Apr 11, 2006 10:45 am
by tsw
katon wrote: The bad news is I don't see how to log user out of the cms without modifying the forum. When the user logs out, he needs to hit the cms forum page.  At this point, I don't see how this can be done.
Just a guess but doesnt forum have "show this page on logout" setting? it would be minor adjustment to have that page point to logout page on cmsms and then cmsms would redirect to some page.

(I could be wrong, havent even looked at that forum ;)

Re: phpbbx behavior options

Posted: Tue Apr 11, 2006 11:39 am
by katon
thetmz: where can I look at the problem?  is it open from the web?

tsw: I have look in the forum settings and haven't found this option.

Re: phpbbx behavior options

Posted: Wed Apr 12, 2006 6:14 am
by thetmz
Well, I don't know what's the problem, but I can't get in to Front-End users Management in admin panel.
Now it shows this error:
Fatal error: Cannot redeclare implode_with_key() (previously declared in /home/c2bodybu/public_html/modules/FrontEndUsers/FrontEndUsers.module.php:32) in /home/c2bodybu/public_html/modules/FrontEndUsers/FrontEndUsers.module.php on line 37

(I have this error for the first time). So i Can't show you the error before, because i can't create you a user in front end...

Re: phpbbx behavior options

Posted: Wed Apr 12, 2006 6:19 am
by thetmz
I've upgraded to Front-End users 1.0.4
so it shows this error:
Fatal error: Cannot redeclare array_key_exists_substr() (previously declared in /home/c2bodybu/public_html/modules/FrontEndUsers/FrontEndUsers.module.php:31) in /home/c2bodybu/public_html/modules/FrontEndUsers/FrontEndUsers.module.php on line 39

Re: phpbbx behavior options

Posted: Wed Apr 12, 2006 6:42 am
by katon
themtz, if you remove the phpbbx file and the call, do you still get this problem?

Re: phpbbx behavior options

Posted: Wed Apr 12, 2006 8:14 am
by thetmz
katon wrote: themtz, if you remove the phpbbx file and the call, do you still get this problem?
Nope, that didn't help.
I still get that error:

Fatal error: Cannot redeclare array_key_exists_substr() (previously declared in /home/c2bodybu/public_html/modules/FrontEndUsers/FrontEndUsers.module.php:31) in /home/c2bodybu/public_html/modules/FrontEndUsers/FrontEndUsers.module.php on line 39

Re: phpbbx behavior options

Posted: Wed Apr 12, 2006 8:19 am
by katon
Then you'd better start a new thread, since it doesn't seem to be related to phpbbx.

Re: phpbbx behavior options

Posted: Wed Apr 12, 2006 1:42 pm
by thetmz
katon wrote: themtz, if you remove the phpbbx file and the call, do you still get this problem?
Now it works.
Thank you katon.