hey there
i’ll be appreciated if someone can help, How can i limit for Entry to user group? i have form of submit Entry i want that users have limit time submit the Entry, 1 time per day.
Thank You
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
June 20, 2011 10:50am
Subscribe [4]#1 / Jun 20, 2011 10:50am
hey there
i’ll be appreciated if someone can help, How can i limit for Entry to user group? i have form of submit Entry i want that users have limit time submit the Entry, 1 time per day.
Thank You
#2 / Jun 21, 2011 5:44am
farrukhny,
That functionality doesn’t exist. You could try a search over at devot-ee.com for an add-on that might do this for you. You are also welcome to make a feature request
#3 / Jun 21, 2011 12:54pm
thank you for response, do you know any add-on related to my question that you can recommended to me, and one more question when the next release will launch EE2.2
#4 / Jun 22, 2011 1:00pm
Hi farrukhny,
EE 2.2 is set for release sometime today. I haven’t found an add-on that does exactly what you want, but it could be achieved with a custom add-on.
#5 / Jun 22, 2011 1:30pm
thank you for help
can i ask one more question, there are any way to enable php on member template and do you have any tutorials or template tag description page for member templates
#6 / Jun 23, 2011 5:20pm
Hi, farrukhny.
Those templates are very light weight, you can’t use PHP on them.
You could do what I do which is create a regular entry for each user, and let them edit it themselves, or use the query module to grab info from their user record. Might that be the way to do?
#7 / Jun 23, 2011 5:28pm
sorry but i dont want to give user edit Entry i need to make limit for sumiting Entry just 1 Entery per day per member, so may be has any way to enable php ?? may be on controller??
#8 / Jun 24, 2011 11:42am
You’d need to write custom code to do this. You’d check their author_id, the date/time of their most recent entry, and depending how long it had been, let them have access to SafeCracker on the front end. Or else you’d have to write an extension if you were using the back end.