petergibbons
Forum Replies Created
-
Forum: Plugins
In reply to: [Active Directory Integration] Using on a 25 site multisite@earnjam Any movement on this? Thanks!
Forum: Plugins
In reply to: [wpMandrill] Some emails not being logged by MandrillFinally figured it out. My payload seemed fine, but I was passing headers into wp_mail as well which it doesn’t like. I took out the headers and all mail is sending as intended through mandrill.
thanks for the guidance willcast.
Forum: Plugins
In reply to: [wpMandrill] Some emails not being logged by MandrillAt first all email was indeed going through Mandrill but now none of it is (other than the password reset).
Are there any common errors I should be looking for?
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Custom Menu displaying ALL pagesThanks for the reply, if you email me at boobiesboobies9er@gmail.com I’ll send you access…
As for how, I’m using the built in search.php to search through a custom post type. On that search page (only when searching tribe_events) the custom menus at the top and bottom show every page in my install. The behavior doesn’t happen when searching ‘all’ or any other cpt…
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Custom Menu displaying ALL pagesMany thanks Rob & team… Yes its a customized theme built from the ground up. Some wires must be crossed.
Thanks,
Forum: Fixing WordPress
In reply to: wp_generate_password password doesn't workGot it. Cant use wp_update_user for new addition i guess.
need to use:
wp_create_user( $userdata['user_login'], $userdata['user_pass'], $userdata['user_email'] );Forum: Fixing WordPress
In reply to: wp_generate_password password doesn't workbueller?