palmtrae
Forum Replies Created
-
Great work! This is one of the most useful plugins for wordpress imho, and the rate it’s updated is excellent 🙂
Keep it up!
Nice!
Alright, i’ve looked at the changes you’ve made, however it still won’t detect an unchecked value. The reason is simple, when you loop through all p2p_ids, the p2p_id that is unchecked is never posted see here http://pix.thefarm.se/palmtrae/20111114083123/
Notice in the p2p_order array there’s a third value not seen in p2p_meta.A possible solution would be to add a hidden p2p_id key for each connected post, then the code you added to check checkbox values would work perfectly.
It actually looks quite alright, but you are of course correct about not being able to uncheck it, there needs to be another adjustment for that also, i can take a look 🙂
http://pix.thefarm.se/palmtrae/20111111130121/About the label, yes of course thats the way to do that 🙂
http://pix.thefarm.se/palmtrae/20111111130442/ just need to update the css a bit.p2p-connections td input[type="radio"], .p2p-connections td input[type="checkbox"] { width: auto; }Textareas work nicely, as long as the admin widget is not on the right hand column.