jarofgreen
Forum Replies Created
-
Forum: Plugins
In reply to: [IBS Calendar] Hot links in event Qtip descriptionsIt’s been pointed out I accidentally worked on an older version of this plugin. I redid the work, on top of version 3.6 this time. It’s at https://github.com/JMB-Technology-Limited/ibs-calendar and it’s now in one commit, at https://github.com/JMB-Technology-Limited/ibs-calendar/commit/5e9e9f92881476045c9769022d0dbbea2990d856
Forum: Plugins
In reply to: [IBS Calendar] Hot links in event Qtip descriptionsAnd now minified so it works out of Debug mode.
Finished code at https://github.com/JMB-Technology-Limited/ibs-calendar
Forum: Plugins
In reply to: [IBS Calendar] Hot links in event Qtip descriptionsThere is now an option in the settings tab to choose whether you want linkify or not.
Forum: Plugins
In reply to: [IBS Calendar] Hot links in event Qtip descriptionsOh wait, that will only work in Debug mode as I didn’t update calendar.min.js. Whoops.
Forum: Plugins
In reply to: [IBS Calendar] Hot links in event Qtip descriptionsThat commits adds the Linkify functionality.
It uses this lib to do so: https://soapbox.github.io/linkifyjs/
I added “if (true)” wrapper because this should really be an option, not on by default. That’s where the option flag would be added.
Forum: Plugins
In reply to: [IBS Calendar] Hot links in event Qtip descriptionsWait, I’m wrong. This plugin uses QTip for the popup functionality.
Forum: Plugins
In reply to: [IBS Calendar] Docs should make it clear this exposes API keyI note the Full Calendar docs also just encourage you to put your API Key in the HTML https://fullcalendar.io/docs/google_calendar/
If your API key is locked to certain domains only this is less bad. That should be encouraged clearly.
Forum: Plugins
In reply to: [IBS Calendar] Hot links in event Qtip descriptionsI’ve had a quick look, and this really just uses Full Calendar. This functionality would have to be added there.
Forum: Plugins
In reply to: [ONW Simple Contact Form] Patch: Reply-to header in ONW Simple Contact FormDescribing the problem in more detail:
https://jarofgreen.co.uk/2011/03/what-spf-means-for-your-contact-forms/Forum: Hacks
In reply to: My first WP plugin: An Error Reporting Service. Q's & feedback?Got an email from the author saying development has stopped. But it’s not complex to hook up so I would guess it’ll probably continue to work for a bit.
Anyway, feedback on mine and help with my questions welcome …
Forum: Hacks
In reply to: My first WP plugin: An Error Reporting Service. Q's & feedback?Thanks. It looks like it’s on hold since WordPress 2.7 but I’ve had a look and emailed the author.