anmari
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] Number of records displayedYes – you’d have to hide the pagination too
Forum: Plugins
In reply to: [amr users] Can’t Update Fields and Nice NamesHI,
In ‘excluded meta keys’ one can delete meta records (or do it via phpmyadmin) wp-admin/admin.php?page=ameta-admin-meta-keys.php, however fields nested inside a meta record cannot (unless you delete the whole record).
You can tell the system to exclude them in ‘Fields & nice names’ …/wp/wp-admin/admin.php?page=ameta-admin-nice-names.php BUT if it is hundreds of unique ‘fields’ that no one would ever want to report on AND they have some consistent and identifiable naming pattern, I can add to the S2 member addon code that will exclude them – can you you send me a list or dump of them so I can see if that is possible? email anmari@nmari.comInability to update can sometimes be because there are too many html input fields (form is too big) – like if you have 1000+ fields. Excluding meta keys & fields from the list will bring the number of input fields down. You could test this by temporarily excluding the s2member custom fields meta key which will hopefully get rid of those unwanted fields from the list and bring it down to a manageable level. If you can then update, then that is what it is -> too many input fields.
If not that, sometimes when one can’t delete it’s due to inconsistency in settings from when you imported the settings. Best bet may be to note your desired list settings manually and then reset / do a clean config in your target system.
If you’re using S@member custom fields you should note that in a planned future version that does away with cacheing, it will not be possible to sort or filter by fields that are nested in a meta record, only by fields that are ‘clean’ in their own meta record, for obvious reasons: imagine trying to write a SQL statement that sorts by the middle of a value. You may therefore wish to consider another plugin for the custom fields part IF you need to sort or filter by them. Purely listing them will still be fine.
- This reply was modified 6 years, 7 months ago by anmari. Reason: Change sequence of text
Forum: Plugins
In reply to: [amr users] Number of records displayedYes – please explore the overview settings (overview&tools)- there is a rows per page permanent setting for each list.
and yes you can override that in a shortcode https://wpusersplugin.com/3621/parameters/
Forum: Plugins
In reply to: [amr users] Ultimate Membership ProIf they store their data in user meta on a normal way then free version will find them. If they do something odd, but still in user meta (eg in an array instead of each field with own key) free plugin will still try make sense of it.
Add ons are where either the data is not in wp user meta, or there’s something odd about how it’s stored in user meta. Add ons specifically have logic for that third party plugin
Forum: Plugins
In reply to: [amr users] Ultimate Member FieldsBasically whether the fields are stored in the wp user meta AND whether you have created test data for them. If No data for login will not find them
Forum: Plugins
In reply to: [amr ical events lists] Attachment not showing up – “Breaks for Rows”This is what your VEVENTs look like in the ics file. There are no ATTACH fields in it. The plugin cannot display something that isn’t there.
I’m not an outlook expert – suggest take it up in their forums as to whether and how/why an ATTACHMENT can be included in the ICS file. YOu’re looking for something like this in the ics file. Literally just open the ics url in your favourite text editor (notepad++) https://tools.ietf.org/html/rfc5545#section-3.8.1.1BEGIN:VEVENT UID:040000008200E00074C5B7101A82E00800000000D0CA7E11F2B6D401000000000000000 0100000006118C9701DE51348BAA1340778467D97 RECURRENCE-ID;TZID=Eastern Standard Time:20191115T083000 SUMMARY:SCCOG Regional Human Services Coordinating Council DTSTART;TZID=Eastern Standard Time:20191025T083000 DTEND;TZID=Eastern Standard Time:20191025T090000 CLASS:PUBLIC PRIORITY:5 DTSTAMP:20190927T001713Z TRANSP:OPAQUE STATUS:CONFIRMED SEQUENCE:0 LOCATION:SCCOG Offices X-MICROSOFT-CDO-APPT-SEQUENCE:0 X-MICROSOFT-CDO-BUSYSTATUS:BUSY X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY X-MICROSOFT-CDO-ALLDAYEVENT:FALSE X-MICROSOFT-CDO-IMPORTANCE:1 X-MICROSOFT-CDO-INSTTYPE:3 X-MICROSOFT-DONOTFORWARDMEETING:FALSE X-MICROSOFT-DISALLOW-COUNTER:FALSE END:VEVENTForum: Plugins
In reply to: [amr ical events lists] Possible to switch off URL parsing?Sorry about the delay in replying.
I assume you are referring to the link behind the event title? Since one can choose not to display the url on it’s own.
There is a pluggable function amr_derive_summary. Ie you can write your function and determine exactly how you want the event title to be handled. https://icalevents.com/support/documentation/filters-and-pluggable-functions/
Hi Doug, well that was interesting. I like to make the notice show up (and it should have been because I work with debug etc on), and it wasn’t. I went down the rabbit hole of OMG why aren’t my notices showing, only to work out that that line of code doesn’t get called anymore and shouldn’t be there!
Thanks for the headsup. Should have been picked up before (smh).
Forum: Plugins
In reply to: [amr users] form based user listing displayHI, as advised by email, the field that you want to use to exclude / include users by needs to be ‘findable’ by the plugin. Ideally it’s a field in the wp user meta.
Forum: Plugins
In reply to: [amr ical events lists] Attachment not showing up – “Breaks for Rows”You can also check yourself by opening in a notepad editor
Forum: Plugins
In reply to: [amr ical events lists] Attachment not showing up – “Breaks for Rows”Please provide the actual ics link so I can see what’s in the ATTACH field.
Hi Ali,
Please check in your main wordpress settings whether you have set your timezone or not.Please try use the city timezones as they will cope with any daylight savings changes, the UTF ones don’t (although of course not everywhere has DLS, but just better to be safe)
Forum: Plugins
In reply to: [amr users] Special characters in CSV exportHi Cari,
It’s possibly a mismatch between the encoding on your website and what you opening the csv file with.
See https://wpusersplugin.com/2234/foreign-characters-in-user-list-csv-export/Forum: Plugins
In reply to: [amr users] custom fields in the user sheet have disappearedUnable to help with so little info as this sounds specific to your site and setup. Please provide more info:
Is it possible the data is being shown (view the html) but is hidden (eg via new css)?
what plugin was generating the extra user fields and where were they stored? in the wp usermeta?
Is the data still in the database?
Is it happening for only new or updated users? or for all users?What sort of fields are these extra fields? Was there any formatting applied to the fields? which? (in case data still there but formatting not showing)