♥
HOW TO Place Comment links disabled at Blogskins free templates
= Tuesday, September 9, 2008 =
Ok, after some painstaking time converting codes lol ~ Here goes a simple technique or add-on to Dreamweaver-based Templates used at blogger.
The beautiful template at Puppything's blog is almost complete except that you can only place comments through her tag board and there is no comment link. Well, I started with that on this blog too.
I noticed that the free blog templates at Blogskins usually have this flaw. It lacks the comment link. So I found some ways while doing some trial and error. Ha!
So since I promised to give the html code, I thought of sharing this on the net. Hopefully some poor soul ~ which was like me, only I had to learn it the hard way ~ will land here looking for the same solution.
*Highlight, right click and copy the codes in the box*First add this in between the " <head> and <head>"
/* Comments ----------------------------------------------- */ #comments h4 { margin:1em 0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#999; } #comments h4 strong { font-size:130%; } #comments-block { margin:1em 0 1.5em; line-height:1.6em; } #comments-block dt { margin:.5em 0; } #comments-block dd { margin:.25em 0 0; } #comments-block dd.comment-timestamp { margin:-.25em 0 2em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } #comments-block dd p { margin:0 0 .75em; } .deleted-comment { font-style:italic; color:gray; }
|
then this between the <$BlogItemDateTime$> and </Blogger>
<MainOrArchivePage><BlogItemCommentsEnabled>
<a class="comment-link" href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnclick$>><$BlogItemCommentCount$> say it!</a>
<blogitembacklinksenabled>
<a class="comment-link" href="<$BlogItemPermalinkUrl$>#links">stamps</a>
</blogitembacklinksenabled>
< $BlogItemControl$> <!-- Begin #comments -->
<itempage>
<div id="comments">
<blogitemcommentsenabled><a name="comments"></a>
<h4><$BlogItemCommentCount$> Comments:</h4>>
<dl id="comments-block">
<blogitemcomments>
<dt class="comment-poster" id="" >" >< a name="" >" >< /a>
<$BlogCommentAuthor$ > said...>
</dt>
<dd class="comment-body">
<p><$BlogCommentBody$></p>
</dd>
<dd class="comment-timestamp"><a href="#<$BlogCommentNumber$>" title="comment permalink"><$BlogCommentDateTime$></a>
<$BlogCommentDeleteIcon$> </dd>
</blogitemcomments>
</dl>
<p class="comment-timestamp">
<$BlogItemCreate$> </p>
</blogitemcommentsenabled>
<blogitembacklinksenabled>
<a name="links">< /a>< h4>Links to this post:< /h4>
<dl id="comments-block">
<blogitembacklinks>
<dt class="comment-title">
<$BlogBacklinkControl$>
<a href="<$BlogBacklinkURL$>" rel="nofollow"><$BlogBacklinkTitle$></a> <$BlogBacklinkDeleteIcon$>
</dt>
<dd class="comment-body"><$BlogBacklinkSnippet$> <br>
<span class="comment-poster">
<em>posted by <$BlogBacklinkAuthor$> @ <$BlogBacklinkDateTime$></em>
</span>
</dd> </blogitembacklinks>
</dl>
<p class="comment-timestamp"><$BlogItemBacklinkCreate$></p>>
</blogitembacklinksenabled>
<p class="comment-timestamp">
<a href="<$BlogURL$>"><< Home</a>
</p>
</div>
</itempage>
<!-- End #comments -->
|
Note that the <$BlogItemDateTime$> is the last thing below your post. Or if this is not the case, try placing the code after your main post or <$BlogItemBody$>
So, Puppything my dear, tell me if this is effective or not ok. I can send you the whole thing in a textfile.
Simply retouched @ 1:58 AM