These two seem unrelated, but are actually the same thing. It seems as if the Drupal core is unable to automatically take you to a specific comment if that comment is located on a page other than the first. I'm not sure what is causing this... I will investigate. It's annoying.
CleanCutRogue August 14, 2007 - 6:51pm | I have tried and failed to come up with a solution to this one... It's in the way in which the pager is working. It cuts the longer posts up into multiple pages after rendering, which means I can't send you automatically to a subsequent page without a total rewrite of how things are working. I have a proposal though... PROPOSED SOLUTION: 3. We wear sungoggles during the day. Not because the sun affects our
vision, but when you're cool like us the sun shines all the time. |
w00t (not verified) August 23, 2007 - 9:43am |
newest post first please. "make it so numba w0n." |
CleanCutRogue August 23, 2007 - 12:59pm | Okay - it's set up so you can choose. You have the power. Use it wisely :-P 3. We wear sungoggles during the day. Not because the sun affects our
vision, but when you're cool like us the sun shines all the time. |
Corjay (not verified) August 26, 2007 - 11:05am | Its been okay. I just have to get used to it. By the way, I think to do it the other way, you have to have a "last_post" command in the html code. The last post should have a default "last_post" designation that disappears once it's not last anymore, and the forwarding command should focus or target to the "last_post" designation. I don't do code anymore, so I've forgotten the exact commands needed. Since all the posts are in a single text document, it will go to the right post in the text file. |
CleanCutRogue August 26, 2007 - 7:06pm | That's called an anchor, and I'm already doing that. The only problem is that I generate the anchor at one place, then Drupal's pager pages the list (decides where page 1 ends and calls that the first page) and my anchor is no longer on the html page being generated. Everything works fine if I don't page the list. So if I want it to work properly (which I'm not sure I'm going to work on now), I'd have to rewrite the pager to preserve the destination anchor and determine which page to go to based on the destination anchor. Right now it doesn't do that. 3. We wear sungoggles during the day. Not because the sun affects our
vision, but when you're cool like us the sun shines all the time. |