Here are some notes you can use as a quick reference to help you utilize Phire CMS better. This covers the following:
[{page_content}] [{page_charset}] [{page_title}] [{page_sub_title}] [{page_author}] [{page_keywords}] [{page_desc}] [{page_robots}] [{page_tags}] [{page_created}] [{page_updated}] [{site_domain}] [{site_email}] [{site_tags}] [{member_register}] [{member_profile}] [{member_login}] [{member_forgot}]
[{section_url}] [{section_title}] [{page_url}] [{page_title}] [{page_sub_title}] [{page_author}] [{page_keywords}] [{page_desc}] [{page_content}] [{page_content_#}] (Where # is the length to which to truncate the content string) [{page_created}] [{page_updated}] [{file_name}] [{file_title}] [{file_desc}] [{file_updated}] [{width}] (If the file is a stand-alone image) [{height}] (If the file is a stand-alone image) [{image_name}] [{image_title}] [{image_caption}] [{image_updated}] [{large_width}] [{large_height}] [{medium_width}] [{medium_height}] [{small_width}] [{small_height}] [{event_id}] [{event_title}] [{event_url}] [{event_start_date}] [{event_end_date}] [{event_start_time}] [{event_end_time}] [{address1}] [{address2}] [{city}] [{state}] [{zip}] [{country}] [{phone}] [{event_link}] [{event_desc}]
[{link}] [{image}] [{title}] [{description}] [{pubDate}] [{timeElapsed}]
[{page_#ID#}] [{template_#ID#}] [{template_#TEMPLATE_NAME#}] (with spaces replaced with underscores, i.e. [{template_Header_Template}]) [{section_#ID#}] [{events_#TYPEID#}] [{feed_#ID#}] [{youtube_#ID#}] [{vimeo_#ID#}] [{viddler_#ID#}] [{date}] [{date_m/d/Y}] (Uses standard PHP date format parameters) [{sess}]...SESSION_VAR...[{or}]...NO_SESSION_VAR...[{/sess}] [{base_path}] [{sys_path}] [{content_path}] [{archive}] [{archive_#SECTIONID#}] [{archive_m}] [{archive_m_#SECTIONID#}] [{recent_lg_#}] [{recent_sm_#}] [{on}]
[{username}] [{user_id}] [{member_id}] [{email}] [{fname}] [{lname}]
For the System:
/phire (or whatever the system path is)
For System User Verification:
/user
For Image CAPTCHA Generation:
/captcha
For Events:
/event /event/#ID# (Single Event ID) /events/#ID# (Event Type ID)
For the Site Feed:
/feed
For Site Members:
/member /member/register /member/login /member/relogin /member/logout /member/forgot /member/delete/#ID# /member/delete/confirm /member/unsubscribe/#ID# /member/unsubscribe/#ID#/confirm
For the Search Form:
/search (POST or GET action, form text input with name="keywords")
For Tags:
/tag /tag/SOMETAG
For Videos:
/video /video/youtube/#ID# /video/vimeo/#ID# /video/viddler/#ID#
For Archives:
/2010/12 /2010 /section-url/2010/10
/PAGE_URL?mobile=true (Force mobile presentation) /PAGE_URL?mobile=false (Force standard presentation) /PAGE_URL?mobile=clear (Clear session variable)
For Forms, Errors or 404:
<label>, class="required" <div> or varied, class="error"
For Comments:
<div>, id="commentHeader" <div>, id="commentFooter" <div>, id="commentPageFooter" <table>, id="commentTable" <div>, class="comment"
For Members:
<form>, id="memberForm" <table>, id="memberTable" <form>, id="forgotForm" <table>, id="forgotTable" <div>, id="logOut"
For Search Results:
<form>, id="searchForm" <div>, id="searchContent"
For Sections:
<div> or varied, id="sectionShort#ID#" <div> or varied, id="sectionLong#ID#"
For Events:
<div>, id="eventContent" <h3>, class="eventHeader" <div>, class="eventDiv" <div>, class="eventInfo" <a>, class="eventLink" <a>, class="mapLink"
For Tags:
<div>, id="tagContent" <ul>, id="tagCloud" <a>, class="tagListLink" <div>, class="tagResult" <a>, class="tagTitle" <a>, class="tagCloudLink"
For Submit Buttons:
<input>, class="submitBtn" (value set to action, i.e. "Submit")
For Archive:
<div>, class="archiveDiv" <ul>, class="archiveList" <ul>, id="recentListSm" <ul>, id="recentListLg"