2cats
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] Can't add phone to user listThanks so much — curiously the plugin works fine locally but when I upload the identical files to my live site I get the error issue. But I was able to create a new list with what I needed just fine. So I’m guessing it’s some sort of plugin conflict on the live site. Appreciate your help, once again!
Forum: Plugins
In reply to: [amr users] Some last name/first name listings are repeatedAnmari, thank you for your quick reply. You are right, somehow duplicate records are being created at user registration. Thank you for pointing me in the right direction! I’m working with the s2Member folks now to try and figure out how this is happening.
Thank you — I think this would be for a set email address, rather than cc’ing a registrant’s supervisor or some other address entered by the registrant? I’m afraid I’m not very knowledgable about API notifications. For the moment I’m just going to add a second email address to the initial registration form and registration receipts will be forwarded manually to the secondary address. I appreciate your help!
Forum: Plugins
In reply to: [amr users] Formatting fields: s2Member EOT fieldHi anmari, Thank you for your quick response. So I have tried this:
if (!function_exists('ausers_format_wp_s2member_auto_eot_time')) { function ausers_format_wp_s2member_auto_eot_time($v, $u) { return ausers_format_unix_timestamp($v); } } if (!function_exists('ausers_format_unix_timestamp')) { function ausers_format_unix_timestamp($v) { if (empty($v)) return(''); return (date ('Y-M-d', (int) $v)); } }
but still no luck. I checked the database and the field title is “wp_s2member_auto_eot_time”. Surprisingly somehow the text export is now working — but still with the Unix datestamp. Thank you again!
Forum: Plugins
In reply to: [amr users] Formatting fields: s2Member EOT fieldI should add that although the text export option appears at the top of the list display:
CSV Export |Txt Export | Configure this list | Edit headings | etc.when we go to export we only get the CSV option: Public user list csv file with a download link, the text option has disappeared.
Ah — solved my own problem — it’s not My Calendar, it’s FlexNav. I deleted the line:
`
-webkit-transform-style: preserve-3d;
`
from the FlexNav CSS — read somewhere else that was a potential problem, and the menu works fine without it. So — forward with your My Calendar plugin! And thanks for providing it!Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Emails not sendingHi Angelo,
I went ahead and purchased the license renewal (which I should have done earlier!) and redid all my settings… everything is working fine now, although I am still not certain what the problem was. Thank you for your assistance!Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Emails not sendingHi Angelo, thanks so much for your quick response. I changed the email address so it is not gmail (although the event owner address was not gmail, and event owner was supposed to receive notification as well but isn’t) and still no luck, although again the test email goes through fine. Pending bookings are not being deleted, which is good, because even when a PayPal payment is made that is not getting processed through to show “paid” and booking approval — the booking remains “pending” unless I manually approve it. So there is probably something more going on here. At least I can gather the necessary data (custom booking form fields) from the pending booking. I do have the setting set so that emails should be sent when a booking is pending; I’ve set this everywhere I can think of, in the general email settings and per-event.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Multi-day eventsIf I go to my Calendar page, the content is “CONTENTS” — it’s not clear that the shortcode is overriding that? I did try replacing CONTENTS with [events_calendar full=1 long_events=1] but nothing changed. Is there a different way to override CONTENTS? Thanks!
Forum: Plugins
In reply to: [amr users] Search function no longer works!Hi anmari,
Wow, quick response! Seems to be working fine now, appreciate your quick work!THANK YOU caimin_nwl! That did the trick and everyone is so pleased! I truly appreciate your speedy responses and assistance with this.
Thank you — these fields are added in the Forms Editor > Attendee Form, we’ve got an Attendee Form called More_Fields. Would these also fall under the user registration — #_BOOKINGFORMCUSTOMREG{field_id}, or is there some other way to call them into the admin booking confirmation email?
Hi Angelo, Thanks for your quick reply. This is the confirmation email that came to the admin (email and username did come through, I’ve blanked them out). Am I possibly using the wrong placeholders?:
#_BOOKINGFORMCUSTOM{attendee_intro} username (email) will attend 2014 Spring Conference on Monday, April 28, 2014 – Tuesday, April 29, 2014 and is reserving 1 spaces.
Jurisdiction: #_BOOKINGFORMCUSTOM{jurisdiction}
Email: email
Phone: #_BOOKINGFORMCUSTOM{phone}
WSAPT Member? #_BOOKINGFORMCUSTOM{are_you_a_wsapt_member_f}
Certified Permit Tech? #_BOOKINGFORMCUSTOM{are_you_a_certified_permit_tech_f}
First Conference? #_BOOKINGFORMCUSTOM{is_this_your_first_conference_f}Thanks!
Forum: Plugins
In reply to: [amr users] Screen Options error message for All Users displayOK, that worked! I just ticked email, and then “re-hid” it via Screen Options, and the error message is gone. Thanks for your quick reply!
So I solved my own problem … sort of. The text widget was automatically inserting a double quote at the end of ‘https://domain.org/?s2member_profile=1’, overwriting my single quote (an attempt to be helpful?). I hard-coded everything into the sidebar, no more overwriting, and it’s all good.