No, that's not a high priority on our roadmap. We are working on the previously mentioned bulk processor tool, which will sync existing XF users to WP.
you mean "Get latest forum data", right? Thats the name of the button I have.
If so, yes I refreshed multiple times, still no luck. What should I do at this point?
you mean "Get latest forum data", right? Thats the name of the button I have.
If so, yes I refreshed multiple times, still no luck. What should I do at this point?
I took a closer look and realized where the issue may be. Have you also added Forum IDs to WP admin > XF > Setup > Forums? Once you enter the forum IDs, save, and click the "Get latest forum data" button again. From there you will see a list of those forums in the widget settings.
I took a closer look and realized where the issue may be. Have you also added Forum IDs to WP admin > XF > Setup > Forums? Once you enter the forum IDs, save, and click the "Get latest forum data" button again. From there you will see a list of those forums in the widget settings.
Enable the node:read API permission in XF, and refresh your forum data from WP again. Then you will see the setting to enter your forum IDs. Enter the ID's, save, and refresh forum data one last time, and the widget will work.
Enable the node:read API permission in XF, and refresh your forum data from WP again. Then you will see the setting to enter your forum IDs. Enter the ID's, save, and refresh forum data one last time, and the widget will work.
That works, it seems obvious now but I wouldn't have just guessed.
Now my widget can get Forums list, but how do I get latest posts?
Also, is there any way to get the SEO URL instead of the /community/forum/ID link?
That did it, thanks.
Now I have to figure out how to translate the words in the widget, and how to customize its CSS. If you have this documented somewhere, please let me know.
My mistake, I forgot to update the XFWP_VERSION constant in the main plugin file. One last upgrade should do it, or just manually change line 18 of wp-content/plugins/XFWP/XFWP.php from 1.2 to 1.2.1.
When I edit latest_posts_byline, the HTML is not processed and appears on the frontend as a result.
How do I solve this to prevent ahref code from appearing on the widget?
My mistake, I forgot to update the XFWP_VERSION constant in the main plugin file. One last upgrade should do it, or just manually change line 18 of wp-content/plugins/XFWP/XFWP.php from 1.2 to 1.2.1.
Hello I have a question: if I add or remove a user from an usergroup on XF side, WP will be aware of it?
example: I don't want that an user use woocommerce, can I use a XF usergroup or I need to disable on WP side?
I would like to manage all in one side, the XF side.
Hello I have a question: if I add or remove a user from an usergroup on XF side, WP will be aware of it?
example: I don't want that an user use woocommerce, can I use a XF usergroup or I need to disable on WP side?
I would like to manage all in one side, the XF side.
Hi @Kintaro, XFtoWP is a WordPress plugin so most of its actions occur when something is done on WordPress.
You can add/remove usergroups from a user on WP and they will sync over to XF, but not vice-versa.
A helpful tip: if the usergroup was added by a WP or WooCommerce action then you should also remove the usergroup from the WP side to ensure both user accounts get synced.