• Ok, after much pain and suffering, I have my plugin pack ready to go.
    This is release 0, which means that they should work, but they have only been tested by me on my blog. Also, there are many features that aren’t in them, that I hope to add in the future.
    You can get the whole set here
    To install, simply unzip the file into you wp-content/plugins folder on your blog. Then login to the Admin screen, click on Plugins and activate all the the LJ plugins.
    Here is what each does and what customization you may need to do
    LJ Extras: This is the GUI system that drives the rest of the plugins. It is optional, but it makes dealing with the others much simpler. Without it, you need to manually create up to 6 custom meta tags. I STRONGLY suggest installing it. Once it is activated, you will see a new set of buttons and input fields in the post editing interfaces.
    LJ Mood Icons: This plugin will display your mood and the LJ mood icon (Classic set only in this release) that goes with it. You can customize the text that appears before the mood by editing the string set in $mood_text in the file ljmoods.config.inc. Just replace the text in the ‘ ‘ with whatever you want it to say. The moods will appear below your post. You can also customize the paragraph by editing ljmoods.css in the plugins folder. This plugin uses two meta tags called unt_lj_moodid and unt_lj_mood to store the mood. These are created by the LJ Extras plugin, or you can add/edit them manually. If you disable the plugin, the mood will not be displayed on your post, but the meta data will be saved.
    LJ Music: This plugin will display the music you have set under each post. You can customize the text that appears before the music by editing the string set in $music_text in the file ljmusic.config.inc. Just replace the text in the ‘ ‘ with whatever you want it to say. You can also customize the paragraph by editing ljmusic.css in the plugins folder. This plugin a meta tag called unt_lj_music to store the music. These are created by the LJ Extras plugin, or you can add/edit them manually. If you disable the plugin, the music will not be displayed on your post, but the meta data will be saved.
    LJ Synch: This plugin will synch your post (no comments, hopefully in a future upgrade) with a Live Journal account. The plugin will also allow you to edit posts you have made to Live Journal through Word Press (currently only for posts that you synch with the LJ Synch plugin originally, though it is possible to manually setup imported posts to synch as well. This plugin uses 3 custom meta tags, I will explain each seperately.
    unt_lj_entry: this is the entry number returned by LiveJournal when the entry is synched. If you have an imported entry and know the LiveJournal entry number (this is NOT the same as the numbers in the html file that shows the page, this must be the internal itemid) you can manually create this entry along with unt_lj_journal and unt_lj_synch to enable editing of old posts on LiveJournal via WordPress. I hope to add support for importing the itemid and more in the future.
    unt_lj_journal: This is the journal that your post will be published to on LiveJournal. This value can be manually set, but it will also appear in the LJ Extras GUI in a drop down list. You can have more than one journal configured to post to. To configure the drop down list, you need to do the following. Open ljsynch.config.php and edit the line $journals[‘test’] = ‘test’;. Replace the part in [‘ ‘] with your LiveJournal username and the part in ‘ ‘ after the = with your password. Add additional lines in the same format to support more journals. Currently, you must have a username and password to post to the journal, I hope to support shared journals(groups) in a future relase.
    unt_lj_synch: This determines whether or not an entry will be synched when it is posted or edited. If the value is “checked” then it will be synched, otherwise it won’t. You can set this setting via the checkbox in the LJ Extras GUI, or manually.
    LJ Tags: This plugin converts LJ user and LJ Cut tags in WordPress posts to HTML so that you can synch these tags with Live journal. Currently, the LJ Cut tag requires a [lj-cut] style syntax instead of the usual < style.

Viewing 15 replies - 61 through 75 (of 85 total)
  • Thread Starter unteins

    (@unteins)

    Sirris – could I get a login to your blog so I can poke around a bit? I can go register myself or you can create an account for me, just tell me where to go. I’d like to see if anything looks outof place.

    Unteins. I sent you an email with info on my setup, if you’d like to debug.
    Let me know if you have problems/issues, whatever.

    Thread Starter unteins

    (@unteins)

    I have released a new version of the plugins you can read all about them here

    Thread Starter unteins

    (@unteins)

    bfaber – I got your e-mail and I will be taking a look at it now that the new version of the plugins is done. I will try to get the newest version working and report my results here.

    Hi! I installed the new version of the plug ins, and I got this error:
    Warning: array_values(): The argument should be an array in /home/alwaysc/public_html/wp-content/plugins/ljextras.php on line 117
    Warning: reset(): Passed variable is not an array or object in /home/alwaysc/public_html/wp-content/plugins/ljextras.php on line 19
    User Pic: (default)(default) Security Level:
    Warning: Invalid argument supplied for foreach() in /home/alwaysc/public_html/wp-content/plugins/ljextras.php on line 141
    PublicPrivateFriendsCustom
    Synch Journal: Journal to Post to:
    Warning: array_values(): The argument should be an array in /home/alwaysc/public_html/wp-content/plugins/ljextras.php on line 164
    Warning: reset(): Passed variable is not an array or object in /home/alwaysc/public_html/wp-content/plugins/ljextras.php on line 19
    Help? :/

    Seen in the readme and the comments ont he php pages.
    You need to copy the file class-IXR.php into the wp-includes folder for this plugin to work.
    where do I get this file?

    Thread Starter unteins

    (@unteins)

    You can download just the class-IXR.php file here unzip it and place it in the wp-includes directory. I have also added it back into the appropriate zip files, so you can also just redownload the whole plugin pack. That should get you going.

    Thread Starter unteins

    (@unteins)

    pixiewicksy – I suspect you misconfigured the $journals array in ljsynch.config.inc
    Here is the info from the updated config file (to hopefully make it clearer what to do)
    //Journals Array
    //Replace LJusername with your username on LiveJournal
    //Replace LJpassword with the password for the LiveJournal account
    //Example: $journals[‘test’][‘password’] = ‘test’;
    //To configure multiple accounts, copy the line and repeat for each account
    $journals[‘LJusername’][‘password’] = ‘LJpassword’;

    Thread Starter unteins

    (@unteins)

    bfaber and sirris good news I hope:
    New version of LJ Extras and LJ Synch are on the server
    This update should resolve the problems for those of you who are not getting the LJ Extras to show up in your post interface. This seemed to be due to a problem with the way I was testing to see if we were on the post page and should hopefully be fixed.
    You can also download the whole set here
    bfaber – the demo server was exactly what I needed to solve the problem, the plugin seemed to be working with the new version on the test server, so you should be good to go!

    I’m looking for a way to customize the output a little. Instead of having the entire entry posted to LJ, I basically just want the title, a link to the entry, and the excerpt to show up. Is that possible?

    Thread Starter unteins

    (@unteins)

    Yeah, it could be done, I will look into it as an option for a future release, in the meantime, I will post a way to hack the plugin to do that in a few days.

    Thread Starter unteins

    (@unteins)

    digink – Go here to see how to hack the plugin while you wait for the next release.

    Unteins. It now works great.
    Thanks for your help! Off to find that paypal. ??
    btf

    Thread Starter unteins

    (@unteins)

    tinuviel -> You can delete the .inc files, I didn’t update the docs, sorry about that. They are now .php and should live in the config sufolder. The .svn folder can go away, it shouldn’t be there, only winzip is dumb ??
    The error you are describing is caused by misconfiguration of the $journals array OR not belogning to any LJ groups or having any keywords defined for your user pics.
    If neither of these is true, I would suspect that your $journals array is not set correctly.
    Make sure that the second set of [] has the literal word ‘password’ in it, in other words $journals[‘something’][‘password’] = ‘somthingelse’; If you have put your password in place of the word ‘password’, then that is wrong. You need to leave the word ‘password’ there…..does that help?

    Thread Starter unteins

    (@unteins)

    bfaber – wow….thanks!

Viewing 15 replies - 61 through 75 (of 85 total)
  • The topic ‘Live Journal Plugin Pack Release 0’ is closed to new replies.