Closed GoogleCodeExporter closed 8 years ago
This is done deliberately on older posts so that you don't flood your friends
list when you crosspost all. However, it should NOT be set on new posts. Is it,
on your LJ?
Original comment by st...@sillybean.net
on 12 Aug 2011 at 2:34
It is being added to all new posts.
Original comment by smartpa...@gmail.com
on 12 Aug 2011 at 3:01
... so it is. That's odd. Working on it!
Original comment by st...@sillybean.net
on 12 Aug 2011 at 6:04
I'm going to have to make some big changes to the old code in order to fix
this. As long as you don't intend to use the bulk crosspost button any time
soon, you can work around the problem temporarily. Find line 291 of lj-xp.php,
which is:
'opt_backdated' => !($recent_id == $post->ID), // prevent updated
post from being show on top
Change that to:
'opt_backdated' => false,
(Note that it's part of an array, so that really is a comma and not a semicolon
at the end of the line.)
Original comment by st...@sillybean.net
on 12 Sep 2011 at 2:36
If you're willing to test a potential solution, grab the attached 2.2.3-beta.
Original comment by st...@sillybean.net
on 3 Oct 2011 at 4:34
Attachments:
That beta wasn't great, but I think I've fixed the problem on my test site.
Version 2.3 will be out today or tomorrow.
Of course, if you still see the problem in 2.3, don't hesitate to reopen this!
Original comment by st...@sillybean.net
on 9 Oct 2011 at 8:21
Original issue reported on code.google.com by
zhavoron...@gmail.com
on 12 Aug 2011 at 10:24