Part of the blogger template modification is to give a feel of the comment box. Part of it is: Add numbers on the giver comment.
Well what if your posts get more than 200 comments? If using a script like the Add numbers on the giver comment, then after the comment above 200 then will start from 1 again and not 201. Because the bloggers only comment provided the maximum number is limited to the number 200. To overcome this, the script in step 1 was replaced with a script as below.
<script type='text/javascript'>
//<![CDATA[
var regexpatt = new RegExp('commentPage=([0-9]*)');
var results = regexpatt.exec( window.location.href );
if(results == null)
{var CommentsCounter = 0;}
else{
var CommentsCounter = (results[1] - 1) * 200;}
//]]>
</script>
By using the script above the serial number of comments with a number above 200 will be 201 and if above 400 it will be 401 and so on. Blog Creation Mempawah not yet reached a number above 200, to 20 and not yet. he ... he ... But there is no harm in trying, as long as not to cause problems in your template. Well, this blogging tips Enough my first, is also part of the modification of templates, create templates for bloggers, learn to create templates for blogger blogger or hack. Greetings bloggers to all visitors of this blog.

post 

my fist time here, hai friend...
ReplyDeletelook like you understand about web coding, i want learn here...
terima kasih kawan atas kunjungannya, salam kenal juga dari saya (kami) sisfocom
ReplyDelete@selfishyayun and @P. Irfansyah
ReplyDelete:-) thanks for visiting and commenting, regards :-D