| 1 |
<?php |
|---|
| 2 |
$sitename = sitename; |
|---|
| 3 |
$run_result .= <<< END |
|---|
| 4 |
|
|---|
| 5 |
<div class="helpFiles"> |
|---|
| 6 |
|
|---|
| 7 |
<h5>How to create an event</h5> |
|---|
| 8 |
<p><b>>> Select 'Post a new event'</b></p> |
|---|
| 9 |
<img src="/help/images/event_start.jpg" alt="Post an event" title="Post an event" border="0"> |
|---|
| 10 |
<p><b>Step one:</b> Now you will see the 'Add a new event' page. First you give your event a title.</p> |
|---|
| 11 |
<img src="/help/images/event_one.jpg" alt="Title" title="Title" border="0"> |
|---|
| 12 |
<p><b>Step two:</b> Now select the start and end date for the event.</p> |
|---|
| 13 |
<img src="/help/images/event_two.jpg" alt="Start and End Date" title="Start and End Date" border="0"> |
|---|
| 14 |
<p><b>Step three:</b> <i>(optional)</i> Enter a location for the event.</p> |
|---|
| 15 |
<img src="/help/images/event_three.jpg" alt="Location" title="Location" border="0"> |
|---|
| 16 |
<p><b>Step four:</b> <i>(optional)</i> Enter a description for the event.</p> |
|---|
| 17 |
<img src="/help/images/event_four.jpg" alt="Description" title="Description" border="0"> |
|---|
| 18 |
<p><b>Step five:</b> <i>(optional)</i> You might want to add some keywords (tags). These keywords can be individual words or phrase - <b>separated by a comma</b>.</p> |
|---|
| 19 |
<img src="/help/images/event_five.jpg" alt="Keywords" title="Keywords" border="0"> |
|---|
| 20 |
<p><b>Step six:</b> <i>(optional - default is public)</i> Like all things in <b>your</b> landscape you can control who gets to read your blog post. Use the 'Access Restrictions' to do this.</p> |
|---|
| 21 |
<img src="/help/images/event_six.jpg" alt="Access" title="Access" border="0"> |
|---|
| 22 |
<p><i>Note: You can create your own access restrictions at 'Your Network' - 'Access controls'</i></p> |
|---|
| 23 |
<p><b>Step seven:</b> Now just press 'Save Event' and you have created your first event!</p> |
|---|
| 24 |
<h5>Other functions</h5> |
|---|
| 25 |
<p><b>RSS feed:</b> this is so people can follow your blog posts using an RSS aggregator. (<i>Note: only the posts you mark as public</i>)</p> |
|---|
| 26 |
<p><b>Archive:</b> this is all your events stored by month.</p> |
|---|
| 27 |
<p><b>Friends calendars:</b> this displays all the events made by your friends.</p> |
|---|
| 28 |
<p><b>Community calendars:</b> this displays all the events in a community.</p> |
|---|
| 29 |
<p><b>View calendars:</b> this displays all events you have access to view including your own events</p> |
|---|
| 30 |
<p><b>Import calendar:</b> allows a user to import from an iCal (.ics) file format</p> |
|---|
| 31 |
<h5>Troubleshooting</h5> |
|---|
| 32 |
<p><b>Why are my keywords not working?</b></p> |
|---|
| 33 |
<p>Your keywords will only create links if the keyword exists somewhere else in the system. If not you are the first and you will need to wait until someone else uses it. Also make sure you have separated with commas.</p> |
|---|
| 34 |
<p><b>The RSS feed page is all code?</b></p> |
|---|
| 35 |
<p>This is what an RSS feed looks like - it is designed to be interpreted by an RSS reader.</p> |
|---|
| 36 |
|
|---|
| 37 |
</div> |
|---|
| 38 |
END; |
|---|
| 39 |
?> |
|---|