allstone
Forum Replies Created
-
Forum: Plugins
In reply to: [eShop Checkout Dynamic States] Still ignoring sales taxThanks, I’ll give this a go. Will report back to ya.
Forum: Plugins
In reply to: [Category Icons] WordPress 3.5 Admin ErrorHi Baco99, you’ll want to modify the file called “category_icons.php”. Most text editing programs provide the ability to display and even jump to a given line number, however lacking that, search for this:
if ($row = $wpdb->get_row($wpdb->prepare(“SELECT cat_id, priority, icon, small_icon FROM $wpdb->ig_caticons WHERE cat_id IN($instr) ORDER BY priority DESC LIMIT 1”)))Change it to this:
if ($row = $wpdb->get_row($wpdb->prepare(“SELECT cat_id, priority, icon, small_icon FROM $wpdb->ig_caticons WHERE cat_id IN($instr) ORDER BY priority DESC LIMIT 1”,0)))Forum: Plugins
In reply to: [Category Icons] WordPress 3.5 Admin ErrorHa! I just added the
,0
to the end of line 1360 (like the two other edits above) and the whole thing works perfectly now.Forum: Plugins
In reply to: [Category Icons] WordPress 3.5 Admin ErrorI made the two changes that @ maxwelton listed, and the errors are no longer appearing at the top of the page on the frontend or messing up the admin-backend. However in the category view, I get the following error above the graphic that is now correctly displaying:
Warning: Missing argument 2 for wpdb::prepare(), called in /usr/www/users/taurus/gancao/wp-content/plugins/category-icons/category_icons.php on line 1360 and defined in /usr/www/users/taurus/gancao/wp-includes/wp-db.php on line 990
Forum: Plugins
In reply to: [Category Icons] WordPress 3.5 Admin ErrorThe google doc that jorgeopinel posted isn’t allowing a select-all, copy and paste.
Forum: Plugins
In reply to: [eShop Checkout Dynamic States] Still ignoring sales taxI’d be happy to test your plugin at my stie during development.
Forum: Plugins
In reply to: [Plugins: Jetpack] How to manage the Subscriptions?I can’t take Jetpack’s Subscriptions seriously until I can import my existing list. I want to use it, but cannot until that time.
Forum: Plugins
In reply to: [eShop] Chosen Options Not DisplayingThis was a single purchase that came in without the options showing up on the purchase details page.
Tried a purchase myself with a browser where I wasn’t logged in as an admin and it worked fine, at least as far as the “pending” step. Didn’t take it all the way through the Paypal purchase. I doubt that matters.
So, I’m going to let this ride for now. Hopefully it was a problem on the database server end or something.
I’m interested in some conditional possibilities too.
I have a number of survey questions in a “contact form”. Two out of the five answers require my attention.
I would like to figure out a way to make it so that anytime the “often” or “always” answers come up, they are included in the email, while the other three answers (NULL, “never”, and “sometimes”) are not included in the email to me.
Mine would something like:
if answer includes “often” OR “always”, print endif
Something like that. ??
-al.I have both options enabled.
Display Result On Completion
Display Review of Results On CompletionI take that back, I’m still getting this error when using the custom form.
Currently using version 1.3.16.
I see the option to enable this on the edit quiz configuration screen, but when I save it but it doesn’t do what it is supposed to do, display right and wrong answers at the completion of the quiz.
However I’m also getting a PHP error on that page, which I’ll describe in a new thread. Perhaps that is getting in the way.
Ah, I see, I wasn’t getting above the score set in the configuration. Now I’m getting an email announcement when the test is passed.
I’m ready for this feature. Eagerly awaiting its release.
Forum: Plugins
In reply to: Fatal error msg on pages with eShop add to cartI had a similar problem (identically, actually) though it wasn’t just an update to 3.0 that caused it, but a movement of the database.
If you go to the administrative backend and down to the eShop settings, and the “base” you’ll get a page for of “foreach” errors too. At least I did.
Anyway, I ended up just manually reentering all the prices for my products, and that did the trick.
One thing that I see from your screenshot starrlabs is that the eShop fields are not there. Was this image while the eShop was activated?