-
Andrea Fercia replied to the topic bp live notification plugin in the forum Third Party Plugins 10 years, 11 months ago
hi @jigesh
yes you’re right also @nacin says in his post “You should insteadthequery directly, as there are no inputs”.
So as long as you don’t have user inputs to sanitize, you’re safe.Btw the latest version 1.0.4 of the plugin already solved this, keeping prepare and correctly passing at least 1 argument on both cases (there are 2 query with…[Read more]
-
Andrea Fercia replied to the topic bp live notification plugin in the forum Third Party Plugins 10 years, 11 months ago
@jigesh hi
you should never remove $wpdb->prepare, is there for a reason 🙂
The reason why the plugin doesn’t work with wordpress 3.6, 3.7 and later, it’s clearly explained here: https://codex.wordpress.org/Class_Reference/wpdb
see where they wrote:
“Please note: As of 3.5, wpdb::prepare() enforces a minimum of 2 arguments.”
more details…[Read more] -
Andrea Fercia replied to the topic bp live notification plugin in the forum Third Party Plugins 11 years, 3 months ago
@jigesh
sorry I was wrong, I was focused on the admin bar notifications and they work for me, but the “growl style” notifications… no no, they don’t : -
Faramarz replied to the topic New to BP but not WP – What's the best scenario for installing BP in the forum Installing BuddyPress 11 years, 9 months ago
I think I found a work around, thanks to @jigesh.
I added define( ‘BP_ENABLE_MULTIBLOG’, true ); to my wp-config and that lets me run the installation wizard.
Now let’s stop editing! Happy blogging. 😉
@jigesh
Active 4 months, 2 weeks ago