• Resolved dennis333

    (@dennis333)


    I would like to make it so Campaign owners can only submit one campaign.
    Is there a way to do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Thanks a lot for contacting us. I’m sorry to inform you that we don’t have an option limit number of campaigns a user can create. We have added this as a feature request. We will try to implement this in the future if we get more demand from our users.

    If you are in a hurry, you can develop this feature by customizing our plugin files.

    Regards,
    Mehedi

    I would also like this feature. Is there a solution ?

    Thanks!!

    Thread Starter dennis333

    (@dennis333)

    They had no solution. Ive reconfigured so much of the plugin that i cant update it anymore. There is probably a way to mess with the code but i havent figured it out yet.

    Hi @stimcash and @dennis333 ,

    Copy all code from these following links:

    1. https://pastebin.com/gHYaaxZi
    2. https://pastebin.com/mkDs9C2m

    Paste the copied code on 2 two files like this:

    1 => /wp-content/plugins/wp-crowdfunding/shortcode/Dashboard.php
    2 => /wp-content/plugins/wp-crowdfunding/shortcode/Submit_Form.php

    Inside both files, there is a common variable called $maximum_number_of_campaign. You need to change the value to set the limitation of creating campaigns. I hope you can do that.

    [Note: Before updating the Crowdfunding plugin file, back up those files and replace them after plugin update.]

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to limit number of campaigns a user can create?’ is closed to new replies.