Archived Comments (locked)
|
|
Hey, men, just replace
*sry for my english )) |
|
|
Well, I added GM_registerMenuCommand("Unfold all", unfold_all); To the script, so I can now fire it off from the menu, but all it does is end up blanking the page. This has to be a side effect of my LJ style My LJ is http://autographedcat.livejournal.com/ if that helps determine it. Elsewise, I can *usually* just turn off the style=mine attribute and make it work, unless the page i'm looking at is in a *different* incompatable style. (There doesnt' seem to be a style=none option, alas). |
|
|
tudorpot2: I'm using Firefox 2 on a Mac. I would guess this is a matter of you using some other LJ style (see comments below). |
|
|
Im using Firefox 1.5.0.7 on a mac. My lj is tudorpot- http://tudorpot.livejournal.com/friends is my friends page. When I went to the url you listed , I can't see the unfold comments next to leave a comment. |
|
|
Tudorpot: Works fine for me, when e.g. going to http://johannakatt.livejournal.com/260246.html and clicking "Unfold all" next to "Post a new comment". The problem could be to do with different LJ schemes/themes; if the underlying HTML is different, the code might not work. If you give me an URL of a page where it doesn't work, I'll look into it if I find the time. If it's related to different schemes/themes and not an easy fix, I probably won't fix it. |
|
|
I'm a plus account at livejournal and have installed this unfold all. Problem is I'm not sure how to get it to work.Any suggestions are welome. Perhaps this doesn't do what I want. What I am trying to do is have all comments displayed in full, clicking and going back and forth is a drag, I'm on dialup and it takes time. What I expect this extension/addon to do is to somehow display all the comments in full. |
|
|
Unfold All doesn't work for me, even after adding GM_registerMenuCommand("Unfold all", unfold_all); I'm using S2 wizard-generator, and the language is Russian, which makes “Post a new comment” look like “Добавить комментарий”, so this might be the problem. |
|
|
Rob: Try adding this to the code (e.g. after "var unfoldNodes = [];" and then trigger it through Tools > User Script Commands: GM_registerMenuCommand("Unfold all", unfold_all); Might work. |
|
|
This is the feature I have been *longing* for. The only problem is, it doesn't seem to work with my default style, which is the S2 style "Smooth Sailing". The links show up in the individual threads, but the Unfold All option shows up nowwhere. I'm not much of a js hacker, so any help would be appreciated. :) |