Forums / General / Information collection problem

Information collection problem

Author Message

Jens Kultima

Saturday 22 March 2008 11:32:23 am

Hi,

I will try to explain my problem in detail:

What I want to do:
have a custom page for viewing and deleting information collections.

Background:
There is a module for doing this in the eZ Publish Admin interface. From here one can copy and paste pretty much of the template code for viewing which information which nodes have collected. So far so good.

Where the problems come in:
When I want to delete a a peice of information colected by a node.

What have I done so far:
I have a custom template for a node which will view all the collected information. I have created a 'remove this collection'-button for each piece of information. Currently this button works as a delete-button, code copied straight from the template of the admin-module code.

Main part of the code look like this:

<div class="controlbar">
<form action="{concat('/ezwebin_site_admin/infocollector/collectionlist/', $MY.contentobject_id)}" method="post" name="CollectionRemove">
<input class="button" type="submit" name="RemoveCollectionsButton" value="Radera" />
<input type="hidden" name="CollectionIDArray[]" value={$MY.id} />
<input type="hidden" name="FUFRedirect" value={$currentnode.node_id} />
</form>

The FUFRedirect is a varibale added so that I can redirect the user to a node of choice. I have also added a few lines of code in the PHP-file controlling the admin-module so that is redirection would work. HOWEVER, it does NOT.

What happens when I press the button? It redirects me to the admin-webinterface and ask if I want to delete the collection and from there I can press "ok" or "cancel".

My questions are:
1. Does the <div class="controlbar"> code do anything?
2. How do skip the confirmation step? I tried to implement the code for the "ok" button only in my template code and at the same time sending the node id as a hidden variable, but this does not work. Why?
3. In the admin interface when pressing the delete button you are redirected to the confirmation step. BUT in that template I can find NO CODE for identifying which node's information is to be delted. How does eZ know this information? It is sent as a hidden variable in the previous step, but where is it stored and how can I modify these steps so that I can work around the confirmation-step?

4. In the PHP-file controlling the admin interface module there is this piece of code:

if( $module->isCurrentAction( 'ConfirmRemoval' ) )
{
    $collectionIDArray =& $http->sessionVariable( 'CollectionIDArray' );
	
    if( is_array( $collectionIDArray ) )
    {
        foreach( $collectionIDArray as $collectionID )
        {
            eZInformationCollection::removeCollection( $collectionID );
        }
    }
	
	$FUFRedirect =& $http->sessionVariable( 'FUFRedirect' );
	if ( is_numeric( $FUFRedirect ) )
	{
		$module->redirectToView( 'view', array( 'full', $FUFRedirect ) );
	}
	
    $objectID = $http->sessionVariable( 'ObjectID' );
    $module->redirectTo( '/infocollector/collectionlist/' . $objectID );
}

<b>How do I call this module? As in which 'action' should use to call this function?</b>

5. Is it possible for me to use this piece of PHP-code and call it from a different location without viewing the template connected to it?

Many question, and I hope that someone out there could please explain it to me!

In general, I have not quite grepped how "post"-functions work and how one page can use information stored by a previous page and why this piece of information is necessary for it to work, ie. the confirmation page will only work correctly if you pressed the "delete this"-button for the correct node.

Thank you!

Regards,
Jens

eZ debug

Timing: Jan 18 2025 21:14:37
Script start
Timing: Jan 18 2025 21:14:37
Module start 'content'
Timing: Jan 18 2025 21:14:38
Module end 'content'
Timing: Jan 18 2025 21:14:38
Script end

Main resources:

Total runtime1.0450 sec
Peak memory usage4,096.0000 KB
Database Queries183

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0102 588.8359180.8438
Module start 'content' 0.01020.9073 769.6797431.1094
Module end 'content' 0.91750.1275 1,200.7891333.7969
Script end 1.0450  1,534.5859 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00440.4166210.0002
Check MTime0.00150.1440210.0001
Mysql Total
Database connection0.00070.071510.0007
Mysqli_queries0.973993.19021830.0053
Looping result0.00190.17791810.0000
Template Total1.011996.820.5059
Template load0.00210.200920.0010
Template processing1.009896.626820.5049
Template load and register function0.00020.021210.0002
states
state_id_array0.00170.159610.0017
state_identifier_array0.00110.108920.0006
Override
Cache load0.00170.1666300.0001
Sytem overhead
Fetch class attribute can translate value0.00160.151720.0008
Fetch class attribute name0.00070.067010.0007
XML
Image XML parsing0.00040.042620.0002
class_abstraction
Instantiating content class attribute0.00000.000310.0000
General
dbfile0.00310.2946210.0001
String conversion0.00000.000930.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

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
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 20
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs