|
Wednesday, May 2
Severing from the past, moving into the future
Nosuch and the Nosuch affiliates, Flock and Clan Lord Journal, are now unlinked from Blogvoices. With a borrowed kludge, I've eliminated all external loading of information, unless you actually open up an old Blogvoice discussion. This means all our pages load faster. Some behind the scenes tweaks have been made to our discussion system as well, mostly administrative tools. I'm really happy with the dotcomments system. The version we're using at Nosuch Brand Blogs has been pretty tweaked. I'm a few steps away from offering email notification of blog updates and/or discussion entries. I have notification of discussion posts available now for the blog owner, but before I push to make a prime time version of this feature, I'm wondering if people would use it. Let me know what you think. '; } 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); ?> |