Link to create a new Comment

Link to create a new Comment

Wednesday 03 September 2008 4:08:37 am - 3 replies

Modified on Wednesday 03 September 2008 4:09:31 am by Michael Fürst

Author Message

Ivo Lukac

Wednesday 03 September 2008 4:20:09 am

Hello Mike,

I suggest you use ez js function for this. Didn't have any problems with it.

<a href="#" onclick="ezpopmenu_submitForm( 'create-comment ); return false;">{'New comment'|i18n( 'design/ezwebin/full/article' )}</a>
<form name="commentForm" method="post" action={"content/action"|ezurl} id="create-comment">
<input type="hidden" name="ClassIdentifier" value="comment" />
<input type="hidden" name="NodeID" value="{$node.object.main_node.node_id}" />
<input type="hidden" name="ContentLanguageCode" value="{ezini( 'RegionalSettings', 'Locale', 'site.ini')}" />
<input type="hidden" name="NewButton" value="" />
</form> 

Make sure to load design/standard/javascript/popupmenu/ezpopupmenu.js in pagelayout

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

Xavier Serna

Wednesday 03 September 2008 4:26:54 am

The fact is that with the javascript used in your post

<a href="#" onclick="document.commentForm.submit(); return false;">Write the first comment!</a>

<input class="button new_comment" type="submit" name="NewButton" value="{'New comment'|i18n( 'design/ezwebin/full/article' )}" />

in the form submitted you don't have the "NewButton" post variable, have to be included as a hidden field to achieve this.

hth!

--
Xavier Serna
eZ Publish Certified Developer
Departament de Software
Microblau S.L. - http://www.microblau.net
+34 937 466 205

Michael Fürst

Wednesday 03 September 2008 4:54:04 am

Hi Xavier,

Yeah, that's the solution. Now i found it here:
http://ez.no/fr/developer/forum/setup_design/content_action_is_not_currently_available

Thanks a lot!
Mike

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.