[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [Delete Me] redirect to page is 2 concatenated bad addressesI have performed 2 deletions on Windows 10 with Chrome and no problems so far. I will test Android and Firefox next, and will post only if I find an issue. Thank You!
Forum: Plugins
In reply to: [Delete Me] redirect to page is 2 concatenated bad addressesI will be happy to test. just in case – I thought it might have had something to do with this :
https://www.jeremywagner.me/blog/stop-using-the-protocol-relative-url/. With google now flagging non https sites, folks are having issues with dealing with secure and insecure content. Did I say thanks! — one of my favorite email tag lines. I wrote my first program (Fortran) in 10 minutes, it took me over 3 hours to keypunch it.Forum: Reviews
In reply to: [WordPress Persistent Login] GreatI just did my first membership type site. I did my first test of persistent login and it did not work. I said WTF. 30 seconds later it dawns I me I shot myslef in the foot. I do a lot of different kind of sites. I wrote that as more of a “Heads Up” to other folks who may space out and not figure out why persistent login in not working. Thanks for responding and thanks for the plugin.
Forum: Plugins
In reply to: [WP Super Edit] Add features to Insert dateTo implement a quick change
edit file
https://plugins.svn.www.ads-software.com/wp-super-edit/trunk/tinymce_plugins/insertdatetime/plugin.jsfunction
tinymce.each(editor.settings.insertdatetime_formats || [
“%H:%M:%S”,
“%Y-%m-%d”,
“%I:%M:%S %p”,
“%D”add string
“%a %d %b %Y %I %p”,before the “%D”
Documentation on the insertdate time function
https://www.tinymce.com/docs/plugins/insertdatetime/Like php
echo ‘today date “D, d F Y H a”: ‘, date(‘D, d F Y H a’), ”;