event for a site

Author Message

santosh kumar

Sunday 08 February 2004 9:35:57 pm

Hi all im new to pHp and ez systems
, i have modified the index.php and have created sections home ,about us ,contact us and events till now its ok but i have to create events which displays the event like festival and its date which changes dynamicaly when viewed for that i have created a class in admin interface event name description and date
now im not able to view it in user event link in index .php
please help me out .
could u tell me which classes or datatypes preesent in ez pudlish root shuld be used .???
thans
santosh

Vidar Langseid

Wednesday 11 February 2004 3:26:59 am

You should not have to change index.php at all.

You might take a look here to get a introduction to eZ publish:
http://ez.no/ez_publish/documentation/toc/(from)/36647

If I understand you correctly, you have problems showing objects of a certain class on the usersite ? When you create a new class, you have to give anonymous users permission to see it. In admin, go to "Users-->Roles-->Anonymous" (uri would be something like "/role/view/1") and grant read permission to the new class.

santosh kumar

Friday 13 February 2004 3:21:11 am

Hi vidar thanks for the help i have got the list of events in the site .
Now i need to display the date associated with that event in the list of events
For example
it shuld display --->
event1 21jan1993
event2 31jan1923
event3 24april 1987
etc etc ....
Now when i click Event1 it shuld dispaly the details of event1
and when i view the Event link in the main page the next event event2 shuld be the first event displayed and when i click the event 2 then the event 3 shuld be first and event2 2nd and event1 3rd shuld be dispalyed
I hope any one will help me out
could any one give me the code for that /..
this is the templatef ile full_view_events_folder
<div class="pagetitle">
View Events
</div>

{* Grab all the child nodes. *}
{let children=fetch( content, list, hash( parent_node_id, $node.node_id,
sort_by, $node.sort_array ))}

<table class="events_list" cellpadding="10" cellspacing="10" border="0">

{* Loop through all nodes that we just fetched. *}
{section name=Child loop=$children}

{* Output the name as a link to the node containing the member. *}
<tr>
<td>
<a href={$:item.url_alias|ezurl}>{$:item.name}</a>
</td>
</tr>

{* End of loop. *}
{/section}

</table>

{/let}
santosh

santosh kumar

Friday 13 February 2004 8:29:08 pm

Hi vidar thanks for the help i have got the list of events in the site .
Now i need to display the date associated with that event in the list of events
For example
it shuld display --->
event1 21jan1993
event2 31jan1923
event3 24april 1987
etc etc ....
Now when i click Event1 it shuld dispaly the details of event1
and when i view the Event link in the main page the next event event2 shuld be the first event displayed and when i click the event 2 then the event 3 shuld be first and event2 2nd and event1 3rd shuld be dispalyed
I hope any one will help me out
could any one give me the code for that /..
this is the templatef ile full_view_events_folder
<div class="pagetitle">
View Events
</div>

{* Grab all the child nodes. *}
{let children=fetch( content, list, hash( parent_node_id, $node.node_id,
sort_by, $node.sort_array ))}

<table class="events_list" cellpadding="10" cellspacing="10" border="0">

{* Loop through all nodes that we just fetched. *}
{section name=Child loop=$children}

{* Output the name as a link to the node containing the member. *}
<tr>
<td>
<a href={$:item.url_alias|ezurl}>{$:item.name}</a>
</td>
</tr>

{* End of loop. *}
{/section}

</table>

{/let}

santosh

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 31 2025 05:59:57
Script start
Timing: Jan 31 2025 05:59:57
Module start 'layout'
Timing: Jan 31 2025 05:59:57
Module start 'content'
Timing: Jan 31 2025 05:59:57
Module end 'content'
Timing: Jan 31 2025 05:59:57
Script end

Main resources:

Total runtime0.0178 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0071 588.0391151.1953
Module start 'layout' 0.00720.0031 739.234436.6172
Module start 'content' 0.01020.0061 775.851694.0156
Module end 'content' 0.01630.0014 869.867233.9922
Script end 0.0177  903.8594 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002413.4227140.0002
Check MTime0.00105.4994140.0001
Mysql Total
Database connection0.00126.954810.0012
Mysqli_queries0.002614.537330.0009
Looping result0.00000.139510.0000
Template Total0.00116.310.0011
Template load0.00094.792610.0009
Template processing0.00031.500910.0003
Override
Cache load0.00052.987110.0005
General
dbfile0.00158.652980.0002
String conversion0.00000.068440.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs