Questions tagged [podscms]

Pods is a CMS framework that lets you add and display your own content types. Unlike WP custom post types, each content type gets its own table.

Links

103 questions
0
votes
1 answer

How To Display Form Data Entry Errors in Wordpress Pods

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…
Mert Nuhoglu
  • 9,695
  • 16
  • 79
  • 117
0
votes
2 answers

How to find php file or function that generates a wordpress admin page?

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…
Mert Nuhoglu
  • 9,695
  • 16
  • 79
  • 117
0
votes
1 answer

How to delegate to a shortcode function in order to filter pod items created by the current user using Pods Framework in Wordpress

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'"]
  • {@name}
  • [/pods] I want…
    Mert Nuhoglu
    • 9,695
    • 16
    • 79
    • 117
    0
    votes
    1 answer

    How to turn images into thumbnail size using foreach loop in Wordpress Pods CMS

    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…
    kayee
    • 330
    • 2
    • 6
    • 21
    0
    votes
    1 answer

    How to save fetched rows from while loop into a new array?

    Let's say I have this loop in my header.php:

    TOP 20 TEAMS

    -1 // get everything …
    Derfder
    • 3,204
    • 11
    • 50
    • 85
    0
    votes
    1 answer

    How to output pods records in a header.php within a loop using PODS 2

    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…
    Derfder
    • 3,204
    • 11
    • 50
    • 85
    0
    votes
    1 answer

    Error inserting images to posts with TinyMCE in PODS Wordpress Framework

    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…
    paul
    • 1
    0
    votes
    1 answer

    How podscms choose template pages to use and how to choose among more of them

    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…
    Bakaburg
    • 3,165
    • 4
    • 32
    • 64
    0
    votes
    1 answer

    Checboxes input helper PodsCms

    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…
    Bakaburg
    • 3,165
    • 4
    • 32
    • 64
    -1
    votes
    1 answer

    wordpress podscms

    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.
    -1
    votes
    1 answer

    Wordpress POD CMS Plugin error

    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…
    Saumil Shah
    • 1,383
    • 2
    • 11
    • 20
    -1
    votes
    1 answer

    Pods framework bidirectional rels mess

    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…
    Bakaburg
    • 3,165
    • 4
    • 32
    • 64
    -1
    votes
    1 answer

    How to join 2 pods in PODS 2 framework?

    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…
    Derfder
    • 3,204
    • 11
    • 50
    • 85
    1 2 3 4 5 6
    7