Haloperidol / ljxp

Automatically exported from code.google.com/p/ljxp
0 stars 0 forks source link

Crossposted entries do not displayed in friend-feed #146

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When plugin posts item to livejournal it also include "Out of date" 
option(means that post do not displayed in friend-feed). I cant see where i can 
turn it off in the options.

http://www.livejournal.com/support/faqbrowse.bml?faqid=91
Explanation of this option.

Last version of plugin and WordPress

Original issue reported on code.google.com by zhavoron...@gmail.com on 12 Aug 2011 at 10:24

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
It is being added to all new posts.

Original comment by smartpa...@gmail.com on 12 Aug 2011 at 3:01

GoogleCodeExporter commented 8 years ago
... so it is. That's odd. Working on it!

Original comment by st...@sillybean.net on 12 Aug 2011 at 6:04

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
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