Share » Forums » Developer » how to prevent a user from creating...

how to prevent a user from creating more than one object from the same class

how to prevent a user from creating more than one object from the same class

Wednesday 23 April 2003 12:47:55 pm - 1 reply

Author Message

Björn Dieding@xrow.de

Thursday 24 April 2003 4:24:54 am

this is not exactly what you weher looking for. But works. This template code links to one object of the user if he has one. Other wise it creates a new one

{*USER PROFILE*}
{section name=Child loop=fetch(content,list,hash(parent_node_id,236,class_filter_array,array(36)))}
{switch name=Space match=$Child:item.creator.id}
{case match=$current_user.contentobject_id}
{set-block name=SP scope=global variable=text}
<div class="small"><nobr><a href="{concat("/dowire/content/edit/",$Child:item.contentobject_id))|ezurl}"><font color="#000000">Edit Profile</a></nobr></div>
{/set-block}
{/case}
{case}{/case}
{/switch}
{/section}
{section show=is_set($SP:text)}{$SP:text}{section-else}
<form name="profile" action={"/content/action/"|ezurl} method="post" /><input type="hidden" name="NodeID" value="236" /><input type="hidden" name="ClassID" value="36"><input type="hidden" name="NewButton" value="New" /></form>
<div class="small"><nobr><a href="#" onClick="window.document.profile.submit();"><font color="#000000">New Profile</a></nobr></div>
{/section}
{*USER PROFILE END*}

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu