holliday22
Forum Replies Created
-
Forum: Hacks
In reply to: Using the WP get_option() functionI’m working on a plugin, FWIW.
Forum: Hacks
In reply to: Using the WP get_option() functionI figured it out. I wasn’t including /wp-includes/functions.php in the file where the function was located.
When I figured that out, I got another error: Fatal error: Call to a member function main() on a non-object
It took me 2 hours to figure that one out. The problem was something like this:
I was including functions.php in example.php and then including example.php in options_menu.php. So in options_menu.php, the include statement was in the body section of the page which cause the error.
Long story short, include the functions file within the necessary function rather than at the file level!
Forum: Everything else WordPress
In reply to: Can't Sell Plugins?Why would you have to license a plugin in the same way that WP is licensed?
It seems as if most commercial plugin creators are not doing things this way. Are there consequences for them? This seems like a gray area.
Forum: Plugins
In reply to: WP Global Variable for .domain.comMan, these boards are like a ghost town. Does anyone know of a wordpress forum that allows links in the signatures so that people are actually motivated to post?
Forum: Installing WordPress
In reply to: Changed site url and now can't access admin panel?!The WordPress username & pw would be different than your Godaddy Hosting unless you specifically made them the same.
Forum: Plugins
In reply to: WP Global Variable for .domain.comIs there an exhaustive list of WP global variables? I haven’t been able to find that either.
Forum: Plugins
In reply to: Button Creation PluginThere’s got to be something out there, right?
Forum: Fixing WordPress
In reply to: Case Sensitive URL’s and PermalinksDoes it hurt to just assume they’re not case sensitive since case doesn’t matter when I use firefox?
Thanks so much!
Anyone want to take a stab at this one?
Thanks!
can’t believe I’m the only one who’d have this question (though I’ve certainly been wrong before).
Forum: Fixing WordPress
In reply to: .htaccess, Paypal & Wishlist Member troubleDoes anyone know if the
“2. An aborted registration stops subsequent registrations.”
problem ever got fixed?
Does turning off the “Prevent duplicate shopping cart registrations” option in WLM Settings fix this problem or did that only disable the one hour multiple account creation protection?
Forum: Fixing WordPress
In reply to: Googlebot blocked from home pageI am having the same problem on both triadcreditconsultants.com and virtual-rent-to-own.com. Anyone ever get it figured out?
I’m having the same problem. Did you ever figure it out?
Forum: Fixing WordPress
In reply to: How to change order of blog in menu barMy particular theme header had a bunch of php in it, so I posted to my theme specific board for support.
Thanks for the detailed response though!