nerdworker
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple User Listing] Removing DuplicatesThanks for your response and suggestions.
Forum: Plugins
In reply to: [Simple User Listing] Removing DuplicatesThank you for your reply. I’m sorry if I was not more specific – I was not referring to duplicate users, but duplicates with the orderby field. The issue comes up when we are listing certain user fields that we want only unique values. For example, setting up a listing of only user Company names (a custom field – and no other fields). We can do this now, but if we have multiple users with the same company, the list has duplicates. I’m trying to find a way to show the list ordered by company, with only unique company names listed.
Forum: Plugins
In reply to: [Simple User Listing] Best way to display users in several different formatsThanks so much for merging my pull request and adding this to your plugin!
Forum: Plugins
In reply to: [Simple User Listing] Best way to display users in several different formatsI added a pull request on Github.
I added a shortcode argument as $template, which is the name of an additional template part – located in yourtheme/simple-user-listing/slug-author.php. The name in $template must match the “slug” part of the filename. If no template is specified, it defaults to content-author.php.
Example: [userlist template=”members”] with a corresponding file of yourtheme/simple-user-listing/members-author.php
I hope this meets your approval.
Forum: Plugins
In reply to: [Simple User Listing] Best way to display users in several different formatsThanks for the reply. I will take a look and see if I can come up with a solution.
Forum: Plugins
In reply to: [CampTix Event Ticketing] Sorting Attendees?LOL, that appears to be the default – to sort by first name. Nevermind ??
Thanks for this — it just helped me out, too!
Jack,
I have not modified the plugin in any way. As a developer, I would never directly modify a plugin that would then be overwritten with updates.
Forum: Plugins
In reply to: [MC4WP: Mailchimp User Sync] Will imported users sync?Danny,
We are using WP All Import, and our tests have shown that it does not automatically sync. So unless there is a way I can call your sync function through WP All Import’s hooks, we will have to manually force sync after each import.
Forum: Plugins
In reply to: [MC4WP: Mailchimp User Sync] Sync PriorityIt’s been stated in another thread that the syncing is only one way, so I believe that the WP users will sync with MailChimp, but not the other way around.
Forum: Plugins
In reply to: [Zero Spam for WordPress] Ninja FormsFWIW, I would also like to see Ninja Forms integration.
Forum: Plugins
In reply to: [Event List] Single Event View Display Bug (with Fix)Thanks so much.
Here is the code I’m using in the Event Display Builder:
<div class="event-circle"><br /><strong>[start-custom format="M"]</strong><br />[start-custom format="j"]<br />[start-custom format="Y"]</div> <div class="gce-list-event gce-tooltip-event"></div> <div class="event-indent"><strong>[event-title]</strong></div> [if-location]<div class="event-indent">[location]</div>[/if-location] <div class="event-indent"><span>Time:</span> [start-time]</div> [if-description]<div class="event-indent">[description html="true"]</div>[/if-description] [if-location]<div class="event-indent">[maps-link newwindow="true"]Map[/maps-link]</div>[/if-location]
The output can be seen as the Upcoming Speaking Events on the homepage at revmartikeller.com.
Coriander,
Thank you for pointing that out, I didn’t realize the option to disable the Heartbleed scan was there. That enabled my scan to run normally.
I want to confirm that I’m also having this issue on one of my sites after upgrading. I didn’t previously have a problem, but it now hangs on the new Heartbleed scan.