Daily Archives: February 19, 2004

Print This!

I’ve added a small little thing to print entries. I’m not sure how often this might be used, but it’s really easy to set up. Here’s what I did to accomplish this. Create a new Template. I modeled mine after … Continue reading

Posted in HowTo | Comments Off

Primetime Thursday

Ok, so how many more episodes till Friends ends? I think this last season is really not as great as the previous ones. I guess it could very well be because I know it’s ending, but also, I think because … Continue reading

Posted in Entertainment | 4 Comments

Recent Comments Bugfix

Just like the Recently Commented Entries Bugfix, I fixed the issue in this one as well. Recent Comments displays the last x comments, whereas Recent Commented Entries shows the last x entries that have been commented on. Download the file … Continue reading

Posted in Bug-fixes | Comments Off

Recent Commented Entries Bugfix

Ok, I’ve found a problem with the recent commented entries plugin. If you have multiple weblogs, it doesn’t quite work properly. So I added a new parameter, “comments”, which allows you to specify the Template you will be linked to. … Continue reading

Posted in Bug-fixes | Comments Off

Updated “Live Preview”

Ok, taking Sue’s problems with the block codes into consideration, I changed the live preview around. Here’s what the script should look like now: function ReloadTextDiv() { var NewText = document.getElementById(“DynamicText”).value; NewText = NewText.replace(/n/g, ‘<br />’); NewText = NewText.replace(//gi,’<b>’); NewText … Continue reading

Posted in Bug-fixes, General | 2 Comments