Active
Project:
Node Limit
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2012 at 15:47 UTC
Updated:
28 Jun 2017 at 13:05 UTC
Jump to comment: Most recent
Comments
Comment #1
duaelfrDue to a lack of (my) time, this is not planned in the near future.
If you want to participate, you are very welcome but the module will absolutely need a 2.x refactoring before thinking to build this kind of features.
Comment #2
wOOge commentedI've written a tutorial on how to achieve some of this module's functionality in Rules here:
http://drupal.org/node/1893978
Comment #3
user654 commented.
Comment #4
kopeboyInterested as well..
What I am looking for is increasing node limit from 0 to 1 of a particular content type when the user buys a product.
Or, the other way around, set all other content types from 1 to 0 when the user buys a product.
Comment #5
kopeboyMaybe we can copy some code from here https://www.drupal.org/project/node_limitnumber ?
They have integration with Rules, but only drupal 6 version..
I am just building websites, I'm not a php dev otherwise I would love to help :/
Also, I think we can look into Contet Access rules integration.
The only problem with using that already is that I cannot restrict node creation but only editing and visibility :(
Example of functionality to build with this module and rules:
User (supplier) can create a node (his activity) choosing from 15 business categories (they can be very different and have many fields, so there are 15 distinct content types), after he pays for it. Creating 15 different roles is unfeasible and unnecessary (apart from this functionality atm). The supplier can choose from any activity and create it, but it will be unpublished until he buys it. After he creates one, he cannot create others (any supplier can only create 1 activity).
All this would be very easy to implement if we could modify core roles permissions with rules, but if I'm not wrong, we can't :(
Comment #6
chilligroup commentedfollowing
Comment #7
kopeboyI ended up unistalling Node limit and creating the limit functionality from zero with normal (hidden) Fields and Rules..
Maybe not as performant (not sure though), but flexible as you want it to be.
Comment #8
Jedd Casella commented@kopeboy - would you mind sharing the rule you created or a simple walk-through on how to achieve this without node limit?
Comment #9
vaccinemedia commented@kopeboy I'm also interested in how you managed to achieve this