Difference between revisions of "PT Calendar2 Calendar Template"
From ADF Docs
Gcronkright (talk | contribs) (→Overview) |
Gcronkright (talk | contribs) |
||
Line 7: | Line 7: | ||
== Steps == | == Steps == | ||
− | # Create a CommonSpot page called 'Calendar' from the Base Plus One template. (The subsite for this is not critical but it may be a good idea to create a subsite called calendar). | + | # Create a CommonSpot page called 'Calendar' from the Base Plus One template. (The subsite for this is not critical but it may be a good idea to create a subsite called calendar.) |
+ | # Place the ''Calendar'' Custom Element on this page. | ||
+ | # Click ''Render Mode'' in the element interface. | ||
+ | # Select ''Display existing element data (content reuse)'' on the ''Rendering Mode'' tab. | ||
+ | # Select the ''Filter'' tab. | ||
+ | # Select Filter Type to ''Show subset of records''. | ||
+ | # Select the field drop-down as the ''uniqueID'' field. | ||
+ | |||
+ | |||
+ | <!-- | ||
+ | # Select the operator as ''Equals''. | ||
+ | # Click the '...' button to open the ColdFusion expression window. | ||
+ | # Enter the text ''request.page.metadata.profiles.uniqueid'' as the expression and check the ''force cache'' checkbox. Click ''OK'' and then check the box to ''Ignore ColdFusion error'', then click ''OK''. | ||
+ | # Click ''OK'' on the render mode window. | ||
+ | # Click ''More'' in the element interface. Then the ''Custom Render Handlers'' menu option, and choose the ''Full Page'' Render Handler. | ||
+ | -- > | ||
+ | |||
# Submit and activate the page. | # Submit and activate the page. | ||
# Save the page as a template. | # Save the page as a template. | ||
# Submit the template for public use. | # Submit the template for public use. |
Revision as of 18:04, 27 April 2010
Back to Build Subsites, Templates and Pages
Overview
The Calendar template will be used as the foundation to render calendar pages. This template will be used for the "All Event" Monthly Calendar View.
If your site well need additional calendar views with events filtered by "Event Organization" then also follow the steps in the Event Organization Template(s) section.
Steps
- Create a CommonSpot page called 'Calendar' from the Base Plus One template. (The subsite for this is not critical but it may be a good idea to create a subsite called calendar.)
- Place the Calendar Custom Element on this page.
- Click Render Mode in the element interface.
- Select Display existing element data (content reuse) on the Rendering Mode tab.
- Select the Filter tab.
- Select Filter Type to Show subset of records.
- Select the field drop-down as the uniqueID field.