Threaded comments for blogger comment system (updated)
It's been a while from my last tutorial. The next tutorial is about a feature that lots of people have been searching and trying to add it to their blogs. The threaded comments for blogger is one of the option that all blogger users want for their blog but it is unavailable by default.
But now with a little effort and a few tweeks of the template code you will be able to add this option on your comments form. You can check the original tutorial HERE.
The idea behind this came from the simple observation that most of us use @AuthorName to reply to comments posted by other users in 'single' threaded comments. So the javascript just parses the comment bodies for this author name (or comment ids) and then searches for appropriate comments to find parents of the reply comments.
How to make threaded comments on blogger?
1. Log in to your dashboard--> Design- -> Edit HTML2. Click on "Expand Widget Templates"
3. Search "Ctrl+F" and find ]]></b:skin>. Before it paste the code:
#comments h4 { font-size: 24px; font-weight: normal; margin: 20px 0; } .cm_wrap { clear: both; margin-bottom: 10px; float: right; width: 100%; } .cm_head { margin: 0; width: 70px; float: left; } .cm_avatar { margin: 0; vertical-align: middle; border: 1px solid #DDD; padding: 3px; background-image: url(http://img846.imageshack.us/img846/7357/unled1oww.jpg); background-position:center; background-repeat:no-repeat; width: 35px; height: 35px; } .cm_reply { padding-top: 5px; } .cm_reply a { display: inline-block; margin: 0; padding: 1px 6px; border: 1px solid #C4C4C4; border-top-color: #E4E4E4; border-left-color: #E4E4E4; color: #424242 !important; text-align: center; text-shadow: 0 -1px 0 white; text-decoration: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #EDEDED; background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #E5E5E5) ); background: -moz-linear-gradient( center top, white 20%, #E5E5E5 100% ); font: 11px/18px sans-serif; } .cm_reply a:hover { text-decoration: none !important;; background: #ccc;; background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #eeeeee),color-stop(1, #cccccc));; background: -moz-linear-gradient(center top,#eeeeee 20%,#cccccc 100%);; } .cm_entry { padding: 16px; background: #F7F7F7; border: 1px solid #E4E4E4; overflow: hidden; } .cm_arrow { display: block; width: 9px; height: 18px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3mn0AZQZKFUrJQ-HMWxjXfyH3qup4Fg_yIEBhyphenhyphenkIlR5IPdsqSQTagRF4CzwWENdR-WlXyFw8zN7QpWHvzt8L_br8ZyFaytdgZ45xM2VZP3QY19UQtAjNxe3prAmL2ug6StnIf0Y34Ydk/s1600/comment-arrow.gif) no-repeat; position: absolute; margin-left: -25px; } .cm_info { margin-bottom: 5px; } .cm_name { font-weight: bold; font-size: 12px; float: left; } .cm_date { font-size: 10px; float: right; font-style: italic; color: #CCC; } .cm_entry p { margin: 0; font-size: 13px; color: #666; } .cm_pagenavi { font-size: 10px; text-transform: uppercase; color: #666; text-shadow: 1px 1px white; font-weight: bold; } .cm_pagenavi a { color: #666; text-decoration: none; padding:10px; } .cm_pagenavi a:hover { text-decoration: underline } .cm_pagenavi span { color: #888; background: white; padding: 4px; border: 1px solid #E0E0E0; }
IMPORTANT: If you have problems with the avatar search the next code
(in your template might be different):
.avatar-image-container { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUxHCCGRl9koUENB_cmKzykNX-tQBDhihWeSgJOPKa8Ieid4c72QEi6SQXbz3usN6DNA_1iTVMdyf1w6EF8bzQJlbZulaWVJ_KtC53dyiY3vwmtyrojiYIKyi5HfNqqYra4PkPQfDBoA/s400/default.gif); width:35px; height:35px; } .avatar-image-container img { border:none; }
4. Then find </body> and right before it paste the next code:
<script type="text/javascript"><!-- var _0x7bf4=["\x32\x20\x78\x3D\x31\x72\x2E\x31\x6E\x2E\x4A\x3B\x32\x20\x46\x3D\x77\x2E\x79\x28\x27\x31\x6D\x27\x29\x3B\x32\x20\x6D\x3D\x46\x2E\x75\x3B\x32\x20\x70\x3D\x5B\x5D\x3B\x32\x20\x37\x3D\x5B\x5D\x3B\x32\x20\x64\x3D\x5B\x5D\x3B\x32\x20\x6E\x3D\x30\x3B\x32\x20\x49\x3D\x27\x27\x3B\x32\x20\x4B\x3D\x27\x27\x3B\x32\x20\x45\x3D\x27\x27\x3B\x32\x20\x69\x3D\x30\x3B\x32\x20\x6A\x3D\x30\x3B\x32\x20\x6B\x3D\x30\x3B\x32\x20\x68\x3D\x30\x3B\x32\x20\x62\x3D\x27\x27\x3B\x32\x20\x42\x3D\x22\x22\x3B\x32\x20\x71\x3D\x22\x22\x3B\x31\x73\x20\x31\x31\x28\x29\x7B\x32\x20\x56\x3D\x2D\x31\x3B\x38\x28\x5A\x2E\x31\x79\x3D\x3D\x27\x31\x7A\x20\x31\x76\x20\x31\x75\x27\x29\x7B\x32\x20\x31\x65\x3D\x5A\x2E\x31\x77\x3B\x32\x20\x31\x30\x3D\x31\x78\x20\x31\x32\x28\x22\x31\x74\x20\x28\x5B\x30\x2D\x39\x5D\x7B\x31\x2C\x7D\x5B\x5C\x2E\x30\x2D\x39\x5D\x7B\x30\x2C\x7D\x29\x22\x29\x3B\x38\x28\x31\x30\x2E\x31\x41\x28\x31\x65\x29\x21\x3D\x31\x70\x29\x56\x3D\x31\x71\x28\x31\x32\x2E\x24\x31\x29\x7D\x31\x6F\x20\x56\x7D\x32\x20\x57\x3D\x31\x31\x28\x29\x3B\x38\x28\x57\x3D\x3D\x2D\x31\x7C\x7C\x57\x3E\x3D\x39\x29\x7B\x31\x34\x28\x6D\x2E\x66\x28\x27\x4C\x3D\x22\x63\x27\x29\x21\x3D\x2D\x31\x29\x7B\x69\x3D\x6D\x2E\x66\x28\x27\x4C\x3D\x22\x63\x27\x29\x3B\x6D\x3D\x6D\x2E\x65\x28\x69\x2B\x34\x29\x3B\x69\x3D\x6D\x2E\x66\x28\x27\x22\x27\x29\x3B\x70\x5B\x6E\x5D\x3D\x6D\x2E\x65\x28\x30\x2C\x69\x29\x3B\x6D\x3D\x6D\x2E\x65\x28\x69\x29\x3B\x37\x5B\x6E\x5D\x3D\x77\x2E\x79\x28\x70\x5B\x6E\x5D\x29\x2E\x75\x3B\x64\x5B\x6E\x5D\x3D\x30\x3B\x6E\x2B\x2B\x7D\x76\x28\x69\x3D\x30\x3B\x69\x3C\x6E\x2D\x31\x3B\x69\x2B\x2B\x29\x7B\x76\x28\x6A\x3D\x69\x2B\x31\x3B\x6A\x3C\x6E\x3B\x6A\x2B\x2B\x29\x7B\x38\x28\x37\x5B\x6A\x5D\x2E\x66\x28\x70\x5B\x69\x5D\x29\x21\x3D\x2D\x31\x29\x7B\x49\x3D\x70\x5B\x6A\x5D\x3B\x4B\x3D\x37\x5B\x6A\x5D\x3B\x64\x5B\x6A\x5D\x3D\x64\x5B\x69\x5D\x2B\x31\x3B\x45\x3D\x64\x5B\x6A\x5D\x3B\x76\x28\x68\x3D\x69\x2B\x31\x3B\x68\x3C\x6A\x3B\x68\x2B\x2B\x29\x7B\x38\x28\x64\x5B\x68\x5D\x3C\x45\x29\x7B\x31\x37\x7D\x7D\x76\x28\x6B\x3D\x6A\x3B\x6B\x3E\x68\x3B\x6B\x3D\x6B\x2D\x31\x29\x7B\x70\x5B\x6B\x5D\x3D\x70\x5B\x6B\x2D\x31\x5D\x3B\x37\x5B\x6B\x5D\x3D\x37\x5B\x6B\x2D\x31\x5D\x3B\x64\x5B\x6B\x5D\x3D\x64\x5B\x6B\x2D\x31\x5D\x7D\x70\x5B\x68\x5D\x3D\x49\x3B\x37\x5B\x68\x5D\x3D\x4B\x3B\x64\x5B\x68\x5D\x3D\x45\x7D\x7D\x7D\x76\x28\x69\x3D\x30\x3B\x69\x3C\x6E\x3B\x69\x2B\x2B\x29\x7B\x6A\x3D\x37\x5B\x69\x5D\x2E\x66\x28\x27\x40\x3C\x61\x20\x4A\x3D\x22\x23\x63\x27\x29\x3B\x38\x28\x6A\x21\x3D\x2D\x31\x29\x7B\x42\x3D\x37\x5B\x69\x5D\x2E\x65\x28\x30\x2C\x6A\x29\x3B\x71\x3D\x37\x5B\x69\x5D\x2E\x65\x28\x6A\x2B\x31\x29\x3B\x6A\x3D\x71\x2E\x66\x28\x27\x3C\x2F\x61\x3E\x27\x29\x3B\x71\x3D\x71\x2E\x65\x28\x6A\x2B\x34\x29\x3B\x37\x5B\x69\x5D\x3D\x42\x2B\x71\x7D\x6A\x3D\x37\x5B\x69\x5D\x2E\x66\x28\x27\x50\x3D\x22\x59\x22\x27\x29\x3B\x38\x28\x6A\x21\x3D\x2D\x31\x29\x7B\x42\x3D\x37\x5B\x69\x5D\x2E\x65\x28\x30\x2C\x6A\x29\x3B\x71\x3D\x37\x5B\x69\x5D\x2E\x65\x28\x6A\x29\x3B\x38\x28\x64\x5B\x69\x5D\x3E\x36\x29\x64\x5B\x69\x5D\x3D\x36\x3B\x37\x5B\x69\x5D\x3D\x42\x2B\x27\x74\x3D\x22\x31\x35\x3A\x27\x2B\x28\x31\x39\x2D\x64\x5B\x69\x5D\x2A\x35\x29\x2B\x27\x25\x22\x20\x27\x2B\x71\x7D\x62\x2B\x3D\x37\x5B\x69\x5D\x7D\x62\x2B\x3D\x27\x3C\x67\x20\x50\x3D\x22\x31\x66\x22\x3E\x3C\x2F\x67\x3E\x27\x3B\x46\x2E\x75\x3D\x62\x3B\x46\x2E\x74\x2E\x51\x3D\x27\x31\x62\x27\x3B\x32\x20\x4D\x3D\x77\x2E\x79\x28\x27\x31\x61\x27\x29\x2E\x75\x3B\x32\x20\x6F\x3D\x4F\x28\x4D\x29\x3B\x38\x28\x6F\x3E\x72\x29\x7B\x62\x3D\x27\x3C\x67\x20\x74\x3D\x22\x47\x3A\x31\x63\x22\x3E\x31\x64\x20\x27\x3B\x32\x20\x48\x3D\x28\x6F\x2D\x6F\x25\x72\x29\x2F\x72\x2B\x31\x3B\x32\x20\x73\x3D\x27\x27\x3B\x32\x20\x6C\x3D\x31\x3B\x69\x3D\x78\x2E\x66\x28\x27\x2E\x31\x6C\x27\x29\x3B\x38\x28\x69\x21\x3D\x2D\x31\x29\x7B\x73\x3D\x78\x2E\x65\x28\x30\x2C\x69\x2B\x35\x29\x7D\x7A\x7B\x73\x3D\x78\x7D\x69\x3D\x73\x2E\x66\x28\x27\x23\x44\x27\x29\x3B\x38\x28\x69\x21\x3D\x2D\x31\x29\x7B\x73\x3D\x73\x2E\x65\x28\x30\x2C\x69\x29\x7D\x69\x3D\x78\x2E\x66\x28\x27\x3F\x53\x3D\x27\x29\x3B\x38\x28\x69\x3D\x3D\x2D\x31\x29\x7B\x6C\x3D\x31\x7D\x7A\x7B\x6C\x3D\x4F\x28\x78\x2E\x65\x28\x69\x2B\x31\x33\x29\x29\x7D\x76\x28\x69\x3D\x31\x3B\x69\x3C\x3D\x48\x3B\x69\x2B\x2B\x29\x7B\x38\x28\x69\x3D\x3D\x6C\x29\x7B\x62\x2B\x3D\x27\x3C\x55\x3E\x27\x2B\x69\x2B\x27\x3C\x2F\x55\x3E\x27\x7D\x7A\x7B\x62\x2B\x3D\x27\x3C\x61\x20\x4A\x3D\x22\x27\x2B\x73\x2B\x27\x3F\x53\x3D\x27\x2B\x69\x2B\x27\x23\x44\x22\x3E\x27\x2B\x69\x2B\x27\x3C\x2F\x61\x3E\x27\x7D\x7D\x38\x28\x6C\x2A\x72\x3C\x3D\x6F\x29\x7B\x62\x2B\x3D\x27\x3C\x2F\x67\x3E\x3C\x67\x20\x74\x3D\x22\x47\x3A\x54\x22\x3E\x27\x2B\x28\x28\x28\x6C\x2D\x31\x29\x2A\x72\x29\x2B\x31\x29\x2B\x27\x20\x2D\x20\x27\x2B\x28\x6C\x2A\x72\x29\x2B\x27\x20\x52\x20\x27\x2B\x6F\x2B\x27\x20\x44\x3C\x2F\x67\x3E\x27\x7D\x7A\x7B\x62\x2B\x3D\x27\x3C\x2F\x67\x3E\x3C\x67\x20\x74\x3D\x22\x47\x3A\x54\x22\x3E\x27\x2B\x28\x28\x28\x6C\x2D\x31\x29\x2A\x72\x29\x2B\x31\x29\x2B\x27\x20\x2D\x20\x27\x2B\x6F\x2B\x27\x20\x52\x20\x27\x2B\x6F\x2B\x27\x20\x44\x3C\x2F\x67\x3E\x27\x7D\x32\x20\x43\x3D\x77\x2E\x79\x28\x27\x31\x69\x27\x29\x3B\x43\x2E\x75\x3D\x62\x3B\x43\x3D\x77\x2E\x79\x28\x27\x31\x68\x27\x29\x3B\x43\x2E\x75\x3D\x62\x3B\x38\x28\x6C\x3C\x48\x29\x7B\x62\x3D\x27\x3C\x74\x20\x31\x67\x3D\x22\x31\x6B\x2F\x31\x6A\x22\x3E\x2E\x58\x20\x7B\x51\x3A\x20\x31\x38\x7D\x3C\x2F\x74\x3E\x27\x3B\x32\x20\x4E\x3D\x77\x2E\x79\x28\x27\x31\x36\x27\x29\x3B\x4E\x2E\x75\x3D\x62\x7D\x7D\x7D\x7A\x7B\x31\x34\x28\x6D\x2E\x66\x28\x27\x4C\x3D\x63\x27\x29\x21\x3D\x2D\x31\x29\x7B\x69\x3D\x6D\x2E\x66\x28\x27\x4C\x3D\x63\x27\x29\x3B\x6D\x3D\x6D\x2E\x65\x28\x69\x2B\x33\x29\x3B\x69\x3D\x6D\x2E\x66\x28\x27\x3E\x27\x29\x3B\x70\x5B\x6E\x5D\x3D\x6D\x2E\x65\x28\x30\x2C\x69\x29\x3B\x6D\x3D\x6D\x2E\x65\x28\x69\x29\x3B\x37\x5B\x6E\x5D\x3D\x77\x2E\x79\x28\x70\x5B\x6E\x5D\x29\x2E\x75\x3B\x64\x5B\x6E\x5D\x3D\x30\x3B\x6E\x2B\x2B\x7D\x76\x28\x69\x3D\x30\x3B\x69\x3C\x6E\x2D\x31\x3B\x69\x2B\x2B\x29\x7B\x76\x28\x6A\x3D\x69\x2B\x31\x3B\x6A\x3C\x6E\x3B\x6A\x2B\x2B\x29\x7B\x38\x28\x37\x5B\x6A\x5D\x2E\x66\x28\x70\x5B\x69\x5D\x29\x21\x3D\x2D\x31\x29\x7B\x49\x3D\x70\x5B\x6A\x5D\x3B\x4B\x3D\x37\x5B\x6A\x5D\x3B\x64\x5B\x6A\x5D\x3D\x64\x5B\x69\x5D\x2B\x31\x3B\x45\x3D\x64\x5B\x6A\x5D\x3B\x76\x28\x68\x3D\x69\x2B\x31\x3B\x68\x3C\x6A\x3B\x68\x2B\x2B\x29\x7B\x38\x28\x64\x5B\x68\x5D\x3C\x45\x29\x7B\x31\x37\x7D\x7D\x76\x28\x6B\x3D\x6A\x3B\x6B\x3E\x68\x3B\x6B\x3D\x6B\x2D\x31\x29\x7B\x70\x5B\x6B\x5D\x3D\x70\x5B\x6B\x2D\x31\x5D\x3B\x37\x5B\x6B\x5D\x3D\x37\x5B\x6B\x2D\x31\x5D\x3B\x64\x5B\x6B\x5D\x3D\x64\x5B\x6B\x2D\x31\x5D\x7D\x70\x5B\x68\x5D\x3D\x49\x3B\x37\x5B\x68\x5D\x3D\x4B\x3B\x64\x5B\x68\x5D\x3D\x45\x7D\x7D\x7D\x76\x28\x69\x3D\x30\x3B\x69\x3C\x6E\x3B\x69\x2B\x2B\x29\x7B\x6A\x3D\x37\x5B\x69\x5D\x2E\x66\x28\x27\x40\x3C\x41\x20\x4A\x3D\x22\x23\x63\x27\x29\x3B\x38\x28\x6A\x21\x3D\x2D\x31\x29\x7B\x42\x3D\x37\x5B\x69\x5D\x2E\x65\x28\x30\x2C\x6A\x29\x3B\x71\x3D\x37\x5B\x69\x5D\x2E\x65\x28\x6A\x2B\x31\x29\x3B\x6A\x3D\x71\x2E\x66\x28\x27\x3C\x2F\x41\x3E\x27\x29\x3B\x71\x3D\x71\x2E\x65\x28\x6A\x2B\x34\x29\x3B\x37\x5B\x69\x5D\x3D\x42\x2B\x71\x7D\x6A\x3D\x37\x5B\x69\x5D\x2E\x66\x28\x27\x50\x3D\x59\x27\x29\x3B\x38\x28\x6A\x21\x3D\x2D\x31\x29\x7B\x42\x3D\x37\x5B\x69\x5D\x2E\x65\x28\x30\x2C\x6A\x29\x3B\x71\x3D\x37\x5B\x69\x5D\x2E\x65\x28\x6A\x29\x3B\x38\x28\x64\x5B\x69\x5D\x3E\x36\x29\x64\x5B\x69\x5D\x3D\x36\x3B\x37\x5B\x69\x5D\x3D\x42\x2B\x27\x74\x3D\x22\x31\x35\x3A\x27\x2B\x28\x31\x39\x2D\x64\x5B\x69\x5D\x2A\x35\x29\x2B\x27\x25\x22\x20\x27\x2B\x71\x7D\x62\x2B\x3D\x37\x5B\x69\x5D\x7D\x62\x2B\x3D\x27\x3C\x67\x20\x50\x3D\x22\x31\x66\x22\x3E\x3C\x2F\x67\x3E\x27\x3B\x46\x2E\x75\x3D\x62\x3B\x46\x2E\x74\x2E\x51\x3D\x27\x31\x62\x27\x3B\x32\x20\x4D\x3D\x77\x2E\x79\x28\x27\x31\x61\x27\x29\x2E\x75\x3B\x32\x20\x6F\x3D\x4F\x28\x4D\x29\x3B\x38\x28\x6F\x3E\x72\x29\x7B\x62\x3D\x27\x3C\x67\x20\x74\x3D\x22\x47\x3A\x31\x63\x22\x3E\x31\x64\x20\x27\x3B\x32\x20\x48\x3D\x28\x6F\x2D\x6F\x25\x72\x29\x2F\x72\x2B\x31\x3B\x32\x20\x73\x3D\x27\x27\x3B\x32\x20\x6C\x3D\x31\x3B\x69\x3D\x78\x2E\x66\x28\x27\x2E\x31\x6C\x27\x29\x3B\x38\x28\x69\x21\x3D\x2D\x31\x29\x7B\x73\x3D\x78\x2E\x65\x28\x30\x2C\x69\x2B\x35\x29\x7D\x7A\x7B\x73\x3D\x78\x7D\x69\x3D\x73\x2E\x66\x28\x27\x23\x44\x27\x29\x3B\x38\x28\x69\x21\x3D\x2D\x31\x29\x7B\x73\x3D\x73\x2E\x65\x28\x30\x2C\x69\x29\x7D\x69\x3D\x78\x2E\x66\x28\x27\x3F\x53\x3D\x27\x29\x3B\x38\x28\x69\x3D\x3D\x2D\x31\x29\x7B\x6C\x3D\x31\x7D\x7A\x7B\x6C\x3D\x4F\x28\x78\x2E\x65\x28\x69\x2B\x31\x33\x29\x29\x7D\x76\x28\x69\x3D\x31\x3B\x69\x3C\x3D\x48\x3B\x69\x2B\x2B\x29\x7B\x38\x28\x69\x3D\x3D\x6C\x29\x7B\x62\x2B\x3D\x27\x3C\x55\x3E\x27\x2B\x69\x2B\x27\x3C\x2F\x55\x3E\x27\x7D\x7A\x7B\x62\x2B\x3D\x27\x3C\x61\x20\x4A\x3D\x22\x27\x2B\x73\x2B\x27\x3F\x53\x3D\x27\x2B\x69\x2B\x27\x23\x44\x22\x3E\x27\x2B\x69\x2B\x27\x3C\x2F\x61\x3E\x27\x7D\x7D\x38\x28\x6C\x2A\x72\x3C\x3D\x6F\x29\x7B\x62\x2B\x3D\x27\x3C\x2F\x67\x3E\x3C\x67\x20\x74\x3D\x22\x47\x3A\x54\x22\x3E\x27\x2B\x28\x28\x28\x6C\x2D\x31\x29\x2A\x72\x29\x2B\x31\x29\x2B\x27\x20\x2D\x20\x27\x2B\x28\x6C\x2A\x72\x29\x2B\x27\x20\x52\x20\x27\x2B\x6F\x2B\x27\x20\x44\x3C\x2F\x67\x3E\x27\x7D\x7A\x7B\x62\x2B\x3D\x27\x3C\x2F\x67\x3E\x3C\x67\x20\x74\x3D\x22\x47\x3A\x54\x22\x3E\x27\x2B\x28\x28\x28\x6C\x2D\x31\x29\x2A\x72\x29\x2B\x31\x29\x2B\x27\x20\x2D\x20\x27\x2B\x6F\x2B\x27\x20\x52\x20\x27\x2B\x6F\x2B\x27\x20\x44\x3C\x2F\x67\x3E\x27\x7D\x32\x20\x43\x3D\x77\x2E\x79\x28\x27\x31\x69\x27\x29\x3B\x43\x2E\x75\x3D\x62\x3B\x43\x3D\x77\x2E\x79\x28\x27\x31\x68\x27\x29\x3B\x43\x2E\x75\x3D\x62\x3B\x38\x28\x6C\x3C\x48\x29\x7B\x62\x3D\x27\x3C\x74\x20\x31\x67\x3D\x22\x31\x6B\x2F\x31\x6A\x22\x3E\x2E\x58\x20\x7B\x51\x3A\x20\x31\x38\x7D\x3C\x2F\x74\x3E\x27\x3B\x32\x20\x4E\x3D\x77\x2E\x79\x28\x27\x31\x36\x27\x29\x3B\x4E\x2E\x75\x3D\x62\x7D\x7D\x7D","\x7C","\x73\x70\x6C\x69\x74","\x7C\x7C\x76\x61\x72\x7C\x7C\x7C\x7C\x7C\x43\x6D\x5F\x49\x74\x65\x6D\x5F\x43\x6F\x6E\x74\x65\x6E\x74\x7C\x69\x66\x7C\x7C\x7C\x73\x74\x72\x6F\x75\x74\x7C\x7C\x43\x6D\x5F\x49\x74\x65\x6D\x5F\x4C\x65\x76\x65\x6C\x7C\x73\x75\x62\x73\x74\x72\x69\x6E\x67\x7C\x69\x6E\x64\x65\x78\x4F\x66\x7C\x64\x69\x76\x7C\x7C\x7C\x7C\x7C\x43\x6D\x5F\x43\x75\x72\x5F\x50\x61\x67\x65\x7C\x43\x6D\x5F\x42\x6C\x6F\x63\x6B\x5F\x43\x6F\x6E\x74\x65\x6E\x74\x7C\x43\x6D\x5F\x4E\x75\x6D\x7C\x43\x6D\x5F\x54\x6F\x74\x61\x6C\x7C\x43\x6D\x5F\x49\x74\x65\x6D\x5F\x49\x64\x7C\x73\x74\x72\x5F\x74\x32\x7C\x32\x30\x30\x7C\x4F\x72\x67\x5F\x55\x72\x6C\x5F\x54\x68\x72\x65\x61\x64\x43\x4D\x7C\x73\x74\x79\x6C\x65\x7C\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C\x7C\x66\x6F\x72\x7C\x64\x6F\x63\x75\x6D\x65\x6E\x74\x7C\x43\x75\x72\x5F\x55\x72\x6C\x5F\x54\x68\x72\x65\x61\x64\x43\x4D\x7C\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64\x7C\x65\x6C\x73\x65\x7C\x7C\x73\x74\x72\x5F\x74\x31\x7C\x43\x6D\x5F\x50\x61\x67\x65\x5F\x4F\x62\x6A\x7C\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x7C\x43\x6D\x5F\x49\x74\x65\x6D\x5F\x4C\x65\x76\x65\x6C\x5F\x54\x7C\x43\x6D\x5F\x42\x6C\x6F\x63\x6B\x7C\x66\x6C\x6F\x61\x74\x7C\x43\x6D\x5F\x50\x61\x67\x65\x5F\x4E\x75\x6D\x7C\x43\x6D\x5F\x49\x74\x65\x6D\x5F\x49\x64\x5F\x54\x7C\x68\x72\x65\x66\x7C\x43\x6D\x5F\x49\x74\x65\x6D\x5F\x43\x6F\x6E\x74\x65\x6E\x74\x5F\x54\x7C\x69\x64\x7C\x43\x6D\x5F\x54\x6F\x74\x61\x6C\x5F\x4F\x62\x6A\x7C\x43\x6D\x5F\x52\x65\x70\x6C\x79\x43\x53\x53\x5F\x4F\x62\x6A\x7C\x70\x61\x72\x73\x65\x49\x6E\x74\x7C\x63\x6C\x61\x73\x73\x7C\x64\x69\x73\x70\x6C\x61\x79\x7C\x6F\x66\x7C\x63\x6F\x6D\x6D\x65\x6E\x74\x50\x61\x67\x65\x7C\x72\x69\x67\x68\x74\x7C\x73\x70\x61\x6E\x7C\x72\x76\x7C\x49\x45\x5F\x76\x65\x72\x7C\x63\x6D\x5F\x61\x75\x74\x68\x6F\x72\x5F\x72\x65\x70\x6C\x79\x7C\x63\x6D\x5F\x77\x72\x61\x70\x7C\x6E\x61\x76\x69\x67\x61\x74\x6F\x72\x7C\x72\x65\x7C\x67\x65\x74\x49\x6E\x74\x65\x72\x6E\x65\x74\x45\x78\x70\x6C\x6F\x72\x65\x72\x56\x65\x72\x73\x69\x6F\x6E\x7C\x52\x65\x67\x45\x78\x70\x7C\x7C\x77\x68\x69\x6C\x65\x7C\x77\x69\x64\x74\x68\x7C\x63\x6D\x5F\x72\x65\x70\x6C\x79\x5F\x63\x73\x73\x7C\x62\x72\x65\x61\x6B\x7C\x6E\x6F\x6E\x65\x7C\x31\x30\x30\x7C\x63\x6D\x5F\x74\x6F\x74\x61\x6C\x7C\x62\x6C\x6F\x63\x6B\x7C\x6C\x65\x66\x74\x7C\x50\x61\x67\x65\x7C\x75\x61\x7C\x63\x6C\x65\x61\x72\x7C\x74\x79\x70\x65\x7C\x63\x6D\x5F\x70\x61\x67\x65\x5F\x63\x6F\x70\x79\x7C\x63\x6D\x5F\x70\x61\x67\x65\x7C\x63\x73\x73\x7C\x74\x65\x78\x74\x7C\x68\x74\x6D\x6C\x7C\x63\x6D\x5F\x62\x6C\x6F\x63\x6B\x7C\x6C\x6F\x63\x61\x74\x69\x6F\x6E\x7C\x72\x65\x74\x75\x72\x6E\x7C\x6E\x75\x6C\x6C\x7C\x70\x61\x72\x73\x65\x46\x6C\x6F\x61\x74\x7C\x77\x69\x6E\x64\x6F\x77\x7C\x66\x75\x6E\x63\x74\x69\x6F\x6E\x7C\x4D\x53\x49\x45\x7C\x45\x78\x70\x6C\x6F\x72\x65\x72\x7C\x49\x6E\x74\x65\x72\x6E\x65\x74\x7C\x75\x73\x65\x72\x41\x67\x65\x6E\x74\x7C\x6E\x65\x77\x7C\x61\x70\x70\x4E\x61\x6D\x65\x7C\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x7C\x65\x78\x65\x63","","\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65","\x72\x65\x70\x6C\x61\x63\x65","\x5C\x77\x2B","\x5C\x62","\x67"];eval(function (_0x4f09x1,_0x4f09x2,_0x4f09x3,_0x4f09x4,_0x4f09x5,_0x4f09x6){_0x4f09x5=function (_0x4f09x3){return (_0x4f09x3<_0x4f09x2?_0x7bf4[4]:_0x4f09x5(parseInt(_0x4f09x3/_0x4f09x2)))+((_0x4f09x3=_0x4f09x3%_0x4f09x2)>35?String[_0x7bf4[5]](_0x4f09x3+29):_0x4f09x3.toString(36));} ;if(!_0x7bf4[4][_0x7bf4[6]](/^/,String)){while(_0x4f09x3--){_0x4f09x6[_0x4f09x5(_0x4f09x3)]=_0x4f09x4[_0x4f09x3]||_0x4f09x5(_0x4f09x3);} ;_0x4f09x4=[function (_0x4f09x5){return _0x4f09x6[_0x4f09x5];} ];_0x4f09x5=function (){return _0x7bf4[7];} ;_0x4f09x3=1;} ;while(_0x4f09x3--){if(_0x4f09x4[_0x4f09x3]){_0x4f09x1=_0x4f09x1[_0x7bf4[6]]( new RegExp(_0x7bf4[8]+_0x4f09x5(_0x4f09x3)+_0x7bf4[8],_0x7bf4[9]),_0x4f09x4[_0x4f09x3]);} ;} ;return _0x4f09x1;} (_0x7bf4[0],62,99,_0x7bf4[3][_0x7bf4[2]](_0x7bf4[1]),0,{})); --></script>
5. The final step is to search for the following code:
<b:includable id='comments' var='post'>
lots of code lines that you must replace
</b:includable>
... and replace the code lines between that includable with the next code:
<div class='comments' id='comments'>
<a name='comments'/>
<b:if cond='data:post.allowComments'>
<h4>
<b:if cond='data:post.numComments > 0'>
<b:if cond='data:post.numComments == 1'>
<span id='cm_total'>1</span> comment
<b:else/>
<span id='cm_total'><data:post.numComments/></span> comments
</b:if>
</b:if>
</h4>
<div id='cm_reply_css'></div>
<div class='cm_pagenavi' id='cm_page'></div>
<div id='cm_block'>
<b:loop values='data:post.comments' var='comment'>
<b:if cond='data:comment.isDeleted'>
<b:else/>
<div expr:id='data:comment.anchorName'>
<div class='cm_wrap'>
<a expr:name='data:comment.anchorName'/>
<div class='cm_head'>
<div class='cm_avatar'>
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>
</div>
<div class='cm_reply'>
<a expr:href='"https://www.blogger.com/comment.g?blogID=154513103004606848&postID=" + data:post.id + "&isPopup=true&postBody=%40%3C%61%20%68%72%65%66%3D%22%23" + data:comment.anchorName + "%22%3E" + data:comment.author + "%3C%2F%61%3E#form"' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=600,height=500"); return false;'>Reply</a>
</div>
</div>
<div class='cm_entry'>
<span class='cm_arrow'></span>
<div class='cm_info'>
<div class='cm_name'>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow' target='_blank'>
<data:comment.author/>
</a>
<b:else/>
<b><data:comment.author/></b>
</b:if>
</div>
<div class='cm_date'>
<data:comment.timestamp/>
<b:include data='comment' name='commentDeleteIcon'/>
</div>
<div class='clear'/>
</div>
<p><data:comment.body/></p>
</div>
</div>
</div>
</b:if>
</b:loop>
</div>
<div class='cm_pagenavi' id='cm_page_copy'></div>
<b:if cond='data:post.embedCommentForm'>
<b:if cond='data:post.allowNewComments'>
<b:include data='post' name='comment-form'/>
<b:else/>
<data:post.noNewCommentsText/>
</b:if>
<b:else/>
<b:if cond='data:post.allowComments'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
</b:if>
</b:if>
</b:if>
</div>
IMPORTANT: Replace the red line with the your own BlogID number.
Where you can find the BlogID? See the pictures bellow.
For new Blogger interface:
For old Blogger interface:
Save the template and see the results.
6. IMPORTANT UPDATE: If after this 5 steps the comments doesn't appear like in the demo , it's because Blogger implemented they're own threaded comment system. To replace it and have the comments like in the tutorial you must find the next code (you will find it in 2 places):
<b:if cond='data:blog.pageType == "static_page"'> <b:if cond='data:post.showThreadedComments'> <b:include data='post' name='threaded_comments'/> <b:else/> <b:include data='post' name='comments'/> </b:if> </b:if> <b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.showThreadedComments'> <b:include data='post' name='threaded_comments'/> <b:else/> <b:include data='post' name='comments'/> </b:if> </b:if>
...and replace the red code lines with the next line:
<b:include data='post' name='comments'/>
Save again and see the results.
DEMO: See the comments below
UPDATED VERSION WITH HIGHLIGHTED AUTHOR COMMENTS HERE
229 comments
Test threaded comments for Blogger. When someone leaves a reply to a comment, that reply will appear below the replied comment.
@ArtisTutor
Test threaded comments for Blogger. When someone leaves a reply to a comment, that reply will appear below the replied comment.
@ArtisTutorTest threaded comments for Blogger. When someone leaves a reply to a comment, that reply will appear below the replied comment.
tks 4 share
Thanks4 your effort
Cool, looks exactly like WordPress Comment form, Thanks much much =)
@Born to Trade
I'm glad you find it useful.
this is so interest...
but in case, you too much change code...
avatar, comments list, reply or etc all must to change???
can you give the simple code just for threaded system only?
like this:
http://beben-koben.blogspot.com/2010/01/threade-comments-in-blogger.html
theres too much script, but you script so simple?
can you just give for threaded methode only?
thanks :)
i'll have try you all step by step...but it's not work for my blog...
and comments box and frame to be double!!!
i mean that it my friend to much change in your directions...what is the code/script threaded only for add in template?
duh...my inggris so bad -___-' i hope you understand what my mind :D
@Beben Koben The thing is that for creating threaded comments you use some javascript and a couples lines of CSS.
You can't take only the code for threaded comm because you will have to implemented on your custom comment system and it'a a really big chance that it will not work.
@Beben KobenIf you want the comments like in the tutorial, send me your template and I will add it for you.
Send template to:
artistutorials@gmail.com
@ArtisTutor hihihi be like this
http://i52.tinypic.com/k508qc.png
???
i'll have delete CSS coded on my comments side with your coded?
@Beben Koben Yes like that.
You have to delete all the code from your custom comments and replace it with the one in the tutorial.
bos bos look...
http://i54.tinypic.com/169ombq.png
i'll did it, DONE...
thanks bos \m/
i'll promote on my blog...later ;)
Cheers ☺
@ArtisTutor it's not working for my blog
thank you, really nice tutorial ^^ i have applied on my site HERE
but, is it possible to make my comments have a different color or style from other? please help me to make it true~
*because it'll be great if author comment has different style from visitor's comment ^^
i really appreciate your help >_<
@Manchester United Tech | Berita Sepak Bola I can see that it's working now on your blog
just for share...
for make different comments author with visitor comments ;)
Make Different Comments Side on Threaded Comments II
Cheers^^
Great tutorial, but how can I find my blog ID number?
@RhiannonLook at the next pictures:
New Blogger interface:
http://img269.imageshack.us/img269/5846/capture1yg.png
Old Blogger interface:
http://img62.imageshack.us/img62/3289/capturehmb.png
The blog ID is the number highlighted. Yours will be different than the one in the pictures.
@Nurmayanti Zain just test for my first comment here :))
I want to make threaded Comment Like this,but with my Comment Form Style. what is the Part of code/script threaded for add in template?
@Anonymous :
testing..... ^^
@InternetTeknologi.ComSend me your template and I'll do it for you, because it's a little complicated.
E-mail:
artistutorials@gmail.com
It works great! I love it. Thanks for sharing :)
Hi ! Can you visit my blog ? My cm_avatar not fix, can you show me where its wrong ???
@Elvis Anh Find in your template:
.avatar-image-container
.avatar-image-container img
and make sure the width and height is the same with the width and height of the cm_avatar.
@ArtisTutorThanks so much, I'll try.
Can I add your Url on my blog? I want to learn about code blogger from you. Sincerely !
@Elvis AnhYes you can. I'm glad to help.
@ArtisTutorThanks ! may all your health and success !
Thanks for sharing. Good luck
hii,.why when i tried to reply comment, it doesnt to worked.,???
and can i make a style comment like this blog..??? help me please...!
@Uzik '90Make sure that on the step no. 5 in this piece of code:
<div class='cm_reply'>
<a expr:href='"https://www.blogger.com/comment.g?blogID=154513103004606848&postID=" + data:post.id + "&isPopup=true&postBody=%40%3C%61%20%68%72%65%66%3D%22%23" + data:comment.anchorName + "%22%3E" + data:comment.author + "%3C%2F%61%3E#form"' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=600,height=500"); return false;'>Reply</a>
</div>
replace : 154513103004606848 with your blog ID
@ArtisTutori have replaced it, but it's still error.,
how is this.,???
@Uzik '90 Then make sure you have copied all the code from step 5. If that doesn't work send me the template to see what's the problem.
artistutorial@gmail.com
Thanks for the tip, got it working on my wife's blog on the first try.
http://www.goodbaggirl.com/
@ArtisTutorHi ! can you help me,please. I tried, but my avatar is not fixed with frame. Nice day !
@Elvis AnhSend me your template to fix it.
artistutorials@gmail.com.
pas saya pasang di blog saya kok gak bisa nampilin profile picture ya??
@Bung Tau I resolved the problem with your template and send it to you.
@ArtisTutorDoes it work only fot old comment form style? Btw this is an awesome hack
Hi Artistutorial, I have tried applying this kinds of threaded comments, and I found it working. Unfortunately, it didn't show the way this this tutorial look. It cut my comment border and the profile thumbnail shitfed to the edge of comment box. And it seemed the edge of the comment border overlapped with the edge of the comment box border.
Could you please fix it for my blog, just this tutorial looks like?
Oh ya, if you don't mind, please make it also shaded for the author's blog. I mean visitors comments are different with the author comments (for colour)...
I sent you my template via your gmail. Please check it out.
Looking forward to hearing from you soon.
Please notify me at my Cbox...
Thank you...
@VisionascI didn't get any email. Resend it and make sure you write the address correctly.
Can you give me the code that you use now? I like this comment box.
@ArtisTutor
Hey, I have resent it...
Please help me...
Thanks
@Visionasc Done.
@ArtisTutor
Hi, thank you very much for fixing the code for me. Unfortunately, there're still some little problem...
1. The space between the name of a commenter and the comment itsel is too far, different from the previous comment (that has been there before the code fixed). I inspected it with firebug and I found a "" there, made that space. But, when I was looking for it in the template I found no " in the part of the code...
2. The comment editor width has also been changed. I tried to find the related code, I found it, but there was only height there, no width...
Please, fix this...
I'm sorry for burdening you with this...
@ArtisTutor
Hahahahha, I did it. I solved.
Just need to added "width" right...
Thanks thanks thanks...
@Visionasc1. For that space to disappear when you reply to a comments just do not let any space after " </a> " in the popup window.
See the image:
Reply Comment
Hi thanks for sharing ...but a hava question for u...
1.how to make defferent color for the author same like ur blog ?
2. the avatar can not show yet..how do to fix it ?
thank a lot
@ErwinPut a link to your blog to see it.
@ArtisTutor please check...! thank You
@NiwidaDelete all the previous Comments CSS for the avatar to work.
ol.commentlist li { /* Comment Wrapper */
..
..
..
..
ol.commentlist li.even { /*The background color for 1-3-5... no comments*/
background:#fff;
}
@ArtisTutor yes it's work for the avatar... :D
and now how a bout defferent color for the author...?? :) thanks a lot
@ErwinI will post a tutorial in a couple of days.
thanks bro. really nice tutorial. i already applied at my blog.
Btw, why my comment box doesn't look like yours or this one (http://www.tigefa.info/2011/10/gratis-fans-facebook-dan-followers.html). instead, it appears like this (http://visionasc.blogspot.com/2011/10/critical-thinking-or-creative-thinking.html), could it look like yours?
Thanks
I got an error that for my Blog ID, div is not allowed, only includable...any ideas?
@AnonymousMake sure you follow the tutorial exactly and it will work
@ArtisTutorwhere the tutorial about different colour for comment ing like this..
we waiting...
thanks before
I followed the tutorial to the letter and everything LOOKS good, but when I hit the "reply" button under a comment I get an Error 404 message in a pop-up window. Any idea what is going on?
@Erin @ The Impatient GardenerFind blogID=154513103004606848 and replace the 154513103004606848 with your own blog ID
@ArtisTutorA ha .... I typed it in wrong. Got it in right this time and it seems to work. Thank you!
I added this to my blog with no problem but the comments aren't coming up as threaded. My replies are in the same line as all the other comments and winding up at the end of the comments. The @soandso is there but that's all.
@DeeDid you follow the step 4 of the tutorial, adding that script before body tag?
@ArtisTutorThank you. That was the problem. Code installed and now it works perfect.
it works but the avatar is not at a right place. how to fix it?
@Lil' NgangaDelete all the previous Comments CSS for the avatar to work.
Awesome tutorial, thanks a TON.
I have added on my blog http://www.easyblogging.in
Repped you. Became your fan on facebook, follwoing on twitter, also shared your blog in G+.
Thanks again.
I have one dout & one error
error : avatar not displaying correctly
check here : http://maganizneblog.blogspot.com/2011/11/xbox-360-price-in-india-review-features.html
Dout :
how to change Author Comment Colour Like ur style?
Thanks for this awesome tutorial, I did it yesterday on my blog (stuck-in-a-book.co.uk) and I'm really happy with it - but I've been told that it doesn't work when people try to comment in IE8. It seems fine in my version of IE, but I'm not sure which one I have(!) Is this a problem anyone else has mentioned?
@Naren Dran1. Delete all the previous comment CSS and the avatar will work.
2. See this link:
http://beben-koben.blogspot.com/2011/09/komentar-berbeda-untuk-threaded.html
@StuckInABookI didn't have any problem with it in any browser, so I guess it works fine in all of them.
@ArtisTutor ok, thanks! No idea what issues those people have...
@ArtisTutor already i deleted all css coding related comments its show like that only
thanks, nice tutorial
Thanks for sharing, this is great tutorial.
I've tried this. But not working perfectly. It's not look like yours.
And I have a question. How to make comment form like your blog, Author have different color than visitor's?
Sorry, if my English not very good.
Thanks before.
i don't have the same result
please help me
take my url: www.toprodata.co.cc
nice share!!
I've tried and it working on my blog! check it out!
thank you very much!!^^
woww thanks for info hehe ;D
thats look great broo
I will send you my template, please make my template like this post
andrepamungkas31@gmail.com
how to make different comments with "admin" ?
How can we make admin comments with differents style ?
Thanks for Sharing.
this is great tutorial.
I've tried this and Now I enjoy to reply comments on my blog...
Hi Aristutor
Thanks for great tutorial.
I applied your tips on my blog, but doesn't work. I follow that instructions exactly, even so my comment form staying doesn't appearing.
If You need, i´ll send my blog template for your review, because this can help people that have same problem.
This is my test blog, if you can see:
http://claudioteste.blogspot.com
Thank You very much, and congratulations for the great job helping other peoples.
See You.
I tried to post my question, but have problems with my google account. If You want, delete them.
My question is about tutorial. I give You congratulations for sharing your knowledge with me and others, helping us.
I applicate exactly the codes posted here, but my comments form still don't appearing. I´m tried to change some colors in CSS of the form code (1st code) but don't works, so I change It to original values.
If You authorize, I can send my blog template for You by email, because I think that my problem can be the same of other people.
I'll apreciate your help. Congratulations, and good luck.
Claudio
@AdministrateurI'll post a tutorial very soon.
@Claudio R E BoaventuraSend me the template to see.
@ArtisTutor
I send You my template. The "popup" and "full page" options are working perfectly, the problem is "embedded below post".
Thanks for your help.
Claudio
Oh this is sweet! Disqus has been annoying me for the past few weeks anyway.
However, the profiles' avatars are not showing up where they should, any suggestions why this is?
Cheers!
Mh I am not sure if my comment vanished or if you deleted it...
Err. Anyway, great tutorial, it is working but I have the same issue with the avatars not showing up correctly.
I had a look at the existing comment css but I am not sure what to delete without breaking the template.
Can I send you my template to have a look at it?
@Godfrina Yes send me your template and I will fix it.
@Claudio R E BoaventuraFixed and sent to your email.
@Andre PamungkasDone and sent to your email.
@sally t. leGlad that I helped you
@AnonymousGlad to help.
@AnonymousI am glad I helped you.
@RehanaGlad I helped you. Have a nice day.
@Dody FarialThanks for the appreciation
@ArtisTutor
Hello, how are you?
Thank You very much, your fixed template works very well. As a last question, I found other problem: my left float sidebar are duplicate. I tried to find the piece of code that are doubling my "floating sidebar", but I could not fix it. I want to keep the previous bar, and eliminate the second bar that appeared, but I can't.
The comments form are working perfectly, You did a great job, thank You again.
Hugs, and God bless You!!!
@ArtisTutorthanks
@ArtisTutor
Hi, I remove a gagget type text that duplicate the side icons.
Problem fixed, thanks a lot.
God bless You,
Claudio
i have a problem that comments don't appear in internet explorer navigator with Threaded comment system
please help me
very good post, I have a doubt and question, I have DISABLED the comments and i do not like re-enable them, any help? sorry my english http://img846.imageshack.us/img846/263/fabulosol.jpg
@AdministrateurWhat version of Internet Explorer?
@Mingo To hide the comments go to:
Settings - Post and comments - Comment location - and chose Hide then save
Hello, I want my comment box remains the same as yours, what is the code?
I can send you my template and you do it? You could make the comment box is in accordance blog colors?
Sorry for my English.
Thanks
i used internet explorer 9
besides i can't see your comments else on ie9...
thx man ... it works ... and i do know how you make your form comment is different than the others ??? please could you tell me how :)
@AdministrateurI've checked and it works both in IE 8 and IE9 so maybe it'a a problem with your browser.
IE8:
http://img259.imageshack.us/img259/189/ie8.png
IE9:
http://img577.imageshack.us/img577/6439/ie9.png
@Aksatriya Diwangkara NusantaraI'll post a tutorial very soon.
@MohamedtI'll post a tutorial very soon.
@ArtisTutorman ... how to give default avatar for anonymous like you did man ??? please tell me and visit my blog ... www.nusantara666.blogsopt.com
@ArtisTutor
Hello again. I made very tests, but I can't select the input text form to write comments in my blog.
It's working only in IE8 running Windows XP, but in Windows 7 It's not working in IE9, Firefox 8.0.1 and Chrome 16.0.912.63.
I'll be thankful if You access my blog to make tests too.
Thanks for your great help, have a Happy 2012!!!
@ArtisTutorman why mine is no avatar for anonumous ... the avat for the unknown identity is empty ... there's no default avatar like yours ... why ??? please tell me .. and if you want to help me for my blog ... here is my blog www.nusantara666.blogspot.com
to the admin, after I plug as directed above, even swordfish appear blogger profile photo ID when logged in with their blogspot? where lies the fault. thank you
dude it's not working for me help me plz
my problem is resolved, thank you for the tutorial.
there is one thing I wanted to ask, how do I edit the script so that comments which appear only 10 per section of the page? thanks for attentions
Hi , I have a lot of problems pasting the codes into the right spaces . Can I send you my template ,too?
Thank you
Lena
@Lenas FotografieYes , send me your template
@SOFTECHNOGEEKWhat exactly doesn't work?
@Belajar KomputerI don't understand what is the problem.
wow., thank you., i'll try on my blogspot., :D
Hello! I can not find ]]> where i must start!?
can i send you my template to fix me the problem
juste give adresse mail if it can be
man please ...my avatar box is double ... please help me ...
you can see it ... http://nusantara666.blogspot.com/2011/04/ice-cream-magnum-mengandung-minyak-babi.html
@Aksatriya Diwangkara NusantaraDelete the old CSS for the comments and leave only the one in the tutorial.
@QueenOfEvilnessYou need to find ]]></b:skin> it can't be missing from your template.
@AdministrateurFirst, what is the problem?
comments don't appear
@AdministrateurSend me the template
artistutorials@gmail.com
Great tutorial, thank you so much!!!
It worked out all great and I'm a total HTML Newbie.
I still have another question: is there a way to place the font "leave a comment" (Kommentare veröffentlichen) left aligned? Now it's neither in the left nor in the middle.
okey
thank you sooooo much!
@lychee
I got it :-)
Hello!
Thank you for that great tutorial!
Creative-Pink
Glad i could help you all.
yes thanks for the instructions, I managed to change the commentary box, although earlier sempet wrong, hehe;)
greeting familiar
Hi ArtisTutor,
The coments form problem with my blog was fixed, thank You very much for your help.
I search your site for posts talking about "Archive Blog widget problem", but I don't find anything. My problem is when I click on the arrow, because its doesn't show me the months with published post.
Do You have any ideia what might be causing the problem?
Any help will be welcome. Thank You very much,
Claudio
thank you very very very much for these instructions, because of them i'm now able to reply to comments!
i really appreciate it, thanks for putting this here!
thanks for this very helpful tutorial!
but something isnt working on my blog
http://provinzkindchen.blogspot.com/2012/01/sale-shopping.html#comment-form
could you please help me?
@hannahMake sure you follow the exact tutorial.
If that doesn't work send me the template.
It doesn't work in my blog.
Maybe the problem is, that the avatar picutres are at the right side (in my blog) and not left (as here in your blog).
But I don't know how I can change this. :-(
@AudreyI see that is working the threaded comments on your blog.The only thing to do is that you setup the comments to embedded setting like in the next picture:
http://img39.imageshack.us/img39/7271/capture4m.png
hm it doesn't work on my blog:http://schlingeline.blogspot.com/
I couldn't find the
it's not there. :(
@FairyThe... what?
If you post code in the comments first go to TOOLS on the menu and use the HTML to ENTITIES tool to make code friendly.
If you post the code directly from template it will not appear in the comment.
@ArtisTutor
Oh sorry i meant the "includable id='comments' and so on"
@FairyDid you Click on "Expand Widget Templates" ?
@ArtisTutor
*ashamed* oh yes I did it and now it works. Sorry just didn't read it. I'm from Germany and first didn't know what you meant with expand, but now it's clear.
Thanks a lot, this template is soo helpful!
@FairyNo problem. Everybody makes little mistakes. I'm glad I could help you.
You still need to replace the blogID=154513103004606848 number with your blog ID for the reply to work.
@ArtisTutor
Ok just done, NOW it finally works :D
Thanks a lot for the tutorial! You just made my day :)
Tomorrow I will try your newest tutorial. It's so cool! Thanks again!
@Fairy
I made the same mistake... LOL
Please forget what I wrote before...
It doesn't work. :(
I did all how you described...
Can you help me please?
@Alena ♥Send me your template.
artistutorials@gmail.com
@ArtisTutor
Thank you so much! :)
@Alena ♥
Ahhh, all is okay, thanks again!
Wow, I'm really surprised - it really works :) Even the avatar is correct. :) Thanks a lot for your tutorial :D
Hi
Last week i found this tutorial and I copy & paste all steps in my Blog.
It works... until today. It does not still work.
Now it is "normal" without threaded comments :(
http://www.abload.de/img/unbenannte7kge.jpg
Do you know what is wrong ?
Greetings from germany
@JessiI'm working to find a solution for this problem.
@ArtisTutorThank you for your help. It will be nice if you find a solution. I think I will subscribe your blog to see it when you find one =)
What do you mean with "delete all the old comments CSS"?
I think this tutorial is great, but it didn't work on my blog..
@JessiSee the step 6 of the tutorial for the solution.
@ArtisTutorit works ! thank you very much =)
It doesn't work for me :( is it because of the template?
@RibkaI don't see on your blog any of the code from the tutorial. Respect all the steps in the tutorial and it will work.
Thanks for share tutorial...It work to my blog..
Thank you very much
amazing tips boz, and this work to my blog, thanx alot :D
it's an awesome tutorial, but i have some trouble on the fifth step==> IMPORTANT: Replace the red line with the your own BlogID number.
i can't find my blogID number in HTML script, how can i find my BlogID number?
thanks in advance..
it's work bro..thanks for the tutorial..
@julayzulhamLook at the next pictures:
New Blogger interface:
http://img269.imageshack.us/img269/5846/capture1yg.png
Old Blogger interface:
http://img62.imageshack.us/img62/3289/capturehmb.png
The blog ID is the number highlighted. Yours will be different than the one in the pictures.
thanks, enjoyed the article
@Anonymousthaaank you!!
@ArtisTutor
Niche share , tanks lots
I've managed to make it on my blog
but i think the writing is too small
how to enlarge his writings ?
help me please...
@An NahalFind:
.cm_entry p {
margin: 0;
font-size: 13px;
color: #666;
}
...and change the font-size value.
I've been able to make
now, how to make the color of the comment box admin ?
@ArtisTutorafter i try as you suggest, the letter does not change as well.
I change the size of the letters have to be 15
@An Nahal See this tutorial:
http://artistutorial.blogspot.com/2012/01/threaded-comments-for-blogger-comment.html
I'm coming to say big thank you for help me about threaded comments in my blog...It's really meaningful. Hopefully you'll never mind to help again and again...hehehe
why i can't use it
please help me
@Sofyan SyWhat's the problem. be specific.
@Ririe KhayanYou welcome. When you have any problems I am here to help
Great tutorial! thank you!
nice tutorial.
Assalamualaikum Bismillah Alhamdulillah | Brother i use tooggle comment form. I have tried this tutorial three times but i always fault. Can you help me to solve this problem...? | Alhamdulillah Wassalamualaikum.
@The 7BloggersSend me the template and I'll try to help.
@ArtisTutorAssalamualaikum Bismillah Alhamdulillah | I have send my template, please help me | Alhamdulillah Wassalamualaikum
@The 7BloggersFixed and sent back to you.
@ArtisTutorAssalamualaikum Bismillah Alhamdulillah | And now, how i can change the avatar image container for the blog author...?
@The 7BloggersChange to what?
@ArtisTutorAssalamualaikum Bismillah Alhamdulillah | Sorry, i have fixed my problem, if you want you can look the result on my blog. Now i have modified the style of the thread comment. I give thanks to My God because i have friend, like you who very very kind. Thanks Artisteer... | Alhamdulillah Wassalamualaikum.
@The7BloggersI.
I'm glad I could help you. Cheers.
Nice sharing,.. Helpful.. Regards
Don't work in my blog. Please,check it..
It's not work on my blog. Please help me....
@Belajar CorelDRAWMake sure you follow all the steps from the tutorial and it will work
@Media CopypasteFollow the steps exactly and it will work.
Will do follow all your instruction and do a report :)
Thanks for nice tutorial
Click to Add a New Comment
Leave your comment
- If you're asking a question click the Subscribe By Email link, below the comment form, to be notified of replies.
- Do NOT add links to the body of your comment as they will not be published.
- Only the comments posted in ENGLISH will be approved.
- If you have a problem check first the comments , maybe you will find the solution there.