Browse Blogs
This Month
June 2006
Sun Mon Tue Wed Thu Fri Sat
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30
Year Archive
View Article  Comments Broken in Custom Article Templates After Today's Update - UPDATED WITH FIX

In adding the functionality for AJAX comments, any blog that has a customized article template will now find that the comments link does not work. We are waiting for a final fix for this and a related issue from Blogware and will update this post with more information. We apologize for the inconvenience.

To fix this problem the following templates must be modified if you have customized them. If you have not customized any of these templates, you do not need to do anything.

  • Article
  • Book Review
  • Music Reivew
  • Movie Review
  • Photo

Each template listed above contains the following code:

{{if allow_comments}}
{{if can_post}}
<div style="margin-bottom:20px;"><a href="#post_comment"><%=
gettext("Post a comment") %></a></div>
{{/if}} <!-- can_post -->
{{/if}} <!-- allow_comments -->

This code needs to be replaced with:

{{if allow_comments}}
{{if can_post}}
<div style="margin-bottom:20px;"><a href="#post_comment" onclick="return
reveal_post_comment_inline(true, false);"><%= gettext("Post a comment")
%></a></div>
{{/if}} <!-- can_post -->
{{/if}} <!-- allow_comments -->

If you have customized your base template, you will also need to add the following to the top of your article template:

<script src="/_frameworks_static/js/prototype.js" type="text/javascript"></script>
<script src="/_frameworks_static/js/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="/_static/js/ajaxian_comments.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript"><!--
// article settings
templates.set( 'allow_comments', {{if allow_comments}} true {{else}} false {{/if}} );
templates.set( 'show_comment_login', {{if show_comment_login}} true {{else}} false {{/if}});
templates.set( 'comment_login_required', {{if comment_login_required}} true {{else}} false {{/if}} );
templates.set( 'is_standalone', false );
// -->
</script>

View Article  Comments Broken in Custom Article Templates After Today's Update
In adding the functionality for AJAX comments, any blog that has a customized article template will now find that the comments link does not work. We are waiting for a final fix for this and a related issue from Blogware and will update this post with more information. We apologize for the inconvenience.
View Article  BlogOrlando Registration Now Online

Yesterday we told you about the BlogOrlando unconference and promised we'd tell you when we had more info. Well, we do: registration is now open for BlogOrlando. Oh, and the price..FREE! Please read the registration instructions and note that you should only register if you plan on actually attending.

View Article  BlogOrlando, an Unconference - September 22-24, 2006 - Orlando, FL

Josh at Hyku and Rollins College are putting together an unconference on blogging right in our back yard. Check out BlogOrlando.com for the details, but here's a preview:

Blogorlandologo

Hyku, in partnership with Rollins College will host this FREE event that is open to bloggers and non-bloggers alike from Florida and anywhere else (so far we have one international attendee). We hope to bring together a good cross-section of folks to discuss blogging, podcasting, public relations, social media, citizen's journalism and other related topics. In addition to the Friday event we are planning some outings at the local theme parks over the weekend. This event is as much a social/family gathering as it is a 'work' gathering, so bring the family (kids included).

What's an unconference? Wikipedia has an good bit of detail on what it all entails but the main idea is that content of the conference is determined and created by the participants not the organizer. If you're in the Orlando area, you should plan on attending. Knowing Josh this will be a great conference and it only gets better with more people. I'm glad Blogzerk could contribute the domain name for the conference site.

Check the BlogOrlando site in the next few weeks for more details. We'll also post them here as we get them.

View Article  Blogzerk Emergency Maintenance - June 29, 2006

Blogware will be conducting a maintenance window on June 24, 2006 to conduct database configuration changes to reduce timeout

errors (500 errors) when posting to blogs remotely.

Date: June 29, 2006
Start Time: 12:00 AM ET
Duration: 0.5 Hours

Impact: During this window, the Publishers' Control Panel and blogs will not be accessible. Each interface will be made live as soon as it is available to minimize impact on end users.

View Article  Blogzerk Scheduled Maintenance - June 24, 2006

Blogware will be conducting a maintenance window on June 24, 2006 to perform preventative maintenance on the system databases.

Date: June 24, 2006
Start Time: 10:00 PM ET
Duration: 0.5 Hours

Impact: During this window, the Publishers' Control Panel and blogs will not be accessible. Each interface will be made live as soon as it is available to minimize impact on end users.

View Article  Business Blogging Tips

Darren at ProBlogger has a must-read post up for any business thinking about getting a blog. Here's the highlights of his advice:

  • Get Objectives Clear
  • Beware of the Propaganda Trap
  • Blogs as Interactive Spaces
  • Blogging Takes Time
  • Advertising on Business Blogs
  • Basic Blogging Principles Apply

Head on over to the link above to view all the juicy details. Of course, if you're thinking about getting a blog for your business, Blogzerk is the natural choice.

View Article  Google Toolbar for Firefox Causing Authentication Prompts on Blogzerk Blogs

We've had reports of a few Firefox users getting authentication prompts when viewing Blogzerk (and other Blogware) blogs even though they aren't trying to view restricted categories. It looks like there is a bug in the Google Toolbar that causes it to prefetch the authenticated RSS URL that are part of all Blogware blogs. Google is aware of the bug and working on a fix. If you are using Firefox and Google Toolbar and get a login box when viewing Blogzerk/Blogware blogs, try disabling the Google Toolbar.

View Article  Degraded Performance on Blogs During Emergency Maintenance - COMPLETED

Currently, Blogzerk blogs are undergoing emergency maintenance to fix performance issues. Also, the following bugs will be fixed:

  • Comment / Trackback notifications not being sent out to multiple addresses.
  • Template Handling for Sub-Categories will be fixed.
  • Site Stats will be fixed to reflect correct numbers which have been off since Squid caching was added.
  • Approve Selected button missing in Publisher Control Panel.

This should be complete by 10:00 AM ET.

UPDATED -12:10 PM ET: The process was completed a bit before 10:00 AM ET.

View Article  Blogzerk User Forums

Just a reminder that you can use the Blogzerk Forums to get help from other users as well as Blogzerk staff. Have a question about how to customize your blog or how to customize your templates? Feel free to post in the forums. Chances are someone has done it before and can help you out.