anmari
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] French translationGreat that you did. I don’t have the language skills – in particular my french is only ‘ballet & food’ french ?? so it would be inappropriate I think for me to validate translations.
Forum: Plugins
In reply to: [amr users] French translationHi Olivier, I’m not part of the translation management (other than making sure my plugins are translatable) so cannot answer that question.
I have explored though and it seems to me if you click through enough and scroll down, there is an option to export the .mo file for French.
Forum: Plugins
In reply to: [amr users] How to create a custom link with user_id?Oliver, be aware that when directly editing code, unless you rename the plugin thus cutting the plugin off from any future updates, your modification will be over written in the next update.
The whole idea with pluggable functions or the use of filters is that you can create them separately say in a site specfic plugin, and the main plugin will then still be updateable.
https://wpusersplugin.com/3284/example-site-specific-add-on-using-filters/
- This reply was modified 2 years, 7 months ago by anmari. Reason: add link
Forum: Plugins
In reply to: [amr users] How to create a custom link with user_id?I have replied to your email in more detail as some topics cannot be discussed here. Some pages that do talk about this:
https://wpusersplugin.com/3809/format-a-field-as-a-link/
https://wpusersplugin.com/2860/adding-a-link-to-user-list-field/Forum: Plugins
In reply to: [amr ical events lists] “Default Event URL” depending on event titleHi,
you could write a pluggable function ‘amr_format_summary($content)’ for the event summary (the title). See https://icalevents.com/support/documentation/filters-and-pluggable-functions/.
OR as per https://icalevents.com/1365-ical-events-and-default-urls-for-the-widget/
- if amr-events is being used, then the event title will be the post title, which is what you are describing
- if there is an event url in the .ics file then it will be used
- failing any of the above, the default event url will be used
- This reply was modified 2 years, 7 months ago by anmari.
Forum: Plugins
In reply to: [amr shortcode any widget] Hide Title?Hi
title=false without the quotes still works for me on localhost on latest wp.One usually only needs the double quotes if the parameter has a space in the value.
Forum: Plugins
In reply to: [amr users] Enable horizontal scrollingPlease note that we are unable to discuss any paid related topics here, according to wordpress policy. The moderators don’t like it. Please email me directly.
Since the question is a general one which would impact the free plugin part too, i can answer that:
Re enabling horizontal scrolling. If it is not working then it is possible that your theme has switched that off. By default (as in with the plugins default css) it works if one makes the screen small enough. With the default css, the table will first shrink as much as it can, and the the scrollbar should show. See https://directories.wpusersplugin.com/simple-user-list/You may find using a web browsers dev tool ‘inspect element’ useful to see which css is impacting your tables.
Forum: Plugins
In reply to: [amr ical events lists] External Ical file with URI onlyClarification above: URI is not NECESSARILY a URL. It could be.
Yes this plugin won’t use the URI property, only the URL event property.
Event URI definition https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.13Sounds like they just need to add a URL property?
Forum: Plugins
In reply to: [amr ical events lists] External Ical file with URI onlyStill not clear what you mean by URI for the ics feed url? URL’s are a subset of URI’s? as in a URL is a URI, but a URI is not a URL. I suspect that that is not the ‘problem’. If you are able to use what they have given in this plugin then surely it is a URL that you are using.
Event links expect to link to the event URL (not the calendar url). The lack of link per event may be because each event may have a different url? EG here https://test.icalevents.com/other-testing/ics-tes/, some events link to https://www.ncopera.org/2021-22-season/magic-flute/ and some to https://www.sdopera.org/season/2021-2022-season/cosi-fan-tutte.
If you are want the events to link somewhere AND the events do not have their own URL, you could try using the default url in the settings. https://icalevents.com/1365-ical-events-and-default-urls-for-the-widget/
Forum: Plugins
In reply to: [amr ical events lists] External Ical file with URI onlyIt is not clear to me exactly what you are asking.
Are you referring to the ical feed url itself? I’m guessing not…
so maybe to a component of an event such as the
URL https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.4.6
or the
UID? https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.4.7
or
some text within the Event description component? https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.1.5Forum: Plugins
In reply to: [amr ical events lists] Call to undefined function wp_date()Hi Anthony,
yes compatibility will be updated, apologies for that. It was good when users were allowed to assist by confirming testing/works on various versions.Honestly the best way to handle this, is to upgrade your wordpress installation. By running an old version, you are exposed to known vulnerabilities
https://patchstack.com/database/?search=&type=coreThe version of the plugin that goes back that far is no longer available, you’d have to get it from your backups.
Sorry, I do not have the time or the inclination to write such code. The best approach is to keep wordpress up to date.
Forum: Plugins
In reply to: [amr ical events lists] Call to undefined function wp_date()Hi Anthony,
You could get someone to write a function wp_date and have it call the old function date_i18n in an appropriate way to achieve the same result.
OR you could downgrade the amr-ical-events-plugin to an older version, which hopefully you have backed up somewhere.
Generally it is best to keep things in sync and not to upgrade some areas without upgrading others. wp is now on 5.9. It is highly likely that you will start experiencing other similar problems with theme and other plugins if you upgrade them without upgrading wordpress itself.
Forum: Plugins
In reply to: [amr ical events lists] a couple chronic issues (probably my own)V6.6 uploaded, it has a bunch of debug statements around that code to try work out what is happening on your system. To make the debugs show one must be logged in as admin, and add ?debug to your calendar page URLs. Hopefully your theme will let them show well enough, the debugs are just echoed statements not formatted html. The page will look awful but only you see that.
The info for the problem should be in the first few lines after the page heading.
Forum: Plugins
In reply to: [amr shortcode any widget] WP 5.8 Breaks WidgetsSorry, I don’t have anything more to add than what is already in the pinned post https://www.ads-software.com/support/topic/wp5-8-use-classic-widgets-plugin-with-this-plugin/.
A quick retest works fine for me using the widget names without classic widgets, and with it, using id’s. Obviously the links in whatever widget you are using will differ. Maybe the plugin generating the links does not expect to be used as a ‘shortcode’ ? Do the links work in various other sidebars?
Try refreshing permalinks?
You could reach out to the widget authors and ask them to provide their widgets as ‘blocks’
You could try usual debugging – switch to std wp theme, see if it is theme messing with links? https://webdesign.anmari.com/2932/debugging-a-possible-clash-between-plugins-andor-a-theme/
Forum: Plugins
In reply to: [amr ical events lists] a couple chronic issues (probably my own)Re latest memory message https://www.google.com.au/search?q=134217728+bytes is only 134MB? Investigate the memory separately – there are several places where a memory limit could be being applied. Also the 4096 bytes it is trying to allocate is only 4Mb. My tests with your ics link and your larger parameters on my local site (fairly clean setup) show a peak memory of between 6 and 8Mb needed, so raising your memory limits in the right place may fix that (or find out what else is a memory hog).
Re the count one. Don’t worry about that. It’s a debug line, shouldn’t reoccur.
Re checkdate: very hard to debug as I can’t create the problem on my side. I’ve tried with your link & parameters, dropping my php version to various 7 versions, removing the timezone (some old systems still have GMT offset) etc. What I’ll have to do is add some more debugs in preceding code (they only show up if requested via url by admin) and see if we identify WHY your system does not have a date object at that point, and/or what it does have. I’ll push a new version up with that soon.
Donate link (thanks!) https://www.paypal.com/donate/?hosted_button_id=CBMU66PJ88XKE