I see the "set a time frame" has monthly and daily, when will weekly and annually be added? I need all four of these for a project, each time limit is set to it's own content type for the authenticated user.
Thank you!
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | node_limitnumber-[issue-704244]-[comment-2561130].patch | 2.22 KB | Kutakizukari |
Comments
Comment #1
Kutakizukari commentedIn the node_limitnumber.module line 135-154 it has:
Can I just add weekly and annually to this and it will work or is it not just that easy?
Comment #2
Kutakizukari commentedOk maybe not found this:
Need to add two more for it to work but how and what?
Comment #3
Kutakizukari commentedI have looked up the functions at php.net. I'm not a php or mysql person, I have a php and mysql book but it is packed up in storage from a move.
for weekly:
and for annually:
Then add:
Is this close to right how bad did I mess things up?
Comment #4
Kutakizukari commentedMade a patch but it needs some work.
Comment #5
jdwfly commentedthanks for the patch, i'm going to look at this tonight.
Comment #6
jdwfly commentedI've committed some code to 2.x-dev branch. Try testing it to see if it works. You'll need to grab it through cvs. I'm going to mark as fixed for now. If there is any issues just reopen this.