Dave Navarro, Jr.
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] tribe_is_multiday returning true, falslyI have to go back through the code to remember what I was doing. I’ll do that in a couple of days when I’m back home. I’m out of town for work.
Forum: Plugins
In reply to: [The Events Calendar] March 31st events populating every day in AprilThat fixed it. But UTC doesn’t automatically support Daylight Savings, so will this be fixed?
Forum: Fixing WordPress
In reply to: Automatic Featured ImageAs much as this is requested, it should be a checkbox in Settings->Media.
BTW, the above code works great.
Forum: Fixing WordPress
In reply to: RSS feed issuesps. I have no RSS related plugins installed and I haven’t installed any recent plugins.
And it only seems to affect the one category which is weird:
Forum: Requests and Feedback
In reply to: Forced Gravatars and general feedbackMy question is this…
Why does everything have to be done with a plugin? Why can’t we ask that something like this be fixed within WordPress? Sometimes stuff is just outdated and we should be able to make a request without being told to use a plugin.
Forum: Requests and Feedback
In reply to: WP 3.5 – any way to default "Add Media" to "Upload Files"?There should be a checkbox for behavior under the Settings->Media options.
And why the heck didn’t they implement some form of image management? One of my clients is a news site with 10,000 images and growing. The lack of image categories or galleries/folders makes browsing for images impossible.
Forum: Plugins
In reply to: [Weekly Schedule] 12:30am showing up as 0:30am.Does it only work with military time?
Forum: Plugins
In reply to: [The Events Calendar] tribe_is_multiday returning true, falslyI managed to figure it out.
Forum: Installing WordPress
In reply to: Can't edit administrators or admin capabilitiesI installed a plugin to edit roles and it won’t allow me to edit anything for administrators.
Forum: Hacks
In reply to: Creating an admin menuBizarre… I created the menu, then created a sub-menu page using the same slug and it worked.
Thanks!
Forum: Hacks
In reply to: Creating an admin menuadd_menu_page('Options', 'Topeka Design', 'manage_options', 'topeka-design', 'td_options_page');
This ends up being {Topeka Design}->Topeka Design
add_menu_page('Topeka Design', 'Options', 'manage_options', 'topeka-design', 'td_options_page');
This ends up being {Options}->Options
add_menu_page('Options', 'Options', 'manage_options', 'topeka-design', 'td_options_page');
This ends up being {Options}->Options
It appears the first parameter is ignored and the second parameter is used twice.
Forum: Hacks
In reply to: Image Resizing Function – An Alternative to TimthumbVery nice. And extremely useful.
One problem I am having is that I need to resize images to a specific size (400×250) and crop if the height is greater than 250. However, I need to control the cropping (Top, Middle, Bottom). Next time you’re fiddling with this, any change you can add support to control the cropping?
Forum: Plugins
In reply to: [WP Editor] Feature RequestsThanks for the fast response.
Basically, the idea for creating a skeleton plugin is to hit a button “create plugin” which takes you to a form that asks for the basic plugin info… plugin name, author name, url, etc… When you submit the form, it creates the specified sub-folder and creates a your-plugin.php file with the header info pre-filled in. Real simple.
However, I’d be happy to just have an option for “create folder” and “create empty file” buttons. I can do the rest.
Other than that it’s a great plugin. You’re on my list for a donation next payday. I’ve already found it extremely useful.
Forum: Plugins
In reply to: [WP Editor] Feature RequestsThe ability to activate/deactivate the plugin you’re working on would also be helpful.
As well as a refresh button to rescan the folder through an AJAX call.
Forum: Plugins
In reply to: [WP Editor] Feature RequestsIt would also be nice to see a screen shot of each available skin on your web site.