I want to display form entry errors, such as uniqueness error, to the user. I want the error to be displayed inside a notification box above the form.
Currently, pods gives data entry errors as javascript message boxes such as the following:
I want…
I want to debug a certain submit action inside a plugin's admin panel. The panel stays inside the dashboard of wordpress. Its url is as follows:
http://localhost/wordpress/wp-admin/admin.php?page=pods&action=edit&id=681&do=create
The submit action…
I want to list some pod items on front end. To do this I am normally using pods shortcode. To filter the data I use where attribute inside pods shortcode. For example:
[pods name="salon" where="author.ID = '2'"]
I am using Wordpress Pods CMS and I have a foreach loop to show an unordered list of images.
I would like to turn the images into thumbnail size (using the WordPress media thumbnail settings in the dashboard).
My code currently look like…
I have a pod called countries and I want to output every record (name) directly in a header.php.
I need it to call from header.php of my theme not from page or template etc.
I assume I need somehow call Pods 2 first.
Then within a loop output…
I have problem with an installation of PODS Framework in Wordpress with tinymce helper.
When I’m trying to upload new image (by using media upload button) it works fine, however when I’m trying to insert image to post I get a javascript error which…
I'm using podscms for creating a database site.
I would like to create two different wp templates to use for detail and list Pods pages so that i can load some specific scripts and code.
But i really haven't understand in which way Pods choose the…
i created a multiple checkboxes input helper adapting the code from this http://podscms.org/packages/checkboxradiobutton-yourvalues/
I modified it so that people don't have to hardcode values into the helper; instead values are taken from the column…
In wordpress podscms when i make a relationship pick. it entry in the
database occur in the other table not in the same table of my content
type as the other fields entry happen.
Undefined property: stdClass::$tbl_row_id in /public_html/wp-content/plugins/pods/classes/PodAPI.php on line 1073
I keep getting this error after clicking to add a new record for a POD I created. Nothing makes sense. I deleted the whole database…
I've got quite some problems with pods framework and the bidirectional relationship system.
I have 4 pods, Resources, Sources, Feeds, Topics.
These are the relationships:
Resources <-----> Topics (multi), Feeds (multi), Sources (mono)
Sources…
How can I use fields from the second pod record based on the value from the relationship field in the first pod?
Let's say I have a pod called countries with fields country_name and country_language
In the second pod called languages I have fields…