anmari
Forum Replies Created
-
Forum: Plugins
In reply to: [amr ical events lists] Scroll back to calendar after changing monthSorry no, it loads the page with the new details.
Forum: Plugins
In reply to: [amr shortcode any widget] Should I worry upgrading from 2.3. to 3.7?Klaus
1) one should always have backups of one’s site. Either by your host, and ideally ability to recreate your site yourself. So in general (not just wrt to this plugin) you should be familiar with ftp and/or your host file manager and save own copy of everything you’d need to recreate your site.2) That said, you should be fine with this plugin. The base logic has not changed since inception, mostly changes are minor tweaks. If you really worried, Screenshot your widgets settings (those that are being used as shortcodes) and note the pages they are on. Let wp do the auto update. It should be fine. If not, like maybe the sidebar has changed or something, then you can resetup the widgets from your notes.
Forum: Plugins
In reply to: [amr users] 403 Forbidden error on exportHi In latest update, plugin will now export to users screen/device, and not to a file on the server. This should avoid this problem whatever it was.
Forum: Plugins
In reply to: [amr users] CSV export not reflecting changesHi In doing an update to add in excel export, I did see some logic with files that may have caused it. It has been removed. Plugin will no longer store the csv files, it will export directly instead.
Forum: Plugins
In reply to: [amr users] Combine two fieldsHi, sorry about delay. If you use a decimal like 2.1 and 2.3 for the display order, it will put them all in column 2. Note that the current version then treats that as the new column value. Combining fields may impact formatting & filtering depend what you have happening there. Test it out.
Forum: Plugins
In reply to: [amr users] CSV export not reflecting changesHi Sorry about the delay in replying. I think you have summarised it well – it does sound like some kind of browser cache of the file? For public lists the file is refreshed when the list is refreshed so the file on the server must be up to date.
Forum: Plugins
In reply to: [amr users] 403 Forbidden error on exportI’m not a permissions expert, so not sure I can help much. If the list is public, the plugin does create a csv folder and write the userlist file to that, and obvioulsy needs permission to do that. It does not specify the permissions for reading. The files in the folder should be publicly accessible of course.
If the list is not public then it should be exporting to screen for you to download to your device somewhere.
Do let me know if you figure it out.
Forum: Plugins
In reply to: [amr ical events lists] past events from todayThe problem is in insisting on a hardcoded startdate 2008. If you say rather show 132 months back and only 132 months that might work better.
IE: monthsoffset=132 months=132
Forum: Plugins
In reply to: [amr shortcode any widget] Bug found when using it for AdsenseAdi,
plugin is incredibly simple. It basically just catches the output of the widget and returns that output instead.Widgets output stuff directly when called whereas Shortcodes return stuff for use by whatever is calling them.
I’m bemused that you’d want to use it as you appear to be – surely you could just put the adsense code directly in the post rather than via a shortcode that calls a widget ?
I don’t debug the plugin wrt to each and every widget that others use it with, there are 1000’s and they may be doing weird things and not expecting to be called outside of a sidebar. I test with the standard wordpress widgets, and it’w working for those.
Forum: Plugins
In reply to: [amr shortcode any widget] UPDATEI do occasionally. It is an incredibly simple plugin and wp version upgrades have never ‘broken’ it.
Forum: Plugins
In reply to: [amr shortcode any widget] Version 3.6 or 3.7who knows? I only have one such in my svn. Latest is 3.7
Forum: Plugins
In reply to: [amr ical events lists] link on events titleNo but you could use css to style them the same.
Forum: Plugins
In reply to: [amr ical events lists] past events from todayEva by default the plugin does future from today?? I’m bit confused, but sounds like you want future & past at same time, but then end=today doesnt make sense, because then you can’t have future & past since today would be in middle??
See https://icalevents.com/support/documentation/shortcodes/#parameters
Play around with parameters like
startoffset or daysoffset
days=xmaybe you can achieve what you want.
Forum: Plugins
In reply to: [amr users] custom fields in the user sheet have disappearedThis is almost impossible to help remotely, and the original person has also not replied back to indicate whether they resolved it or figured it out.
PLease look at the underlying html to see if the data is there in the html but just not visible. OR provide a link to a public page where you have this.
It’s also possible you have some db corruption. If I were debugging this on my setup, I’d try recreate on my test system. If it is not replicated on test system, then it is something unique to the install where you are seeing it.
How many users & meta records do you have?
IF this is only happening with your RCP fields – then what is different about them? The plugin just treats all fields the same so that would indicate maybe there is something special about the data, if it doesn’t happen with other fields. What are the exclude values? What are the values you expect to see?Has RCP changed something? etc
Forum: Plugins
In reply to: [amr users] Can’t Update Fields and Nice NamesSuch a Tool already exists for meta keys – it is one of the colummns in the meta keys screen.
Not easily possible for third party data which stores a bunch of fields in one meta record. It would be way more sensible for such plugins to have their own cleanup tools.
As for remaining in amr tables, if you mean cache tables, that would disappear on next cache. If you mean settings, one could always ‘reset’ and make it find fields cleanly. If it finds the same fields again, then that’s because there is still data there.