WordPress menus; Blog; Calendar Plug-in

Was working on making http://ojaivalleycert.org decent so I could replace my blogspot site.

Was monkeying for quite a while with menus. I ended up finding out that when you create pages, it automatically creates the menu. It’s also easy to create sub-menus. Figured out how to put the menus in order by updating the “order” field. So… didn’t have to play with WordPress Appearances, Menus — maybe this is for more advanced stuff.

I wanted to have the blog portion within a page, so I updated the default so that I had a default page and was placing the blog portion within another page. Unfortunately, I then realized that any plug-ins (blogroll, calendar, etc) don’t show up because I’m changing the default home page. Ended up switching back to default so the plug-ins worked. I’m still using another page for the blog, but I’m going to create draft posts and then use the permalinks so people can click on the link — that way, I still have something like a blogpost, but it doesn’t clutter the home-page.

Was able to configure the Google Calendar plug-in real easy, which is good. Also added a basic web-counter.

Posted in Blog Development | Leave a comment

Version of php – version 5 needed

I was working on development of www.ojaivalleycert.org, when after a couple hours it threw up a message saying that my version of PHP was incompatible with WordPress 3.2.1. I had php 4.x and it needed 5.x

After a quick search, I found I had to add this to my .htaccess file. Thanks 1and1.com!!

AddType x-mapp-php5 .php

Posted in Blog Development | Leave a comment

phpBB (Bulletin Board) for CERT OK Drill

I’ve been wrangling over the best online tool to get some collaboration going with upcoming OK Drill (www.okdrill.org). I thought of this tool before, but didn’t really pursue, so I’m giving it another shot.

I was considering a tikiwiki, but that maybe overly too much for now — I’m just looking for basic comm.

It’s called phpBB (www.phpbb.com) and it’s a full-fledged BBS that allows all kinds of communication between people and groups.

The idea will be to have various people withn Ojai Valley communicate about upcoming OK Drill, including drawing in other CERT and Comm groups to assist.

Seems pretty easy to install. Created a subdomain, uploaded files, and then need to create a Sql Database:

Decompress the phpBB3 archive to a local directory on your system.
Upload all the files contained in this archive (retaining the directory structure) to a web accessible directory on your server or hosting account.
Change the permissions on config.php to be writable by all (666 or -rw-rw-rw- within your FTP Client)
Change the permissions on the following directories to be writable by all (777 or -rwxrwxrwx within your FTP Client):
store/, cache/, files/ and images/avatars/upload/.
Using your web browser visit the location you placed phpBB3 with the addition of install/index.php or pointing directly to install/, e.g. http://www.mydomain.com/phpBB3/install/, http://www.mydomain.com/forum/install/ etc.
Click the INSTALL tab, follow the steps and fill out all the requested information.
Change the permissions on config.php to be writable only by yourself (644 or -rw-r–r– within your FTP Client)
phpBB3 should now be available, please MAKE SURE you read at least Section 6 below for important, security related post-installation instructions.

So far so good after running install — except it flagged:

PHP setting register_globals is disabled:
phpBB will still run if this setting is enabled, but if possible, it is recommended that register_globals is disabled on your PHP install for security reasons.

RESOLVED re: Register Globals

Note: I did a quick web-search and found this forum link — http://www.phpbb.com/community/viewtopic.php?f=46&t=2090472

The install is fine as is and the setting would have to be changed by 1and1 anyway.

Cool!! Very cool BB — just need to learn how to Administer and then roll out.

Posted in CERT (Community Emergency Response Team), phpBB | Leave a comment