| View previous topic :: View next topic |
| Author |
Message |
Linz
Joined: 04 Feb 2007 Posts: 15
|
Posted: Fri Jul 20, 2007 7:00 pm Post subject: got a bit of a problem... |
|
|
...I sucessfully added a link me text box and button to my sidebar...but since then you can't read the comments by just clicking on the date...you have to go into the comment link (where you would if you were going to make one)
Am I making sense lol
|
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
|
| Back to top |
|
 |
Linz
Joined: 04 Feb 2007 Posts: 15
|
Posted: Sat Jul 21, 2007 10:40 am Post subject: |
|
|
Thankyou Jacquie _________________
 |
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
Posted: Sat Jul 21, 2007 5:41 pm Post subject: |
|
|
Looking at the source it does look as though something has gone wrong in the region of the code that renders the comments.
I can't really say what exactly is wrong without seeing the actual template.
If you find the bit that looks something like this: | Code: |
<dl id="comments-block">
<BlogItemComments>
<dt class="comment-data" id="c<$BlogCommentNumber$>"><a name="c<$BlogCommentNumber$>"></a>
<$I18NAtCommentTimeWithPermalink$>,
<$I18NCommentAuthorSaid$>
</dt>
<dd class="comment-body">
<p><$BlogCommentBody$></p>
<$BlogCommentDeleteIcon$>
</dd>
</BlogItem> |
about three quarters of the way down and check for unclosed tags (no >) or unclosed quotes. If nothing leaps out then if you send me a copy of your template as a .txt attachment on an email I will test it and see what else could be going on. _________________ Jacquie
Jacquie's Journal
Crafty Threads 'n' Yarns |
|
| Back to top |
|
 |
Linz
Joined: 04 Feb 2007 Posts: 15
|
Posted: Sun Jul 22, 2007 12:37 pm Post subject: |
|
|
Jacquie i think i've done it...I saved my template and re-applied to original blogger template and copied the bit you showed me above...then went back and copied into MY template. So far it's worked! I must've deleted something obviously.
But Thankyou, cos I wouldn't have thought of doing that if you hadn't have shown me  _________________
 |
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
Posted: Sun Jul 22, 2007 5:41 pm Post subject: |
|
|
Yes it looks fine now. It's amazing the havoc wreaked by a tiny misplaced bit of code here and there. Glad you managed to fix it. 
_________________ Jacquie
Jacquie's Journal
Crafty Threads 'n' Yarns |
|
| Back to top |
|
 |
|