Wednesday, April 4

Discuss Amongst Yourselves...

A new discussion feature is online, thanks to Foreword.com, which I found though Blogvoices. It's hosted locally, so should be delay free. I think it's a bit better for users than Blogvoices, but for me, it's missing a few features. I can add them, though, in time. I'm going to make a script to convert the old discussions from Blogvoices, and then I'm going to disconnect Blogvoices. If you want to respond to a post now, click the comments link, not the old Blogvoices posts link.

The new discussion system allows a limited subset of HTML tags, so you can do proper links, bold and italic text. Simply putting a link in the Blogvoices way won't automatically create a link anymore. You must use tags if you want a link.



Older entries

'; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.'

'; } } echo($link); ?>