WordPress Plugin: XenForo API Consumer [Deleted]

I did this and nothing works. I used the api key and secret key that are on the instructions? If those are not the right keys, then where do I get them? The settings/general area on my WP site does not generate them.
You still cannot acces the client-add page? Adding a new client will generate a new key pair which can be entered into WordPress.
 
just noticed that only the first 20 posts are ever synced from a linked thread to a WP post.
Sounds like something is wrong. The plugin should be able to register to new post event and sync whenever a new post is posted on the thread. How did you come up with the conclusion?
 
Sounds like something is wrong.

Yeah i suspected that might be the case alright, heh.

The more I think about (and test) it, I think the hard sync limit i'm hitting is actually 19 xF posts -> wp comments, because when i make a test comment on wp it syncs over

Here's a post with 21 comments (the last two of which were made on WP) & its linked thread with 35 posts (where the last two test WP posts synced over as posts 25 & 35)

https://thumped.com/music/thumped-album-club/thumped-album-club-week-36-danzig-danzig-1988/

https://thumped.com/bbs/threads/danzig-danzig-1988.98371
 
I cannot get this plugin to work. I did everything on the instructions:
I installed the plugin
I uploaded all of the files from [bd] API under the following directory in the file manager and nothing happens. Is there more involved with this? Do I need to register the site at xenforo.com?

http://mydomain.com/httpdocs/wp-content/plugins/xenforo-api-consumer

you installed it under xenforo and installed it in wordpress? Sounds like you didnt install the wordpress plugin.
 
logged in xF user getting a 500 error when viewing a WP article

Code:
PHP Catchable fatal error:  Object of class WP_Error could not be converted to string in /home/thumped/public_html/wp/wp-content/plugins/xenforo-api-consumer/xenforo-api-consumer.php on line 61
 
logged in xF user getting a 500 error when viewing a WP article

Code:
PHP Catchable fatal error:  Object of class WP_Error could not be converted to string in /home/thumped/public_html/wp/wp-content/plugins/xenforo-api-consumer/xenforo-api-consumer.php on line 61
This happens all the time? You can disable debug logging (WP_DEBUG_LOG) to avoid it though.

It should be fixed in the next release.
 
This happens all the time? You can disable debug logging (WP_DEBUG_LOG) to avoid it though.

It should be fixed in the next release.

not all the time; seems to be just one person (that i know of) and it means he can't access WP articles when he's logged in.
 
Yeah i suspected that might be the case alright, heh.

The more I think about (and test) it, I think the hard sync limit i'm hitting is actually 19 xF posts -> wp comments, because when i make a test comment on wp it syncs over

Here's a post with 21 comments (the last two of which were made on WP) & its linked thread with 35 posts (where the last two test WP posts synced over as posts 25 & 35)

https://thumped.com/music/thumped-album-club/thumped-album-club-week-36-danzig-danzig-1988/

https://thumped.com/bbs/threads/danzig-danzig-1988.98371
v1.3.4 has just been released. Can you update and see if this still happens?
 
Hello folks

Im using XenForo API Consumer for connecting Xenforo users to WP, but some of my users have a problem, as soon as they open the landing page of Wordpress, it redirects them to a page which has username and password fields with this message "Enter your password to associate the account with your profile."

URL which shows in address bar:
wp-login.php?redirect_to=http%3A%2F%2Fwww.mysite.com%2F&xfac=callback&code=f39115cfe7c8e67066288eb395aad83a0c55ea&state=

After filling those fields and click on associate account button nothing will happen and the page will reload again and address bar will change to below address

wp-login.php?xfac=associate


I have checked those user from user area in WP and they are disconnected from their ID on Xenforo.

do you have any solution for this problem?


thanks
 
Hello folks

Im using XenForo API Consumer for connecting Xenforo users to WP, but some of my users have a problem, as soon as they open the landing page of Wordpress, it redirects them to a page which has username and password fields with this message "Enter your password to associate the account with your profile."

URL which shows in address bar:
wp-login.php?redirect_to=http%3A%2F%2Fwww.mysite.com%2F&xfac=callback&code=f39115cfe7c8e67066288eb395aad83a0c55ea&state=

After filling those fields and click on associate account button nothing will happen and the page will reload again and address bar will change to below address

wp-login.php?xfac=associate


I have checked those user from user area in WP and they are disconnected from their ID on Xenforo.

do you have any solution for this problem?


thanks
Looks like you enable the cookie sync and the script detected a XenForo user, therefore it ask him/her for the WordPress password to associate. This only happens with a few users?
 
Looks like you enable the cookie sync and the script detected a XenForo user, therefore it ask him/her for the WordPress password to associate. This only happens with a few users?
Positive.
I have enabled cookie sync and it happens for a few users.
 
So do you have any advice for solving this problem?

Also I have another question, why this plugin cant create WP page as a topic on Xenforo? it shows forum selector but it doesn't create the topic.
 
Top Bottom