Hello,
I need your suggestions for a wordpress plugin I developed using AI.
I am not a developer and have almost zero code knowledge. I created a plugin that imports content (resources, members, member groups, subscriptions, attachments) from XenForo to Wordpress to an artificial intelligence application called Cursor.
However, the screens I can show you at the moment are only in Turkish.
After the coding is completed, I plan to release it with Turkish and English language support.
First, the plugin pulls XenForo groups with the help of an API and automatically sets a WP role for each group.
When a new group is added to XF, this role is automatically added on WP side. In addition, there is a warning to give WP authorizations to the new group added.
Then, for each of these roles, a group needs to be created on the WP side. Group names that need to be created are automatically retrieved from XF with API.
For each group:
After these definitions, XF users are automatically transferred to WP.
During the bulk synchronization of users, the default XF groups are automatically transferred to the role in the groups we created for WP. At the same time, if there are secondary user groups on the XF side, all of these secondary groups are also transferred to WP roles.
In addition, user addition, deletion and update information is transferred from XF to WP instantly (via Webhook).
If users have Account Upgrade transactions on the XF side, this information is also instantly transferred to WP via Webhook method. With this upgrade in XF, the user's new group is instantly transferred to WP. On the WP side, the user's authorization role is taken from the “Priority” limit we define on the group page.
And finally, the content added to XF's Resource Manager add-on is automatically transferred to WP as a post via Webhook. When the content is pulled from the sources, the BBCODE structure is converted to HTML, and the images in XF are transferred to the system as WP's own attachment, not via remote link.
If there is an appendix in the source, this appendix is added at the end of the article. The user can download this attachment depending on the authorization given to the WP role.
The plugin is completely dependent on XF. It won't work alone in WP.
For the plugin to work correctly, an API add-on is required, which must be installed in XF.
Because XF's built-in API does not support some features.
With this plugin:
In general, if you have any “add this” suggestions for this plugin, I would be happy to hear them or if you have any questions, we are happy to answer them.
I need your suggestions for a wordpress plugin I developed using AI.
I am not a developer and have almost zero code knowledge. I created a plugin that imports content (resources, members, member groups, subscriptions, attachments) from XenForo to Wordpress to an artificial intelligence application called Cursor.
However, the screens I can show you at the moment are only in Turkish.
After the coding is completed, I plan to release it with Turkish and English language support.
First, the plugin pulls XenForo groups with the help of an API and automatically sets a WP role for each group.
When a new group is added to XF, this role is automatically added on WP side. In addition, there is a warning to give WP authorizations to the new group added.
Then, for each of these roles, a group needs to be created on the WP side. Group names that need to be created are automatically retrieved from XF with API.
For each group:
- Priority,
- Can Download Files,
- Can View Files,
- Waiting time between two downloads,
- Daily Download Limit
- Countdown Time
After these definitions, XF users are automatically transferred to WP.
During the bulk synchronization of users, the default XF groups are automatically transferred to the role in the groups we created for WP. At the same time, if there are secondary user groups on the XF side, all of these secondary groups are also transferred to WP roles.
In addition, user addition, deletion and update information is transferred from XF to WP instantly (via Webhook).
If users have Account Upgrade transactions on the XF side, this information is also instantly transferred to WP via Webhook method. With this upgrade in XF, the user's new group is instantly transferred to WP. On the WP side, the user's authorization role is taken from the “Priority” limit we define on the group page.
And finally, the content added to XF's Resource Manager add-on is automatically transferred to WP as a post via Webhook. When the content is pulled from the sources, the BBCODE structure is converted to HTML, and the images in XF are transferred to the system as WP's own attachment, not via remote link.
If there is an appendix in the source, this appendix is added at the end of the article. The user can download this attachment depending on the authorization given to the WP role.
The plugin is completely dependent on XF. It won't work alone in WP.
For the plugin to work correctly, an API add-on is required, which must be installed in XF.
Because XF's built-in API does not support some features.
With this plugin:
- User groups,
- User Subscriptions,
- Account Upgrades,
- Account Expirations
In general, if you have any “add this” suggestions for this plugin, I would be happy to hear them or if you have any questions, we are happy to answer them.