March 31, 2005

Manging User Privileges

Filed under: Blog notes — nancy @ 11:19 am

There are 10 user levels in WordPress. See the Codex for more info on those.

The default level for a new user is set on the page
Options > Writing
where the initial permission can be set to
(more…)

Suggested site management tool

Filed under: New technology — nancy @ 9:25 am

This discussion started from a question posted to the TW2 (Triangle Web Technology Women) Yahoo! list. One of the subscribers recommended

SiteX, http://sitex.bjsintay.com, as a quick tool for site building. See www.harnettgreendogs.org for an example of its capabilities.

It’s still in beta, but might be of interest to some.

March 29, 2005

Online advocacy?

Filed under: New technology — nancy @ 3:41 pm

For Women’s Advocacy Day we’re using Planned Parenthood’s online advocacy account. For last year’s Advocacy Day we tried a simple “e-mail your legislators and send us and Verla Insko a copy” and found that really didn’t work. LOTS of people e-mailed Verla, but didn’t bother to put their *own* legislators on the To: line…

So, systems like CapWiz or Groundspring.Org’s AdvocacyNow are worth their price in the ability to track messages and make sure they are delivered correctly.

On the other hand, having the coalition use one of its members accounts does raise questions. At what point does it make sense for the coalition to have its own account — one that it could “loan” to smaller member organizations as a definite member benefit?

March 27, 2005

Blogging tools

Filed under: New technology — nancy @ 11:23 am

Here’s Lisa’s list of blogging tools:
(more…)

Using HTML tags that are not on the quicktags menu

Filed under: Blog notes — nancy @ 11:12 am

I managed to add a definition list to the “Overview” page, by simply dropping the appropriate HTML onto the edit box. But it did mean updating the style sheet to style dd and dl tags.

March 26, 2005

Adding the tagline

Filed under: Blog notes — nancy @ 6:41 pm

The UI for site administration has a spot to put a “description” or “tagline” for the site. This is accessed with the PHP function bloginfo(’description’), and it appears in the WP 1.5 Default theme, but it’s not part of the WP 1.5 Classic theme.

I changed the Header template to include a reference to it and added a style for it in the Stylesheet.

Putting a calendar in the right hand menu

Filed under: Blog notes — nancy @ 11:47 am

Other versions of WP themes I’ve seen/used have a calendar in the “Archive” section (in this template/theme, over on the right). You can click a day and get all the articles posted that day.

It wasn’t in this “Wordpress Classic” theme that came with Wordpress 1.5. But looking at the code in another theme, I found the key PHP line [get_calendar()] and dropping that between appropriate LI and PHP tags did the job. I suppose I should check the developers documentation at codex.php.org, but that seems like too much work at this point.

[This is the second try to post this info. I may have fumbled something earlier …]

Oops… Posting from IE??

Filed under: New technology, Blog notes — nancy @ 11:40 am

I’ve been doing all this posting from Firefox and things are working beautifully.

I tried the site in IE, though, and found that the while the blog itself seems to display fine, the login screen is just blank — you can’t login, let alone post anything — when using IE.

Hmmm… This might (or might not) be a dealbreaker in “selling” this particular system as a tool for the advocates.

March 25, 2005

Meta section

Filed under: Blog notes — nancy @ 10:25 pm

I don’t see where it’s possible to change the meta section.

And the RSS links in that section appear to generate errors.

Default category?

Filed under: Blog notes — nancy @ 10:20 pm

The treatment of the default category seems odd. But I guess I see the design decisions….

An article can be in more than one category, so selecting another category (e.g. blog notes) doesn’t “turn off” the default “uncategorized” category …

But it’s hard to remember, for some reason.

Next Page »
Powered by WordPress. Theme based on one by H P Nadig