How to add node to a users bookmarks?

How to add node to a users bookmarks?

Friday 25 November 2005 6:28:56 am - 1 reply

Author Message

Ɓukasz Serwatka

Monday 28 November 2005 12:42:36 am

Hi Maarten,

You can use following code in your template:

<form method="post" action={"/content/action"|ezurl}>
  <input type="hidden" name="ContentNodeID" value="{$node.node_id}" />
  <input type="submit" name="ActionAddToBookmarks" value="Add to bookmarks" />
</form>

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.