Inline poll

Author Message

Majkl Najt

Tuesday 17 August 2004 10:33:16 am

Hi!

I want to include poll in page_layout template.
In demo site, there is only way to use poll on full page.

How can I include to view poll as inline page.

Thanks for your help.

Majkl

Björn Dieding@xrow.de

Tuesday 17 August 2004 1:02:07 pm

the trick is simple

just submit the same data like you would when using the full template

I would create a seperate view for this item

and then I would include it over the node_view_gui

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/

Majkl Najt

Sunday 22 August 2004 3:36:17 am

Hi!

Can you provide some sample how to do this?

I am not so familiar with ezPublish, so I could make something from your suggestion.

Majkl

Tim Dickinson

Monday 23 August 2004 6:08:27 am

I would also quite like to be able to do this.

Is there a tutorial that I have missed, or could someone explain a little more fully for those of us with a little less understanding?

Tim

http://www.AdBalance.com - Ad network news and reviews
http://www.DevPublisher.com - Website publisher guides, tools and news
http://www.AudioMelody.com - Make better music

Bjarte Lunde

Wednesday 01 September 2004 2:07:06 am

Hi.. This is the code i'm using to display the poll on the frontpage of my site.

{let poll_list=fetch( content, list, hash( parent_node_id, 86, sort_by, array( array( published, false() ) ), limit, 1 ) ) }

    <div class="class-poll">
        <h1>{$poll_list[0].name|wash()}</h1>

        <div class="attribute-short">
        {attribute_view_gui attribute=$poll_list[0].object.data_map.description}
        </div>

        <form method="post" action={"content/action"|ezurl}>
        <input type="hidden" name="ContentNodeID" value="{$poll_list[0].node_id}" />
        <input type="hidden" name="ContentObjectID" value="{$poll_list[0].object.id}" />
        <input type="hidden" name="ViewMode" value="full" />

        <div class="content-question">
        {attribute_view_gui attribute=$poll_list[0].object.data_map.question}
        </div>

        {section show=is_unset( $versionview_mode )}
        <input class="button" type="submit" name="ActionCollectInformation" value="Vote" />
        {/section}

        </form>

        <div class="content-results">
            <div class="attribute-link">
                <p><a href={concat( "/content/collectedinfo/", $poll_list[0].node_id, "/" )|ezurl}>{"Result"|i18n("design/base")}</a></p>
            </div>
        </div>

    </div>
{/let}

Arash Molavi

Tuesday 19 October 2004 5:50:57 am

Well that doesnt work for me:S

[well now it does, didnt check the node] SOrry!

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 16:00:41
Script start
Timing: Jan 18 2025 16:00:41
Module start 'layout'
Timing: Jan 18 2025 16:00:41
Module start 'content'
Timing: Jan 18 2025 16:00:42
Module end 'content'
Timing: Jan 18 2025 16:00:42
Script end

Main resources:

Total runtime0.8134 sec
Peak memory usage4,096.0000 KB
Database Queries72

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0052 587.7813152.6094
Module start 'layout' 0.00520.0030 740.390639.3984
Module start 'content' 0.00820.8037 779.7891679.9844
Module end 'content' 0.81190.0014 1,459.773416.2031
Script end 0.8133  1,475.9766 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3951160.0002
Check MTime0.00140.1688160.0001
Mysql Total
Database connection0.00080.095310.0008
Mysqli_queries0.750392.2454720.0104
Looping result0.00080.0925700.0000
Template Total0.783196.320.3916
Template load0.00190.238120.0010
Template processing0.781296.043620.3906
Template load and register function0.00020.025910.0002
states
state_id_array0.00080.104110.0008
state_identifier_array0.00140.169020.0007
Override
Cache load0.00170.2092320.0001
Sytem overhead
Fetch class attribute can translate value0.00060.069450.0001
Fetch class attribute name0.00120.141790.0001
XML
Image XML parsing0.00350.433050.0007
class_abstraction
Instantiating content class attribute0.00000.001890.0000
General
dbfile0.00330.4006290.0001
String conversion0.00000.000640.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
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/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: 20
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs