mallorydxw-old
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Relevanssi Premium SQL errors since 1.15.xThanks, Mikko. I’m always impressed by how quickly you respond. Keep up the good work.
Forum: Plugins
In reply to: [JM Twitter Cards] Illegal string offset warningsHi,
Any update on this?
Thanks
Forum: Plugins
In reply to: [wp-bcrypt] Password reset links are always invalid after upgrade to 4.3Thank you for that.
Yes, we discovered this issue too and opened a ticket: https://core.trac.ww.wp.xz.cn/ticket/33904
Hopefully they’ll fix it soon, but in the meantime you can always modify the wp_users table.
Thanks!
Forum: Plugins
In reply to: [Invite Anyone] Apostrophes in email addresses patchThank you!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] relevanssi_hits_filterThanks, I’ll try that.
Forum: Plugins
In reply to: [WP Document Revisions] WebDAV support is causing issuesWe found a workaround, but thanks for pointing out this filter!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Sorting by meta_valueThat solves my problem. Thanks!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Bug which makes relevanssi take a long timeI changed the option and reverted the change we made. It’s working fine now.
Thanks.
Thanks, I’ll try to remember to report any future bugs there.
Forum: Plugins
In reply to: [Twitget] Bug which causes settings to be un-settableThank you very much.
Thank you very much!
Hi Boettcher,
Sorry for the late reply. Your problem may be that the plugin doesn’t automatically output all fields. You’ll need to use add_filter(). Something along the lines of:
add_action('bp_export_users_bp_fields', function ($a) {$a[] = 'birthday';});Hope that helps,
TomForum: Plugins
In reply to: [BP Export Users] [Plugin: BP Export Users] How to ImportHi mairaj,
I’m very sorry, but we have no plans to add user import functionality to this plugin at this time. It was written for a client who simply wanted to be able to examine their current users in a spreadsheet.
There may be another plugin out there with this functionality, but I have not used one before so I’m afraid I cannot recommend anything.
Tom
Forum: Plugins
In reply to: [ShareThis: Free Sharing Buttons and Tools] HTTPS supportSorry, that patch only makes the settings page work. This patch also fixes the user-facing side: