Posted by thet0olman on April 28, 2009 at 3:17pm
Jump to:
| Project: | Translatable Comments |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
how might this code be customized so that it translates the body instead of the comments.
i tried changing the code
$(".comment .content").each(function (i) {
var w = $(wrapper).clone().insertBefore(this);
</code?
to
<code>
$(".body .content").each(function (i) {
var w = $(wrapper).clone().insertBefore(this);However I had no luck
Comments
#1
Try changing that selector to
.node .content#2
Try changing that selector to
.node .content#3
See #283486: here is translatablenodes for a solution for D6.