Add new action parameters for Collectinformation: RedirectXXXX

Author Message

Plamen Petkov

Friday 23 April 2004 9:00:33 am

PLEASE, READ :-)

Currently, there is no way to tell the Ez to redirect to specific node/uri after collecting information (besides those specified in collect.ini, but they are design-time defined). The following form has an additional action parameter: RedirectToNodeID ($poll_node is fetched somewhere at the begining of the tpl):

<form method="post" action={"content/action"|ezurl}>
<input type="hidden" name="ContentNodeID" value="{$poll_node.node_id}" />
<input type="hidden" name="ContentObjectID" value="{$poll_node.object.id}" />
<input type="hidden" name="RedirectToNodeID" value="<some-node-id>" />
{attribute_view_gui attribute=$poll_node.object.data_map.option}
{section name=ContentAction loop=$poll_node.object.content_action_list show=$poll_node.object.content_action_list}
<input type="submit" name="{$ContentAction:item.action}" value="Vote" />
{/section}
</form>

Such an action param should override DisplayList[] setting from collect.ini

Here are 2 scenarios when I realy *need* this functionality:

Scenario 1:
- full view of an article with a poll box
- user votes and must return to the same article (node) again

Scenario 2:
- user is reading some article placed in the content area of the site ($module_result)
- there is a poll outside the content area - he votes
- user must be returned to the same node, not to the result page of the vote

The same applies to RedirectURI

This functionality can be easily integrated into the current collectinformation action... Actualy, I already did it.. but am afraid will lose the path when new releases come through...

regards and sorry fo the long posting...

Stéphane Bullier

Thursday 19 April 2007 3:16:42 am

Hello,

I try to redirect a submission of a poll to a specific node. I didn't succed. Always I am redirected to the result page with this url : http://my_site/content/action

My template code for my poll is (embed view) :

<form method="post" action={"content/action"|ezurl} name="sondage_form" id="sondage_form">
	<input type="hidden" name="TopLevelNode" value="{$object.main_parent_node_id}" />
	<input type="hidden" name="ContentNodeID" value="{$object.main_node_id}" />
	<input type="hidden" name="ContentObjectID" value="{$object.id}" />
	<input type="hidden" name="RedirectToNodeID" value="62" />
	<p class="question">{$object.data_map.question.content.name}</p>
	{foreach $object.data_map.question.content.option_list as $option}
		<p class="radio">
			<input type="radio" name="ContentObjectAttribute_data_option_value_{$object.data_map.question.id}" value="{$option.id}" />
			<label>{$option.value}</label>
		</p>
	{/foreach}
	<p class="radio"><input class="submit" type="submit" name="ActionCollectInformation" value="Voter" /></p>
</form>

I modified the collect.ini :
[DisplaySettings]
Display=node
DisplayList[]
DisplayList[sondage_home]=node

Thank you.

Stéphane

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

eZ debug

Timing: Jan 18 2025 15:09:07
Script start
Timing: Jan 18 2025 15:09:07
Module start 'layout'
Timing: Jan 18 2025 15:09:07
Module start 'content'
Timing: Jan 18 2025 15:09:08
Module end 'content'
Timing: Jan 18 2025 15:09:08
Script end

Main resources:

Total runtime1.0657 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0064 588.1719152.6563
Module start 'layout' 0.00640.0034 740.828139.5078
Module start 'content' 0.00981.0545 780.3359531.3672
Module end 'content' 1.06430.0013 1,311.703112.0938
Script end 1.0656  1,323.7969 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3112160.0002
Check MTime0.00140.1273160.0001
Mysql Total
Database connection0.00100.089210.0010
Mysqli_queries1.013195.0655540.0188
Looping result0.00060.0543520.0000
Template Total1.032996.920.5165
Template load0.00220.210020.0011
Template processing1.030796.715720.5153
Template load and register function0.00020.020010.0002
states
state_id_array0.00120.108110.0012
state_identifier_array0.00210.194520.0010
Override
Cache load0.00190.1749380.0000
Sytem overhead
Fetch class attribute can translate value0.00090.083720.0004
Fetch class attribute name0.00100.090330.0003
XML
Image XML parsing0.00070.064720.0003
class_abstraction
Instantiating content class attribute0.00000.000730.0000
General
dbfile0.00080.0740160.0000
String conversion0.00000.001140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs