nimaha
Forum Replies Created
-
Forum: Plugins
In reply to: [WangGuard] User numbers not adding up after using wizardHaven’t heard anything via the contact form. In addition to the above, I’m noticing that we’re coming across a lot of users that have “No Status” but there are 0 Unchecked Users. So it would seem a lot of users still need to be checked even though WangGuard isn’t reporting them.
Forum: Plugins
In reply to: [WangGuard] User numbers not adding up after using wizardAll users have been checked. If it’s preferable to you guys, I’ll send a message through the contact form.
Forum: Plugins
In reply to: [WangGuard] User numbers not adding up after using wizardHa, then your confusion is the same as mine as your last comment does not appear to be holding true for us.
The list of Spammers and the list of Sploggers is the same. The same users are counted in both categories.
So while WangGuard is reporting 30,949 users in total, the Spammers/Sploggers + Verified Members is only adding up to 23,504 once you eliminate the double counted users.
That probably won’t make sense to you if that’s not normal behavior, but I can send you screen shots if that’d help visualize the problem.
Forum: Plugins
In reply to: [mTouch Quiz] Form will not displayForgot I has posted this. I contacted you through your website and we resolved the issue. It was a custom line of CSS we had added that caused the problem.
Forum: Plugins
In reply to: Plugin not showing upThe latest update (Version 1.2.5) works fine. Not sure what happened the first time I tried, but no problems for me on the second try.
Forum: Plugins
In reply to: [Verve Meta Boxes] [Plugin: Verve Meta Boxes] Can't Add 0 to a fieldThis was resolved for me with the new update to the plugin (Version 1.2.5). Zeroes are now being saved correctly. Thanks!
Forum: Plugins
In reply to: [Verve Meta Boxes] [Plugin: Verve Meta Boxes] Date OutputOkay, I see. I have it outputting the way I want now. For anyone who may benefit in the future, here’s what I did:
<?php echo date("n/j",strtotime(get_post_meta($post->ID, 'date_1', true)));?>Thanks for your input and work on this plugin!
Forum: Plugins
In reply to: [Verve Meta Boxes] [Plugin: Verve Meta Boxes] Date OutputWell, I’m not as smart as I thought I was. The date format for storing and outputting makes perfect sense as I’ve used that plenty, but I’m not sure about the strtotime function.
my date value is date_1 so I have this:
`<?php echo date(“F j Y @ g:i A”,strtotime($date_1));?>
But that’s returning the starting value of January 1 1970 @ 12:00 AM. The date I am expecting is September 4, 2010 @ 5:00 PM which is what the database is storing.
I’ve tried reading up on this but it’s not clicking. Do you have any advice on that? Thanks!
Forum: Plugins
In reply to: [Verve Meta Boxes] [Plugin: Verve Meta Boxes] Date Output<–Slapping my forehead. Thanks, my brain just had a bad moment there.
Forum: Fixing WordPress
In reply to: Custom Post Type Rewrite Permalink and Exclude baseRegion is the post type. California would be a post within that type.
Forum: Fixing WordPress
In reply to: Custom Post Type Rewrite Permalink and Exclude baseThanks for the response. I had previously tried your suggestion but get a 404 error.
Even when I write the slug as blank, I can still get to the post by inserting the name of the custom post type in the URL where the slug goes.
None of this seems right. From reading around, it feels like this should be pretty simple.
Forum: Fixing WordPress
In reply to: Using in_category to to show or hide dataPerfection. I gave the second suggestion a go and it worked right away.
Thanks to both of you!
Forum: Fixing WordPress
In reply to: Returning only sticky postsThank you! That did the trick. I was trying to use sticky_posts but could never figure out how it worked with the query I was doing.
Forum: Plugins
In reply to: [Plugin: Tabbed Widgets] interfering with other jqueryNever mind. I switched to a different plugin now that doesn’t have any conflicts.