thats how the default phpbb works after you login it doesnt redirect back to the page you were looking atchris_uk wrote:Hello, i just wanted to drop in with a suggestion, i hope that you are expanding upon this mod, i have it up and running nicely.
This is not huge suggestion but they will make life simpler for the persons logging in with facebook.
Please make a change so that the last page viewed is the return point on login, its a pain to have to find posts again after login. I can see this would be especially so on a large very active forum. the return to index page on login, in my mind takes away from the whole idea of quick login with facebook. Normal login can return to page and so should this mod.
Have you configured the module and also created a facebook app page? also have you clicked the link in the email the site sends you? if you have activation set to user you will need to do that before you can log in with your facebook details, just as you would with the normal registration process.sani.pd wrote:I cant login with Facebook button. After I have been registered, I want to Log in with Facebook, but the "Login with Facebook" button is still redirecting me at registration page. Can someone help me please, what Im doing wrong?
bprsk8r4272 wrote:thats how the default phpbb works after you login it doesnt redirect back to the page you were looking at
Yes, I have configured Facebook app. If I haven´t - users wouldnt be able to register with Facebook. I mean problem is that administrators have to confirm registrations, but I didnt obtain confirmation e-mail. How can I (as administrator) confirm registration with Facebook? There are about 150 users registered without Facebook and evething goes well.chris_uk wrote:Have you configured the module and also created a facebook app page? also have you clicked the link in the email the site sends you? if you have activation set to user you will need to do that before you can log in with your facebook details, just as you would with the normal registration process.sani.pd wrote:I cant login with Facebook button. After I have been registered, I want to Log in with Facebook, but the "Login with Facebook" button is still redirecting me at registration page. Can someone help me please, what Im doing wrong?
Code: Select all
SQL query:
INSERT INTO `phpbb_config` ( `config_name` , `config_value` , `is_dynamic` )
VALUES (
'allow_avatar_remote_fb', '1', 1
), (
'allow_fb_avatar_remote', '1', 1
), (
'fb2011_admins', '0', 1
), (
'fb2011_appid', '0', 1
), (
'fb2011_comment_enable', 'yes', 1
), (
'fb2011_comment_posts', '2', 1
), (
'fb2011_comment_width', '450', 1
), (
'fb2011_fb_show_bday', 'yes', 1
), (
'fb2011_fb_show_gender', 'yes', 1
), (
'fb2011_fb_show_location', 'yes', 1
), (
'fb2011_lang', 'en_US', 1
), (
'fb2011_like_action', 'like', 1
), (
'fb2011_like_color', 'light', 1
), (
'fb2011_like_enable', 'yes', 1
), (
'fb2011_like_faces', 'false', 1
), (
'fb2011_like_font', 'tahoma', 1
), (
'fb2011_like_layout', 'standard', 1
), (
'fb2011_like_width', '450', 1
), (
'fb2011_page', '0', 1
), (
'fb2011_path', 'fb2011/', 0
), (
'fb2011_secret', '0', 1
), (
'fb2011_settings', '3', 1
);
MySQL said: Documentation
#1062 - Duplicate entry 'allow_avatar_remote_fb' for key 1