espressoguy
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Intermittent errorPHP Version => 5.6.30-0+deb8u1
(didn’t realize I was running such an old version – thanks for mentioning! It’s on a VPS)
- This reply was modified 8 years, 9 months ago by espressoguy.
Forum: Plugins
In reply to: [Participants Database] Intermittent errorOkay …I found it …MY BAD!!
I was running wordpress 4.8 (this plugin shows that it’s updated only up to 4.7.5). When I backed out to 4.7.5 the problem went away.
I’m not sure but perhaps the problem with wordpress 4.8 happens when participants_database.php does this:
3522 if ( !function_exists( ‘get_plugin_data’ ) )
3523 include ABSPATH . ‘/wp-admin/includes/plugin.php’;…but that’s just a first guess ! (hope this helps for future development) 🙂
Forum: Plugins
In reply to: [MediaElement.js - HTML5 Video & Audio Player] Nothing loads but the boxI have the same problem. I’m using m4v video files and the browser is Firefox (platform: linux) and wordpress 3.5.1. I installed the plugin (I’ve seen mention of mediaelement.js being “in core”: does that mean I should not have installed the plugin if my version is 3.5.1?).
What’s strange is that if I go to the mediaelementjs.com site, the video there works fine for me …so it must be a setting on my host or my wordpress install. Someone mentioned something about mime types on the webhost but without giving further detail.
Does anyone know what the status is on this?
Isn’t there a way to simply block hyperlinks in contact form submissions?
One of the non-profit site’s I maintain was recently discovered by a spammer who just likes to post lots of hyperlinks. But there’s no need for hyperlinks in contact form submissions from that site.
There must be an easy way to block hyperlinks in submissions …does anyone know how (wihout writing new code to do it)?
Forum: Plugins
In reply to: [Uploader] [Plugin: Uploader] Doesn't workOkay here’s what I found:
1. It seems to be my webhost’s filesize limitation that causes the problem. After installation of the uploader plugin, the first file I tried to upload was in the 100MB range …and after that, even a smaller file wouldn’t work. Tonight I try to upload a much smaller file (500K) and it went up okay. But then I tried another 110MB file and it didn’t work (…and I had modified my php.ini max_upload_filesize setting the other day to 160MB).
2. the realpath() function seems to be working okay. That line 10 simply removes the trailing slash:
/path/to/directory/
line 10 here
/path/to/directorySo I guess that the moral of the story is that for files this large ftp is really the only way. I was trying to provide a solution for users who can’t use ftp.
-Patrick
Forum: Plugins
In reply to: [Uploader] [Plugin: Uploader] Doesn't workRobert,
Interesting… I’ll check this out tonight or tomorrow and will post the findings here at that time.
-PatrickForum: Plugins
In reply to: [Uploader] [Plugin: Uploader] Doesn't workHi Robert,
The host is Bluehost. The account is Linux-based. I’m not at a place right now where I can do the function_exists test easily but the functions most likely do exist. Here’s my version info:
# php –version
PHP 5.2.17 with Suhosin-Patch 0.9.7 (cgi-fcgi) (built: May 29 2012 13:34:52)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies-Patrick
Forum: Fixing WordPress
In reply to: Upgrading to less than 3.4.1I have changes that I know work with 3.3.2 (from another almost identical site). I don’t know if they work with 3.4.1 and won’t have the time to test/develop that code for a while. In the meantime, I need to upgrade to 3.3.2.
Oh yes …of course!!
…so export ics is working but import ics is not yet implemented …correct?
Oh …okay …I see them now. Strange: they didn’t show up until after a reboot (I’m running this test install on a a local server: my own workstation).
Question:
As I understand, normally an ical feed would be requested programattically rather than interactively. Is there a programmatic interface whereby a second calendar could request an ics feed of the MyCalendar events for a specific month (and possibly a specific list of categories)?Thanks for the response …feature request added!
And thanks for the excellent calendar!Thanks for the straightforward reply Joe…
Just a heads-up: I need the capability of having a specific category visible only to users who are logged-in. I will code this (locally) if you don’t. For my purposes it will probably be hardcoded at first; especially since I’m not thoroughly familiar with the code …so this may decrease its potential usefulness for others. (ie: users will have to name a category “private” to make it visible only to logged-in users) The ideal would be a “private” checkbox in the interface so that users could name the category as they wished and it would then be private.
However if you are going to make big changes to the database queries then I might wait for your changes (because my changes may be close to those regions of code) …not sure.
( Long term I want to put in support for retrieval of ics feeds but that’s a lower priority right now.)
Forum: Themes and Templates
In reply to: CSS Classes option for custom menu itemOkay but when you enter “nav-facebook” or “nav-twitter” in the “CSS Classes (optional)” text box, shouldn’t the resulting menu item have that class in the resulting output page source?
Forum: Themes and Templates
In reply to: Porting theme from 3.0. to 3.3Oops …just discovered that I asked the wrong question. What I was really trying to find out was how to get custom memu functionality working in this Arthemia Free theme and the answer seems to be here:
http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menusApologies for the confusion!
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] Interpretation of SlimStat ResultsVoted (five stars) !!