Monday 12 April 2004 11:34:05 am
I am building web portal, where users have expiration time... I mean after 30 days their account expires. I was thinking to assign or remove to user an extra user group which would tell if user is allowed to enter the portal. (This User goroup is linked to a portal user role) The problem is I dont know how. I was trying with
$newNode=eZContentObjectTreeNode::addChild( $user->attribute( 'contentobject_id' ), 12, true);
New node (of current user object) was created but it did not appear in the admin interface under the requested user group (id=12) Maybe I just need to publish newly created node... I dont know how... I am a little confused, can anybody help. And maybe there is also another more appropriate aproach to my user expiration problem. Please help.
Thanx Matey
|