twmoore3rd
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Collision LogTHANK YOU. Let me know if you want help in beta testing, etc.
Forum: Plugins
In reply to: [Import and export users and customers] Collision LogIf I had the expertise to expand your plug-in, I would:
1) Display a warning message indicating that the following users have not been added due to collision in username or email address (extra points for stating the exact reason, i.e., username John.Doe already exists);
2) Offer or just automatically email the above message to the admin address.
Again, I may have been using your plug-in in ways that you may not have imagined. If I was merely importing a CSV from an export from another WordPress site, I wouldn’t have this issue as WordPress doesn’t allow duplicate usernames or email addresses. However since I am importing from an non-Wordpress source, I am opening myself up to collisions. Do not know if “Import users from CSV with meta” was designed specifically to import from other WordPress sites or from all external data sources. If the latter, the collisions issues are my problem.
Forum: Plugins
In reply to: [WP Activity Log] Blank Audit log pageAm experiencing the similar issue as chris_d2d though have not found the plug-in. Am sending screenshot to [email protected]
Forum: Plugins
In reply to: [Collapse-O-Matic] Each new expand on its own lineWas having a similar (same?) problem as you and took your cue of wrapping each in a div and I am now getting the line break.
<div> [expand title="<strong>Question:</strong> First question"] <strong>Answer:</strong> First answer. [/expand] </div> <div> [expand title="<strong>Question:</strong> Second question"] <strong>Answer:</strong> Second answer. [/expand] </div>Hope this helps a bit even though small.