Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 16 total)
Author Posts
March 18, 2014 at 12:02 pm in reply to: Future of the plugin? 16838
bazelski bazelski

Glad to hear that. Thanks

November 6, 2013 at 10:13 pm in reply to: Delete featured image from edit form 9813
bazelski bazelski

probably a plugin conflict. its ok now

November 3, 2013 at 11:21 pm in reply to: "pending" post edit enable/disable option 9723
bazelski bazelski

thanks

November 3, 2013 at 8:19 pm in reply to: "pending" post edit enable/disable option 9720
bazelski bazelski

3 days without response??? Please be serious I paid this pluggin and support. Thanks

October 21, 2013 at 3:04 pm in reply to: wpuf_add_post_redirect & post_id 9245
bazelski bazelski

it was the filter priority and number of accepted args.

June 16, 2013 at 7:13 am in reply to: Feature request – Original post status after edit 4922
bazelski bazelski

Exactly what I need

Author writes post – defaults to post status ‘pending’;
Author edits post – post status stays as ‘pending’;
Editor sees post and publishes it – post status changes to ‘publish’;
Author edits post – post status stays as ‘publish’;

Why I can’t use this conditional ?


function wpuf_editor_post_status( $postarr ) {
 
    if ($postarr['post_status'] == 'publish') {
        $postarr['post_status'] = 'publish';
    }
 
    return $postarr;
}
 
add_filter( 'wpuf_update_post_args', 'wpuf_editor_post_status' );

My post staus is set to pending after edit. This works good without this conditional statement if ($postarr['post_status'] == 'publish') {

May 27, 2013 at 10:41 am in reply to: Empty field tooltip 4233
bazelski bazelski

Ok I will look for now but this is basic feature that need to be included in the plugin. Pleade write a better validation which can be customized per field. Also I think you need feature request section in this forum with voting. Like uservoice.com .I have few request and im sure others have some good ideas too

April 15, 2013 at 12:05 pm in reply to: Comments are turned off after edit 2228
bazelski bazelski

Great. Its working good with the fix.  Thanks

April 15, 2013 at 5:04 am in reply to: Comments are turned off after edit 2221
bazelski bazelski

Its from WPFU. I deactivated all other plugins and changed to default theme, its still working the same. “Allow people to post comments on new articles ” in discussion settings is checked

April 14, 2013 at 8:02 pm in reply to: Comments are turned off after edit 2192
bazelski bazelski

I will check

April 14, 2013 at 3:13 pm in reply to: WP User Frontend Error: Pleae activate your copy 2181
bazelski bazelski

its ok now.

April 14, 2013 at 2:37 pm in reply to: WP User Frontend Error: Pleae activate your copy 2179
bazelski bazelski

I’ve got the same problem. I reinstalled my site (same domain) and cleared the database to start from scratch. Unfortunately that took my license key with me too. Is there a way to resend that key, or to check it in my wedevs account somehow?

Same. I cannot activate with the same code after database reset

April 13, 2013 at 9:15 am in reply to: Field Validation? 2145
bazelski bazelski

yes data-required=”yes” and data-type=”select” in the html and its working. Thanks

April 13, 2013 at 9:03 am in reply to: Field Validation? 2142
bazelski bazelski

Yes.  Select (dropdown field) with post IDs from posts submited by current user. Selected post ID  is saved as custom field value in the submited post and I use that value to connect posts with the Posts2Posts plugin . I need that field to be required, to validate on form submit

April 13, 2013 at 8:52 am in reply to: Field Validation? 2138
bazelski bazelski

Yes If I can add default value to existing dropdown field in form and then validate like a normal dropdown field from the plugin

Viewing 15 Topics - 1 through 15 (of 16 total)