Panda Pods Repeater Field Wordpress Plugin - Rating, Reviews, Demo & Download

Panda Pods Repeater Field Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Panda Pods Repeater Field is a plugin for Pods Framework. The beauty of it is that it is not just a repeater field. It is a quick way to set up a relational database and present the data on the same page. It takes the advantage of Pods table storage, so you don’t need to worry that the posts and postmeta data table may expand dramatically and slow down page loading. This plugin is compatible with Pods Framework 2.8 or later. To download Pods Framework, please visit http://pods.io/. After each update, please clear the cache to make sure the CSS and JS are updated. Usually, Ctrl + F5 will do the trick.

Introduction


Screenshots

  1. After the activation of Pods Framework, please also activate Advance Content Type and Table Storage in Pods Admin, under the Components section.

    After the activation of Pods Framework, please also activate Advance Content Type and Table Storage in Pods Admin, under the Components section.

  2. Activate Advance Content Type.

    Activate Advance Content Type.

  3. Activate Table Storage.

    Activate Table Storage.

  4. Here, you will learn how to use it through an example. First, we have to add a new Pod. In Pods, please click Create New.

    Here, you will learn how to use it through an example. First, we have to add a new Pod. In Pods, please click Create New.

  5. and create a new Pod with Advance Content Type. In this tutorial, we call it "Comic Content"

    and create a new Pod with Advance Content Type. In this tutorial, we call it “Comic Content”

  6. We are going to use Comic Content as the storage of a repeater field.

    We are going to use Comic Content as the storage of a repeater field.

  7. Under the Admin UI tab, untick Show Admin Menu in Dashboard, because if you add an item to it, it is not linked to any parent posts.

    Under the Admin UI tab, untick Show Admin Menu in Dashboard, because if you add an item to it, it is not linked to any parent posts.

  8. Now we create a new post type in Pod. We name it "Comic" and we use Table Based storage, because we want to reduce the burden of the WordPress Posts table.

    Now we create a new post type in Pod. We name it “Comic” and we use Table Based storage, because we want to reduce the burden of the WordPress Posts table.

  9. Once it has been created, we add a new field to Comic. We name it "Comic Box 1" here. At the bottom of the Field Type, you will find Pods Table As Repeater Field. Select it and then click the tab "Additional Field Options".

    Once it has been created, we add a new field to Comic. We name it “Comic Box 1” here. At the bottom of the Field Type, you will find Pods Table As Repeater Field. Select it and then click the tab “Additional Field Options”.

  10. Now you can see a Pods Table "comic_content" we just created in the combo box. Select it, add or update the field and save Pod. You can set field width, defaulted to 100%. You can also limit the number of entries of the repeater field. Enable Trash will allow you to move items to Trash and Restore them if you still want them. Trashed items won't be pulled out by pods_field() and pandarf_items_fn(), but if you diable Trash later on, the trashed items will still be pulled out. There are other advanced options to choose. They should be self-explanatory.

    Now you can see a Pods Table “comic_content” we just created in the combo box. Select it, add or update the field and save Pod. You can set field width, defaulted to 100%. You can also limit the number of entries of the repeater field. Enable Trash will allow you to move items to Trash and Restore them if you still want them. Trashed items won’t be pulled out by pods_field() and pandarf_items_fn(), but if you diable Trash later on, the trashed items will still be pulled out. There are other advanced options to choose. They should be self-explanatory.

  11. If you are doing nested repeater fields, I recommend you set it to 100%. A sample of nested repeater fields.

    If you are doing nested repeater fields, I recommend you set it to 100%. A sample of nested repeater fields.

  12. OK, the set up is done. Now if you are adding a new Comic,

    OK, the set up is done. Now if you are adding a new Comic,

  13. you will see "Comic Box 1" in the More Fields area.

    you will see “Comic Box 1” in the More Fields area.

  14. You can add as many new items to Comic Box 1 as you want, and they are only attached to the current Comic you are editing .

    You can add as many new items to Comic Box 1 as you want, and they are only attached to the current Comic you are editing .

  15. You can click top bar to contract it, the bottom bar to expand the window.

    You can click top bar to contract it, the bottom bar to expand the window.

  16. To find the parent_pod_id and parent_pod_field_id, go to Pods and click the main Pod (Comics in this tutorial).

    To find the parent_pod_id and parent_pod_field_id, go to Pods and click the main Pod (Comics in this tutorial).

  17. Here, 2215 is parent_pod_id and 2222 is parent_pod_field_id

    Here, 2215 is parent_pod_id and 2222 is parent_pod_field_id

  18. To find the parent_pod_post_id, open the main post and look at the URL. If you are using a Pods Adavnce Custom Type or a Custom Post Type as the main table, it is the "id" variable in the URL. If you add a repeater field to Settings, the parent post id is the same as parent_pod_id. If you add a repeater field to Users, the parent post id is the same as the user ID.

    To find the parent_pod_post_id, open the main post and look at the URL. If you are using a Pods Adavnce Custom Type or a Custom Post Type as the main table, it is the “id” variable in the URL. If you add a repeater field to Settings, the parent post id is the same as parent_pod_id. If you add a repeater field to Users, the parent post id is the same as the user ID.

  19. The Load More functionality settings.

    The Load More functionality settings.

  20. Instructions for the Load More functionality.

    Instructions for the Load More functionality.

  21. The Order option settings.

    The Order option settings.

  22. Display Order Info.

    Display Order Info.


Reviews & Comments