zigpress
Forum Replies Created
-
I installed it from within WordPress admin (Plugins > Add New > Search). My setup is a standard WAMP installation on a Windows XP PC, with Apache 2.2.11, PHP 5.3.0 and MySQL 5.1.36. Mod_deflate is enabled.
The WordPress 3.1 installation is my testbed, with no other plugins active except My Page Order. The theme is custom but very simple – just the minimum code required to have working loops, widgets and menus. I’ve had various other plugins working on the installation without problems.
After I recovered things, I noticed that it had created its tables and options before crashing.
Hope this info helps.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] How To Add Info to ConnectionModesty & Ploobers:
You could perhaps try my ZigConnect plugin, see if it solves your problems? It’s gradually maturing and is quite stable now – stable enough for me to put it in the WordPress plugin directory.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] How To Add Info to ConnectionNever mind… in the end I wrote my own plugin to replace Posts 2 Posts – and which also lets you define connections in admin instead of using custom PHP.
If anyone would like to try it, go here:
https://www.zigpress.com/wordpress/plugins/zigconnect/
It’s early days so feedback (especially problems encountered) would be appreciated using the comments form of the above page.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] How To Add Info to ConnectionHi scribu,
I’m encountering a similar problem to Ploobers. I have two custom post types (product and shop), and I’m using P2P v0.5.1 to link them, with one item of metadata (price, a text field).
So, I used your example from above (the comment that begins “With 0.4-alpha6, you can do this”), and initially I thought it was working fine. I made the connection reciprocal by the way.
However, when I search and add a new connection on the product edit page, old connection data is deleted, and furthermore, the new data saved is often taken from the old data!
Let me explain what I mean.
On Product A, I added 2 connections at the same time, then saved it:
Shop A (with Price 12.34)
Shop B (with Price 56.78)This worked fine, 2 new records in my p2pmeta table and both connections shown in the box on the edit page.
Then I added a third connection like this:
Shop C (with Price set to ‘free’)On saving I ended up with ONE connection, with a new p2p_id, and ONE meta item with a new meta_id. The meta_key was ‘price’ (which is fine), the meta_value was 56.78 (which it has ‘caught’ from the earlier connection somehow).
I’ve been trying to follow your code to see if there’s an easy fix, but somewhere within all the inheritance and static methods I got lost!
Advice would be much appreciated and a solution will send me to your PayPal page!