|
ReleaseNotes20
Changes for version 2.0 of LJXP
This version is compatible with WP version 2.1, and retains compatibility with WP 2.0 |
Sign in to add a comment
|
|
Search
|
|
ReleaseNotes20
Changes for version 2.0 of LJXP
This version is compatible with WP version 2.1, and retains compatibility with WP 2.0 |
Sign in to add a comment
Hi, thanks for a great plugin first!
As for the feature request... not sure it is possible, but IF ONLY the plugin could make a connection of 'imported from lj items' to 'real lj items'...
what i mean is that there is a great function of import from livejournal built in wordpress, BUT if you import with LJXP turned on, it will duplicate all entries in lj... and if you turn the LJXP off, import the entries, than turn it back on, the posts edited in wordpress won't have a connection with those in lj.
i thought of deleting all entries in lj after importing with LJXP but this way i lose all comments in lj, only their copies in wordpress will stay.
Cheers!
Is there any chance to be able to have multiple instances of this running, so I can post a different set of catagories to different journals, and to post to multiple blogsites too?
Hi, whats about ver. for WP RC2? Current version of plugin dont work (Fatal error)
Hey Evan,
I love course love your plug in and I know a lot of other folks do too. I just upgraded to wordpress 2.5 and I am getting a fatal error. Do you have any suggestions?
Thanks,
Nina
i am not sure how to install this into the plugin folder, how do I find it, how do I install it?!?
I can vouch for this too- WP 2.5 gets a fatal error when I try to run LJXP.
I had this problem too, but I made 2 easy changes to the code, and now it seems to work on WP 2.5. I changed the two require_once statements and now it works:
CHANGE #1: Change require_once(ABSPATH . '/wp-includes/class-IXR.php'); to require_once(ABSPATH . WPINC . '/class-IXR.php'); I'm not sure if this actually does anything, but using ABSPATH . WPINC is how the includes directory is referenced in WP core files, so I assume php might be better able to identify the same file if it's included multiple times.
CHANGE #2: Change require_once(ABSPATH . '/wp-includes/template-functions-links.php'); to require_once(ABSPATH . WPINC . '/link-template.php'); This seems to be what's causing the fatal error. require_once causes execution to stop with a fatal error if it can't find the file, and it looks like all the functions that were included in template-functions-links.php are now in link-template.php instead.
After changing these, the plugin activated, and I just successfully crossposted my most recent wp entry to my lj as well!
I am trying to use this because I'd love to xpost to my LJ now, however I'm using wordpress 2.5 and keep getting a fatal error when trying to activate the plug in.... is there a fix for this? ETA: just read the above comment, and am going to read first before asking in the future again... :) am going to try the outlined steps above.. thanks!
I'm getting the following error:
Fatal error: Call to undefined function: write_nested_categories() in /homepages/10/d157060662/htdocs/wsb3998286501/wordpress/wp-content/plugins/lj_crosspost.php on line 455
Any ideas?
I made the changes that cwlar...@pacbell.net posted. All worked as it should.