Closed (fixed)
Project:
Classified Ads
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 May 2008 at 23:48 UTC
Updated:
23 Apr 2024 at 13:29 UTC
Jump to comment: Most recent
Comments
Comment #1
feelenjoy commentedYou should be able to do this using the taxonomy access control
http://drupal.org/project/taxonomy_access
Comment #2
tyler-durden commentedI tried the taxonomy_access and it seems like it should work, but it blocks out all child categories once you block the parent.
Comment #3
eyecon-1 commentedMe 2. Anyone have a JS snippet to validate the submission form? Any other suggestions?
Comment #4
mcurry commentedThis sounds like a great idea.
So, how would you want to decide which categories are allowed or disallowed for a particular user? Roles? User IDs?
Comment #5
mcurry commentedPerhaps it would make sense to allow admins to flag classified categories as 'read only' (which would pretty much make them a container for child categories.)
Still thinking...
Comment #6
lavinm commentedIm firstly subscribing to this thread, as Id need some helo on this front.
Additionally,I have a similar doubt on the lines of this thread
how do i ensure that every user can create exactly one classified ad in one day in one subcategory.
i.e if my site has in all 15 subcategories/categories, a user can publish only 15 ads in any given day (one per subcategory/category)
Any guesses how to go about this?
(I can switch to a Custom content type, if it can be done with that too)
Comment #7
mcurry commentedComment #8
fgmPart of the answer could be to use module node_limitnumber (D5/D6 only) or node_limit (D6/D7 only). This basically fixes @lanvinm's problem at #6.
Going further, this could be a nice feature for a future version. Bumping to 7.x and adjusting title accordingly.
Comment #9
fgmSolution given in #8.