Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author PluginCentral

    (@plugincentral)

    Hi,

    I’m not familiar with the IgnitionDeck plugin. Unfortunately, as it’s a pay for plugin, I can’t just grab a copy and try to see how Limit Posts would integrate with it.

    Can you give me some details about how you have tried to use Limit Posts with IgnitionDeck, or the ignition_product custom post type. I’m guessing that you’ve tried to use the LimitPosts shortcode on an IgnitionDeck form?

    Any information which you could provide would be really useful.

    Thanks.

    Thread Starter valedeveloper

    (@valedeveloper)

    Thanks for your prompt reply PluginCentral,
    much appreciated

    I havent used shortcodes, I only Add New Limit into Limit Post Select in this way: User: Subscriber cannot Submit for review more than 2 posts of type Ignition_product within 24 years.

    I can send you plugins or give you access to my site.
    I need your contact/email to do this.

    Thanks.
    Best.

    Plugin Author PluginCentral

    (@plugincentral)

    Thanks for getting back to me with those details.

    When you add Limit Post rules as you have done, it will only limit the number of posts which can be made in the WordPress admin panel.

    When you tested this, are you sure that you were logged in as a Subscriber? It’s unusual for Subscribers to publish or submit posts – especially in the admin panel.

    Also when a Subscriber creates an ignition_product are you sure that it is submitted for review, rather than published?

    From what I’ve been able to find out, when a user contributes to crowd funding through IgnitionDeck, they use a front end form – they don’t do this in the admin panel? If this is the case, then you need to use the Limit Post shortcode with the IgnitionDeck form – if that is possible.

    Sorry for all the questions, I’m just trying to get an idea of what is really going on here.

    If you want to contact me ‘off forum’ – use the contact form here – https://www.limitposts.com/contact/ . If you send details of your site, I’ll see if I can find some time to take a quick look at it.

    Thanks.

    Thread Starter valedeveloper

    (@valedeveloper)

    Yes I need that Subscriber can submit ignition_product post type and yes ignition_product by default are draft, not published, so I presum that I need that is “submitted for review”.

    Ok I didnt understood about shortcode, that I need to use with the IgnitionDeck frontend submission form.

    But how shortcodes works?
    Sorry but I dont understand how to limit with shortcode => User: Subscriber cannot Submit for review more than 2 posts of type Ignition_product within 24 years.

    About Ignitiondeck frontend submission form:
    documentations about it is here: https://ignitiondeck.com/id/documentation/ignitiondeck-enterprise/ignitiondeck-enterprise-dashboard/front-end-submission-form/

    Codes about it is:

    $form = new ID_FES(null, $vars);
    	do_action('ide_before_fes_display');
    	$output = '<div class="ignitiondeck"><div class="id-fes-form-wrapper">';
    	$output .= '<form name="fes" id="fes" action="" method="POST" enctype="multipart/form-data">';
    	$output .= $form->display_form();
    	$output .= '</form>';
    	$output .= '</div></div>';
    	return apply_filters('ide_fes_display', $output);

    I try to access into your site but it doesnt work.

    Thread Starter valedeveloper

    (@valedeveloper)

    Up, please

    Plugin Author PluginCentral

    (@plugincentral)

    I haven’t managed to make any progress with this. It’s pretty difficult to work out what the problem is, when I can’t get access to the code that you are using (due to it being a paid for only plugin).

    Feel free to take a look at code for Limit Posts – it’s really quite a simple plugin. I’m sure that you can probably work out what needs changing in the code to make it work with Ignition Deck.

    If you do make changes to the code then please make sure these changes are shared with the rest of the community – or let me know what the changes are and I’ll attempt to integrate them into Limit Posts if I can.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘doesnt work with custom post type’ is closed to new replies.