How to do stuff:

blogging

log in as whoever (gsec, gag, reg… etc)
the main gsec password always has something to do with ninja turles ;-)

for more detailed instructions see: http://codex.wordpress.org

photo gallery

login = gsec (with those ninjas)

photos are divided into albums by year (’03-’04, ’04-’05 etc)
it’s fairly straightforward, once you’ve logged in, to create new albums, add pics etc
comprehensive instructions online at:

http://gallery.menalto.com

if you have a lot of photos to upload, have a look through those instructions, as there is a way to uploading a batch of photos all at once.

please remember to log out, especially if using a public computer

photos in blog

calendar

login = gsec (with those ninjas again)

admin links are at the bottom of the page

to edit an event, click on it, to add a new event…

to delete an event, click on the event, then click delete entry

comments on the blog

all comments have to be approved to prevent spam. if lots of people start commenting and this becomes unmanagable, we could make it a bit more automated – email matthew if this is the case

when you log in, the Latest Activity panel tells you if there are comments awaiting moderation in bold. click on that to moderate comments – again, fairly self explanatory

email addresses

when you put an email address on a page, it’s important to make sure it doesn’t get spammed. if you put a normal link, it WILL get spammed. here’s my solution:

<script type="text/javascript" src="/blog/uploads/email_example.js"></script><noscript>someone [at] example.com</noscript>

that’s the code that inserts an email address, and is broken up into two parts:

<script type="text/javascript" src="/blog/uploads/email_example.js">

calls a bit of javascript that inserts the email address

<noscript>someone [at] example.com</noscript>

is for people who don’t have javascript and makes the email address appear, but isn’t a clickable link, eg

someone [at] example.dom

so here’s what you have to do:

user admin / new sub-groups

basically, just add a new category, and a new user:

to add a new category

to add a new user:

accessing the site

ftp addres: gsec.ca
login: gsec
pass: (hint: teenage mutant)

static pages

editing existing static pages is easy – just go to manage, then click pages, and edit the page you want. adding a new page is a bit more tricky. first let’s have a look at how things are organised:

page structure is like this:


<div id="content">
[everything on the left hand side of the page]
</div><div id="menu">
[everything in the column]
</div>

…that’s the format you need to use in a static page

the only adition to that that you can include is this:

<div class=”campaign”>
content content content
</div>

that’s what adds the blue box around different ‘campaigns’ – have a look at existing pages and it should make sense.

the minimum HTML you need to add for a page to work, and not look weird is:

<div id=”content”>
[everything on the left hand side of the page]
</div>

so it doesn’t spill into the right hand side of the page

TO CREATE A NEW PAGE:

stuff for matthew to fix
- side bar on temporary-administration under IE6
- automatic update of .htaccess files

0.880 seconds | Valid XHTML & CSS | Powered by Wordpress | Site Design: Matthew Carroll | Login