espritlibre
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple User Listing] Escaping chars using RegexActually, I solved my problem using pre_user_query.
I was asking if there would be a better/simpler solution.Thank you anyway and congrats for your work.
PS.
compare (string) – Operator to test. Possible values […] ‘REGEXP’, ‘NOT REGEXP’ and ‘RLIKE’ were added in WordPress 3.7
Forum: Plugins
In reply to: [Simple User Listing] Escaping chars using RegexI need to search for a meta_value text that contains double quotes chars [“].
Eg. $myUnescapedString = ‘.*”city”;s:[0-9]+:”naples”.*’;
How can I escape double quotes chars?
Is there another hook I can set to get the code executed after s2M ha set user role?
Thank youForum: Plugins
In reply to: [Simple User Listing] Escaping chars using RegexNo way?
Forum: Plugins
In reply to: [amr users] Showing only users with Avatar setSince I’m using BuddyPress, I’ve succeeded to list only users with an uploaded Avatar by using bp_get_user_has_avatar().
I’ve written a simpler user listing plugin from scratch and done the dirty job by hand.
Thank you man!
Forum: Plugins
In reply to: [amr users] ID field not workingIf you make a fresh install of the plugin and add the ID field to the list n. 1, it doesn’t show up.
(even if you rebuild the cache, of course)If you add several other fields it shows up normally.
Forum: Plugins
In reply to: [amr users] Showing only users with Avatar setMay I exclude users with gravatars?
In the “Exclude” field I tried “%gravatar.com%” but it doesn’t work.
Aren’t wildcards supported?Forum: Plugins
In reply to: [BuddyPress Registration Widget] buddyregistration.js is missingSame problem here.
Moreover, Plugin is incompatible with s2Member.
I use extra Custom Fields with s2Member, they don’t show up on the widget.Mmm.
I returned false when $content_type equals to ‘product’ and the warning disappear.
This seems to be an incompatibility issue with WooCommerce.
Mmm.
It seems they’re already working on it.
http://core.trac.wordpress.org/changeset/21644It seems to be already fixed in Simplepie.
https://github.com/simplepie/simplepie/issues/75Why is WordPress shipping outdated SimplePie’s code?
SimplePie v 1.2.1 is out of date.
Regards.
GiovanniAny update?