SergeAx
Forum Replies Created
-
Thank you for plugin, keep up the good job ??
I’ve made it working somehow, but then decided to ditch Google translation as it wasn’t relevant enough. Thank you, case closed.
Forum: Plugins
In reply to: [WordPress Social Login] Unknown DB column "user_wsl_email"Thanks a lot for this hackaround, Gregory. I wonder if plugin author gonna continue its support?
Okay, I’ve made a hack for this:
add_filter('wpcf_pr_belongs_post_status', function ($status_array) { $status_array[] = 'draft'; return $status_array; }, 10);
Is there any chance to have this in plugin settings?
Good, now just waiting for plugin to update. Thank you for your help!
Thank you! I mean, it makes sense to be able to select draft post as parent as well as create child for draft post, right?
Actually, I’ve found a place in code to correct (took some time though). It’s in
/wp-content/plugins/types/embedded/includes/post-relationship.php, line 234
. I’ve changed"post_status=publish"
to"post_status=any"
and everything worked just fine. Actually it is better to makeget_posts
call a little nicer, with full-scale array of arguments, to avoid selecting auto-draft and trash posts.Yes, exactly. Sorry for being not quite specific.
Yes, I have installed latest version before writing the question. I’m creating these child posts not from parent post editing page, but from their own admin menu item, like “Add new Car”.
Forum: Plugins
In reply to: [Theme My Login] Custom redirect doesn't work in 6.2.3No, as I said, I tried relative URLs.
The problem emerged after upgrading to 6.3.2, which broke my site, removing it by file manager (it wasn’t remove by standard method) and installing back 6.2.3.