unteins
Forum Replies Created
-
Forum: Plugins
In reply to: Live Press 1.5.2 don?′t synchAre you leaving the excerpt field blank? If so, try this.
Write a post, click save and continue editing. Then click Publish and see if that works.
Forum: Plugins
In reply to: AutoUpdate LiveJournal HackYou could try Live+Press which I wrote. It is based on the LJ AutoUpdate hack but has been integrated into the WordPress posting system and configuration system.
Forum: Plugins
In reply to: Coppermine & Useronline PluginsI don’t have the plugin in front of me, but I can be pretty sure that’s not the line causing the problem.
Are there any include or require lines earlier in the file? PHP line numbers are pretty useless if any files are included before the error occurs.
Forum: Plugins
In reply to: Help with Live Press 1.5.2And there is a LivePress.php in LivePress_1.5.2 right?
add_action is a WP internal function, so I have no idea where it has run off to…odd…
Do you have any extra whitespace at the end of the file? Of any odd line breaks? One option is to email me an admin login and I can maybe poke around.
Forum: Plugins
In reply to: Live Press 1.5.1.3 Moldy Banana ReleaseI posted a response on my blog as well.
I can only think that the upload didn’t work correctly. So possibly try re-uploading.
There is only one definition of the function mentioned, so I have no idea why it is trying to redeclare it.
Forum: Plugins
In reply to: Help with Live Press 1.5.2If add_action is missing that suggests something has gone wrong with your WP install.
However, what is your folder strcutre from wp-content for Live+Press
Forum: Plugins
In reply to: AdSense Deluxe Breaks Main PageWell, with the help of a bug report from a friend, I figured it out. PHP was running out of memory….back on track.
Forum: Plugins
In reply to: Live Press 1.5.2 is outI do try to check these forums regularly, but it is pretty hard to find the posts after a week or two
Forum: Plugins
In reply to: Live Press 1.5.1.3 Moldy Banana ReleaseYou have to upload the plugin files in the folder the zip created (or should create)
So it should be /wp-content/plugins/LivePress_1.5.2 and then in that is the LivePress.php and LivePress folder
Forum: Plugins
In reply to: Live Press 1.5.1.3 Moldy Banana ReleaseInteresting, I will look into that. Not sure how they are getting mixed up, but I will look. I knew there was something funky going on with the excerpts (which is new code) and have been in the habit of saving once before publishing as that has solved my problems.
I will look into that and post an update as soon as I figure out what is wrong.
Forum: Plugins
In reply to: Live Press 1.5.1.3 Moldy Banana ReleaseNo, the journals are indexed by LJ username, since you can’t have two LJ usernames that are the same. The edit journal function does effectively the same thing as adding a second journal, just cleaner and helps by passing the already allowed users.
You’ve been very helpful, I fixed the edit link and a new version is online, same download link. Let me know if the edit link works now.
Forum: Plugins
In reply to: Live Press 1.5.1.3 Moldy Banana Releasedbachen – Could you tell me what paths you are changing from and to? Also, what is the actual error message on line 911?
Forum: Plugins
In reply to: Live Press 1.5.1.3 Moldy Banana ReleaseI haven’t written the delete part yet. My wife got sick of me programming for the two or three weeks it took to get Live+Press to where it is ??
I am going to add the delete function though. Your username must be the one that you use on LJ and be properly spelled, etc ??
Forum: Plugins
In reply to: Live Press 1.5.1.3 Moldy Banana ReleaseA new version is up at https://somuchgeek.com/code/livepress
Let me kinow how it goes. If possible, please post any problems on the release announcement on my website.
Forum: Plugins
In reply to: Live Press 1.5.1.3 Moldy Banana ReleaseI think the problem has to do with how different browers look for the js file. I thought I had moved it into the actual plugin, but I must not have. I will take a look at it.
The problem is hard to find because on my install editjournal works just fine.
And yes, you have to configure a journal before it works. I know I need to check before making some calls, but this version was essentially a minimal rewrite to get it working with WP 1.5.x.
I need to completely rewrite the whole thing as it is quite messy and uses deprecated function calls….
Now if only I had time to do all that ??