Mathieu Viet
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"I’ve turned on WP_DEBUG, but there aren’t any errors displayed that relate to the plugin.
Having the network tab of the chrome inspector active ?
Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"That is amazing!
If you go in WP Admin > Medias are you able to use the new UI to fetch the medias, or are u able to edit a comment directly from WP DashBoard. In other words are you able to use AJAX in back end ?
Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"Hi @asitha
Sorry for the delay, i think i’ve found the issue. In the file
wp-idea-stream/includes/ideas/functions.phpat line 872 (see https://plugins.trac.wordpress.org/browser/wp-idea-stream/trunk/includes/ideas/functions.php#L872), could you try to remove the, 'relative'part i’m using in the admin_url() function so that it will look like (once removed) :'ajaxurl' => admin_url( 'admin-ajax.php' ),If it’s fixing your issue, i’ll run a bunch of tests on multisite to see if no regressions and will include this fix in next version.
Thanks in advance for your help.
Forum: Plugins
In reply to: [WP Idea Stream] How to See How Many Votes an Idea ReceivedYou can have more infos about votes by opening the idea from the Administration screen, you should have a meta box displaying all votes. Each user will be shown.
A year ago i’ve explained i dropped support for bbPress 1.x (the one that is bundled with BuddyPress and that now appears as retired in the components administration panel). See https://wordpress.org/support/topic/targetting-20?replies=11
So you need bbPress latest version installed for this plugin to work.
Forum: Plugins
In reply to: [WP Idea Stream] Fatal errorHi,
You should check wp-content/plugins/wp-idea-stream content, it looks like WordPress had a trouble writing the plugin files and folders.
Download the plugin locally, compare what’s missing and you can try to directly put the missing parts into wp-content/plugins/wp-idea-stream using FTP.Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"I think it’s the https thing. I’ll try to understand why this is happening.
Hi,
Weird! Have you tried to set the type to ‘user’ in the suggestions admin screen ?
Forum: Plugins
In reply to: [BuddyDrive] Associate a wordpress pageBuddyDrive is automatically creating the page. If that didn’t happen you can set the page association in the BuddyPress settings.
Forum: Plugins
In reply to: [BuddyDrive] Changing name?Try Changing the title of the BuddyDrive page in the WP page administration, it should work
Forum: Plugins
In reply to: [BuddyDrive] show category in seprate pageHi, thanks for your interest
From the BuddyDrive user’s page the file can Be shared in a group at the privacy field step.There must Be plugins doing so.. The first that comes in my mind is BP group documents.
Forum: Plugins
In reply to: [BuddyDrive] Changing name?Go to plugin’s settings and look at the bottom of it
Forum: Plugins
In reply to: [BuddyDrive] Allow Admins to edit and upload to other users' buddydrives?Hello Anne,
Good idea!! I’ll look at it asap 🙂
https://github.com/imath/buddydrive/issues/21Forum: Plugins
In reply to: [WP Idea Stream] Request: Description FieldSee https://wordpress.org/support/topic/embedshortcode-for-submit-idea-page?replies=2
Find your do_action in one of the files of the plugin’s templates folder.
Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"Are you using https ?
Eg https in the backend and regular http on the front end.
You can try to see What’s going wrong using the WordPress debug mode WP_DEBUG set to true in wp-config.php Then with Chrome Browser display the inspector activate its network tab and see the response content that admin-ajax.php is returning