To ADD an Event
- Copy
the <new_event.ph> file in the Events folder, rename it
and change the the ending from .ph to .php
- Open
the new file using a text editor TSW Webcoder is recomended.
- Ftp
this to the <events> folder
- View
by clicking on the [Events] menu button.
To
MOVE an event up the events page
Events are listed
alphanumerically, with digits preceeding letters.
Prefix
the file name with a number will prioritise it on the events page
Use
two digits as numbers are ordered i.e. NOT {1, 11, 16, 2, 3, 34,}
Use
{01, 02, 03, 11, 16, 34}
To REMOVE an event
- You can either just delete a file if there is no
likelihood of it being activated again or
- you can
just remove the last letter of the 'php' extension.
ADDING
LINK to the right column
To do this is is best to use a text editor or
TSW Webcoder.
Here is an example of the relevant code :
<div class="adds"
><a href="events.php#new-event"> Benefit Gig </a><br
/>Plymouth<br
/>2nd
September.</div><br
/><hr class="purplebreak"/><br
/>
- Open the
file <includes/events_list.php>
- Copy
the above or similar code form the above file.
- Paste
the copy of the code between similar lines of code already
in,<includes/events_list.php>
- Change
the words highlighted in red to reflect the new event.
- Use
minimal wording or the format will look messy, one of two words perline
as above
- You
must now activate the link by changing the value highlighted in green
in the above example, by replacing the word after the # character by
the word you chose in step
2 of Adding an Event above.
- Now you must
ftp <includes/events_list.php> to update the
current file.
All well and good you should see the new event
on the events page and a link to it in the
right column
Failure to update the events list does not
effect the new event being added to the events page
News
item are placed in the [News] folder and have the following format.
To archive a news item : move it
from the [news] folder to the [archive] folder and change the file
ending from php to htm.