Saturday, June 12, 2004

How to Remove Comment notes from BlogSpeak Javascript Errors

I take no responsibility for people who don't back up their site. I would save a backup copy first, and then remove the comment stuff from BlogSpeak(because it generates javascript errors).

First, log onto your Blogger.com account. Go to the Blog template and delete the lines that have anything to do with blogSpeak. Also need to delete the stuff having to do with $BlogComment stuff.
Most obvious is the line that starts with "script" and has blogspeak in the line.


<script type="text/javascript"
src="http://sparclinux.org/blogspeak/blogcount.php?blogid=<$BlogID$>
&personalized=&zone=-5&sort=asc&email_req=no&name_req=yes
&url_req=yes&emailalert=no&email=yourname@yourdomain.com
&url=http://yourdomain.com/anjblog&name=Your Blog on yourdomain.com&bgcolor=FFFFFF&fcolor=000000&link=AAAAA
&words=comments&title=
Comments By BlogSpeak&width=350&height=450"></script>



Next is the ItemPage section that has "BlogComments" references in it.
Delete beginning from <ItemPage> to <ItemPage> of that section.


<ItemPage>
<BlogItemCommentsEnabled>
<div class="blogComments">
Comments:
<BlogItemComments>
<div class="blogComment">
<a name="<$BlogCommentNumber$>"></a>
<$BlogCommentBody$><br />
<div class="byline"><a href="<
$BlogCommentPermalinkURL$>"title="permanent link">#</a>
posted by <$BlogCommentAuthor$> : <$BlogCommentDateTime$></div>
<$BlogCommentDeleteIcon$>
</div>
</BlogItemComments>
<$BlogItemCreate$>
</div>
</BlogItemCommentsEnabled>
</ItemPage>




Found this on the web: h0m3m41d 5cr1p7 15 7h3 l337357 5cr1p7 7h3r3 15.


No comments: