marc2000
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] strange behaviour when listing user idWe take a workaround and create IDs manually. The WP out of the box ID is created automatically from the database.
Forum: Plugins
In reply to: [amr users] Including User ID Disrupts ReportsWe create the IDs manually now.
Forum: Plugins
In reply to: [amr users] strange behaviour when listing user idI experienced this behaviour as well, but can’t workaround. I added my comment in the other report for this topic here: https://wordpress.org/support/topic/including-user-id-disrupts-reports?replies=5#post-6401258
Forum: Plugins
In reply to: [amr users] Including User ID Disrupts ReportsI experienced the same issue. I want to show the user ID in a list which can be seen only for registrered users. But they must not have an edit link as workaround.
We want to use the ID as member ID for different purposes. If this does not work with your plugin I have no idea how to implement a member ID in an easy way.
So it would be great to have a fix for this issue.Thanks for your great plugin!
Forum: Plugins
In reply to: [ThreeWP Email Reflector] No connection after selection of "Collect now"I found out that the php imap library wasn’t used running a simple imap_open() example from http://www.php.net/manual/en/function.imap-open.php
What I have done on Ubuntu:
* Add package php5-imap
* Edit php.ini
* Add the following line to php.ini to activate the IMAP extension. Otherwise it doesn’t work:
extension=imap.so
* Restart Apache