Blog

April Development Meeting

The next development meeting will occur on April 18th, 2011 at 8:00pm EST It will occur on IRC at irc.freenode.net in the channel #podscms If you have no idea what IRC is or are unable to figure out how to get in, you can join in via the Web Chat interface at: http://webchat.freenode.net/?channels=podscms Agenda Pods …

Read more

Call for Contributions

We’re ramping up development for Pods 2.0 and have lots planned for our new site. Contribute Code or Join the Conversation Anyone who would like to contribute code or be part of the discussions around 2.0 or the new site, apply to be a contributor at: https://pods.io/contribute/ Donations Welcome Anyone who would like to help …

Read more

Pods 1.9.5

Pods 1.9.5 has now been released.. http://wordpress.org/extend/plugins/pods/ Changelog: Added: Multisite (3.0+) Network Activation support – Now when you click Network Activate, Pods will install itself correctly across all sites (and new sites as they are added) Added: Third option “$thankyou_url” in publicForm($columns, $label, $thankyou_url) which changes what happens when a form is submitted Added: Pod …

Read more

Thinking about a simple update pod function that…

Thinking about a simple update_pod function that would handle all the class instantiation, param sanitization etc in cases where you just want to quickly add/update a single pod. Think update_post_meta(). I’m thinking update_pod($datatype,$tbl_row_id,$values) where $values is a key/value array of field and value … i.e. update_pod(‘books’,4,array(‘author_last_name’,’Shakespeare)); Thoughts?