... | in post_limit.naml |
47 48 49 50 51 52 53
|
<macro name="user_response">
<n.if.user_from_get.is_in_group group="Spam" >
<then>
<n.user_from_get.node_count filter ="date_part('day',now() - when_created) = 0 "/>
</then>
</n.if.user_from_get.is_in_group>
</macro>
|
Powered by Nabble | NAML |