connor83
Forum Replies Created
-
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Can’t save access codeShould I change
CURLOPT_SSL_VERIFYPEER
back to true and try incognito? Our site does use https…Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Can’t save access codeThanks for the reply!
I just tried a different computer and incognito/private and it doesn’t seem to work. Even when I use a new code:
It spins and does not save. Do you have any other ideas?
-Connor
Forum: Fixing WordPress
In reply to: Delete orphans from wp_usermetaCheers it worked perfectly.
Forum: Fixing WordPress
In reply to: Error when registering new accountfrom plugin.php:
166 do {
167 foreach( (array) current($wp_filter[$tag]) as $the_ )
168 if ( !is_null($the_[‘function’]) ){
169 $args[1] = $value;
170 $value = call_user_func_array($the_[‘function’], array_slice($args, 1, (int) $the_[‘accepted_args’]));
171 }
172
173 } while ( next($wp_filter[$tag]) !== false );Forum: Plugins
In reply to: [PHPBB Single Sign On] Login issue w/ "PHPBB Single Sign On"I can confirm this is an issue. I had to disable new user registration on the forums, so that new accounts could be created only from WordPress. I also edited the theme templates for the forums so the login links pointed to the WP login page instead. Less than ideal, but it’s a viable workaround.
They don’t integrate at all. This plugin simply makes phpBB handle the authentication for both WordPress and the forums. Another thing is that when a user registers with WordPress it will create an account in phpBB, but if a user registers in phpBB it will not create an account in WordPress. So we had to disable new user registration in the boards and let WordPress generate the phpBB accounts instead.
This is a really good, simple plugin, but requires a high level of proficiency if you are planning to use on a production site. Also, at least for me, the WP2BB feature does not work in full. I can’t get the options to choose which forum to post to, so it always goes to the default one in the settings.