Article and Forum Connect: XenForo and WordPress [Deleted]

Can you take a screenshot of it? The tabs in the WP config section should just toggle with javascript. Haven't tested the plugin with PHP 8.3 but shouldn't make a difference as long as WordPress is working and the page loads. Do you have javascript disabled in your browser? It's either that or the javascript file hasn't been uploaded.
I installed it from .zip file and I can see .js files in /public/js folder. Javascript should be enabled.
 

Attachments

  • wp.webp
    wp.webp
    4.6 KB · Views: 4
I installed it from .zip file and I can see .js files in /public/js folder. Javascript should be enabled.
Did you upload the files manually or upload the whole zip in the plugins section? I can't see any issues using PHP 8.3 so if you uploaded the files manually it looks like they didn't fully upload. Reupload the zip via the plugins section.
 
Did you upload the files manually or upload the whole zip in the plugins section? I can't see any issues using PHP 8.3 so if you uploaded the files manually it looks like they didn't fully upload. Reupload the zip via the plugins section.
I used Wordpress "install from zip" funtion.
 
Not what to suggest then really, I guess try re-uploading it again anyway. The options page hasn't changed for nearly a year and not seeing any issues with it so seems to be isolated to your install. Look at the page source and see if the HTML stops abruptly and if there's an error message, or enable debug mode and see if any errors get displayed or logged to the error file: https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 
I can see the same thing if I remove the javascript file:

1727702256103.webp

So definitely seems to be javascript related. Look in the browser developer console to see if there's any errors or anything blocking the javascript files from loading.
 
I can see the same thing if I remove the javascript file:

View attachment 311781

So definitely seems to be javascript related. Look in the browser developer console to see if there's any errors or anything blocking the javascript files from loading.
console gives following error details:

n.console.log("JQMIGRATE: Migrate is installed" + (s.migrateMute ? "" : " with logging active") + ", version " + s.migrateVersion));

JQMIGRATE: Migrate is installed, version 3.4.1

setActiveWpConnectOptionTab('article-forum-connect-initial-setup')

VM881:1 Uncaught ReferenceError: setActiveWpConnectOptionTab is not defined
at <anonymous>:1:1
 
That would be the javascript file not being loaded so the function isn't defined. If there's no specific errors for files not being loaded, I guess DM me an admin login and I'll see if I can see anything.
 
Back
Top Bottom