Add/Remove relation (c) by Gabriel Ambuehl, 2006 Licensed under the GPL ---------------------------- This is a small extension that adds two new "actions" for content objects. A addremoverelation/addrelation url that can add relations between object the following way: addremoverelation/addrelation/fromcontentobjectid/107/tocontentobjectid/467/fromattributeidentifier/forum_subscriptions/redirecttonodeid/338 Parameters should be self explanatory I believe. Same feature to removerelations: addremoverelation/removerelation/fromcontentobjectid/107/tocontentobjectid/467/fromattributeidentifier/forum_subscriptions/redirecttonodeid/338 Possible Changes: * If you want users to be able to relate their user object to other objects, modify line 48 to read if ( !$fromContentObject->canEdit() && eZUser::currentUserID()!=$fromContentObjectID ) { Note: this might not be safe.