Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Ack. Change these two lines, from what I just commented:
I'm sure there's a cleaner way, but I couldn't find it. :/ |
|
|
To get it to work with Expressive, add this chunk into the // Expressive
{
name: 'Expressive',
entryXpath: "//div[@class='post-asset asset']",
userXpath: ".//span[@class='ljuser']//b/text()",
tagXpath: ".//ul[@class='asset-tags-list']//a[contains(@href, 'tag')]/text()",
textXpath: ".//div[@class='asset-content']",
removeFunction: function(entry) {
par = entry.parentNode;
remember(par, entry);
}
},
|