Front Page Notices

Let me explain how the “Notices” on the Admin page work. You’ll start off with an edited copy of our notices that together make up the front page. Each piece can be edited separately, and you can change the ordering up and down as you like. Also, each notice has a ‘lifetime’ in terms of number of days before/after the auction date, so you can pre-program a “thanks for coming” message, for example. There’s a preview feature on the admin page that lets you test this out by putting in a future date and seeing what the site will look like on that date.

This is probably a good time to explain that each auction is "active" for a certain number of days before and after - these can't overlap, so on any given date a single auction should be the default 'active' auction - that's the one the catalog will show, that's the one new donated items will go against - but you can always hit the links from each catalog or statement to visit past/future ones you've set up - it's always good to have one future one setup for those advance planners out there.

The “language” each notice uses should look familiar if you’ve ever done a “view Source” on their favorite webpage – it’s HTML. There are many books and online tutorials available on this subject. The “Theme” notice uses some advanced stuff to put a scrolling banner of movie quotes over a graphic. Other notices are far simpler. Start with basic tags like

<b>bold</b> and

<p>Paragraph</p>

The emails work the same way, except there is a variable feature that allows you to plug in things like %member.name%. Click on the email’s number to edit it.

I can’t really offer to be your ‘webmaster’ for the long haul in this regard, so I’ll toss you in the water now and see how you swim – I tried to give you some good templates to follow. If you’ve got specific questions, just let me know.

I can recommend w3cschools.com for some basic HTML advice – if you want to be able to make stuff look good on the web, that’s the way to do it. You can get pretty far with just a few basic font size/weight changes with less effort than you might think. Then you can tell people, yea, I know XML.

If you totally goof up the front page, it's conceivable you might not be able to get back to the admin menu to fix it. So I suggest you make a shortcut/bookmark to your admin page just in case - if you come back to it much later, it will make you sign in first, but it should work regardless of what notices you've entered. There are some handy tools out there to preview HTML changes to avoid surprises like this - in this case, I think the culprit was a quotation mark from a word processor that does those nice looking open/close quotes - Word is good for some things, but not writing HTML.
Also there was a <body> tag that didn't belong. Once I changed those, it showed up as expected.

Have a look at this page: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_lists4

If you copy a notice between the <body> …. </body> tags in the online editor, you can get a preview of how it will look - I sometimes use this method before I hit save.

The notices all have position numbers - that controls which ones go first - you can also edit them to re-arrange the ordering if you like.

There is a new feature to allow you to enter Custom CSS on Home Page by entering a notice at position -1 - If you don't know what that is, you can safely skip it; if you do, it allows you (among other things) to turn off some of the buttons and/or menu options and replace them with links to your own website.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License