genesis-zero
Forum Replies Created
-
Thanks to Otto the problem is solved. In my case I had to deactivate the “WP-DoNotTrack”-Plugin.
When you enabled the login module, did you Save the settings?
Yes, the checkboxes are still ‘checked’.
Alternatively, do you have something in your browser blocking javascript, or facebook, or anything along those lines?
Javascript is activated and even pop-ups are allowed for my domain.
Ok, today I tried the Dev-Version (1.3a) with WP 3.3.1 and my (css modded) Theme “Twenty Eleven“. I setup the ID and Secret, saved, and after that I activate the modules “Login with Facebook” and “User registration”. The fields in “Facebook Metadata” left I blank, same for the avatar option.
I open a second browser window to check if the login option will appear, but nothing. The wp-login.php hasn’t changed. Do I have to place a template tag in the wp-login.php oder change some other code?
Well, I forgot to insert the template tag … ^^
That the users get the option to login with Facebook or WordPress.
XMLRPC publishing still doesn’t work from my iPhone.
Thank you very much for the code snippet, it works very well.
But I think my problem is the subdomain I used for my forum, but for that problem I open a new thread.I tried to activate the bridge at my (online) blog. And still the path to the config.php makes me crazy ??
My Blog is at https://mydomain.tld(/wordpress, I use a redirect here)
My Forum is at https://forum.mydomain.tldThe structure of the folders is:
../mydomain/wordpress
../mydomain/phpBB3What I have to enter to get the right path?
Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] Log-out partly worksI doesn’t use a caching plugin and yes, after refreshing the site I’m logged out.
I think the problem is, that a WP plugin can control WP but not phpBB so I must change something within the forum for the redirect.
Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] Log-out partly worksI don’t know what mean, so here’s my file:
RewriteEngine On RewriteBase /mydomain/wordpress/ RewriteRule ^index\.php$ - [L] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Themes and Templates
In reply to: How to get Facebook on the sidebar?Use the help at facebook and you get to the function to generate the code. After that, create a text widget in WP and paste the generated code.
Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] Log-out partly works2nd Addition: When I click on “logout” I get log out. But when I enter the URL of WP (cause the redirect fails) I see me still logged in – after refreshing the site it shows me correctly logged out.
Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] Log-out partly worksI have the same problem.
Addition: I click “Logout” in WP and the plugin logs me out of the forum, but I got no redirect to WP, and so on, no logout in WP.(WP: 3.0.4 / phpBB3 3.0.8)
Addition: with “../../phpBB3/config.php” the message vanished, that the config.php can’t be found – but I can’t activate the bridge. With XAMPP I really need to set the path with “C:\ … “.
Now the bridge works fine.
../../phpBB3/config.php
works also, thank you. I thought I must enter the path to the WP config.php – don’t ask me why ^^