Modifying the Members Plugin by Justin Tadlock for Multisite Installations

Justin Tadlock's Members plugin has become pretty much a default piece of every project I do lately. The ability to fine grain user permissions is almost always a critical part of any business website built using WordPress. A typical set up might involve employees having low level access to backend functions, managers having greater abilities, [...]

[ More ]
January 27th, 2011 | No Comments | Posted in Hacks & Mods » Members Plugin » Wordpress

Solution For Mailpress Causing Errors with the Lost Password Email in WordPress

I came across a problem today with a client site where I’m using Mailpress to handle both a newsletter and all of the default WordPress emails. Everything was working beautifully except for the lost password emails. If a user submitted the lost password form they got the email they were supposed to with the link [...]

[ More ]
January 14th, 2011 | No Comments | Posted in Hacks & Mods » mailpress » Wordpress

Easy Pagination Class for WP Plugins & Projects

I’m currently working on a client project built using WordPress that involves a number of custom templates and some custom database tables. I have a few pages where I need to show client records in table form with navigation through through the results (previous, next, jump to record X, etc.). As I was about to [...]

[ More ]
January 6th, 2011 | No Comments | Posted in Uncategorized

Gravity Forms Ajax Submits Fails in IE — Here’s the Fix

Ran into a problem with Gravity Forms, IE8 and ajax form submission where it was kicking out an “error, object expected” every time. After many hours of digging through the code I figured out the issue. Short version is that the way it was written, when you first load a page with a form it [...]

[ More ]
December 7th, 2010 | 1 Comment | Posted in Gravity Forms » Hacks & Mods » Wordpress

Access a New WordPress Install without the Admin Account Info

If you’ve ever done a new install of WordPress and for whatever reason not gotten the initial email with the admin user name and password, you know it can be a real pain in the arse. I know people who have ended  up deleting the install and doing it over again thinking there was no [...]

[ More ]
December 6th, 2010 | No Comments | Posted in Hacks & Mods » Wordpress

Let Mailpress Themes Live in Your Blogs Theme Directory

*Note: Code revised Dec. 5, 2010 Mailpress is a great plugin that continues to develop into a more commercial grade product even though it is still completely free. While it isn’t as robust (yet) as PhpList or some of the other options out there, it does integrate entirely with WordPress and has some really great [...]

[ More ]
December 2nd, 2010 | 5 Comments | Posted in Hacks & Mods » mailpress » Wordpress

Contact Information

Newport Creative Group 1300 Park Newport Drive Newport Beach, CA 92660 tel: 949-734-0758 fax: 208-493-4001

[ More ]
October 12th, 2010 | No Comments | Posted in Uncategorized

Essential Oils for Us

Website: EssentialOilsForUs.com Description: Client needed a site designed and launched within one week in order to capitalize on sales opportunities at a national equestrian event. The site needed to incorporate the ability to display videos and integrate with an Amazon.com mechant referral account.

[ More ]
October 5th, 2010 | No Comments | Posted in Portfolio

Quillin Consulting

I really appreciate your expertise in all of this process. The site is really polished and well received. It is an awesome face for my rapidly-growing company.

[ More ]
October 4th, 2010 | No Comments | Posted in Testimonials

Fix for WP Query Posts Plugin Not Displaying Single Posts

http://wordpress.org/support/topic/plugin-query-posts-show-specific-id-doesnt-work?replies=8#post-1708609 Problem and my fix are documented there. In a nutshell, the plug-in won’t work correctly when you’re attempting to show a single post by ID #. Fix is to add in the following code at line 123: /*NCG edit */ if( $instance['post']) $args['p'] = $instance['post'];

[ More ]
September 24th, 2010 | No Comments | Posted in Hacks & Mods » Wordpress