Closed (fixed)
Project:
Node Limit
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2012 at 22:35 UTC
Updated:
13 Aug 2012 at 11:39 UTC
Is there a conditional statement we can use to determine if the limit has been met.
I use /node/add in my node body several places and would like for it to "disappear" if the limit has been me
Comments
Comment #1
duaelfrThe latest version overrides node/add/XXX pages access callback to allow the links to disappear when the limit is met. It works well in menus interface for example.
Comment #2
netentropy commentedI saw that. Great feature, but that's not exactly what I was asking (poor working on my part)
I need something like
IF (whatever checks if limit has been met) THEN print this
Comment #3
duaelfrWith the last dev you can try to use
It will not cover all the possible use cases but most of them.
Comment #4
duaelfr