Tell us what features you want to see!

This topic is: not resolved

This topic contains 44 replies, has 8 voices, and was last updated by  Tárcio Zemel 3 years, 8 months ago.

Viewing 15 posts - 1 through 15 (of 45 total)
  • Author
    Posts
  • #159145

    sc0ttkclark
    Keymaster
    Post count: 811

    @sareiodata – Coming soon!

    #159146

    sc0ttkclark
    Keymaster
    Post count: 811

    @cck – There is actually code you can already use to do this:
    <?php
    $Record = new Pod(‘message’);

    $fields = array(‘name’, ‘email’, ‘body’, ‘date’ => array(‘hidden’ => true));

    echo $Record->publicForm($fields);
    ?>

    Put that onto your PodPage. What it will do is show the Name, E-mail, and Body fields in the form. There will also be a "hidden" field for Date, which will default (since it’s a Date Column Type) to the current Date/Time.

    Let us know if you have any questions about this part.

    #159147

    sc0ttkclark
    Keymaster
    Post count: 811

    @javier – Single-select pick columns and other options coming soon!

    #159148

    sc0ttkclark
    Keymaster
    Post count: 811
    1. I agree, that’s very useful! Don’t be surprised if it’s in an upcoming release ;)

    2. Actually, you can already manually set your page through $Region->page = 4; so if you have two classes going on, you can set the pages different for each other manually.

    #159149

    logikal16
    Member

    @Gosia – Yes, you can create a template file in your /themes directory with Pods code within it. When editing the page (that you want Pods functionality added to), select the appropriate template from the "Page Template" dropdown. If it would help, we could create a tutorial video for you…

    #159150

    logikal16
    Member

    @Gosia – a new video has been added to the Tutorials section. It’ll hopefully explain a little better how to integrate Pods into WP page templates.

    #159151

    logikal16
    Member

    @Gosia – you’re welcome. If anyone else is confused by some aspect of Pods, please let me know.

    #159152

    sc0ttkclark
    Keymaster
    Post count: 811

    @mike – Told you about #1 didn’t I? Yep, it’s in 1.4.6 now, enjoy!

    #159153

    logikal16
    Member

    Of course. In your Pod’s settings, change {@detail_url} in the List Template to something else. One example would be "/restaurants/?id={@id}". If you prefer clean URLs, you could also create "/restaurants/{@id}", and create a PodPage named "/restaurants/*" to handle the code.

    #159154

    sc0ttkclark
    Keymaster
    Post count: 811

    @steve – In the process of working these features out. We’ve got some very "alpha" versions of this working, but want to clean it up so it’s easier to use and understand. We’ll try to push this out in a release as soon as we make this more solid.

    #159155

    sc0ttkclark
    Keymaster
    Post count: 811

    @javier – I think that if we made Pods work with the Role Manager plugin, this would cover so many permissions issues. Where you could set individual pods and options for those pods through the Role Manager. So each group could have access to different Pods, or access to only PodPages… etc. You get the picture already :-) I’m working on a version of this on my branch this week.

    #159156

    logikal16
    Member

    @dan – that’s a good idea. That’ll likely be added in the near future.

    #159157

    sc0ttkclark
    Keymaster
    Post count: 811

    @matt – can you make this topic sticky too?

    #159158

    logikal16
    Member

    For now, you have to pull it from the URI: <?php $uri = explode(‘/’, $_SERVER['REQUEST_URI']); $id = $uri[2]; ?>

    #159159

    logikal16
    Member

    @Crystal – thanks for the support! Scott is already working on Role Manager integration, and it’ll be ready for testing before too long. A lot of other cool additions are in development/testing, so expect Pods to get a lot more powerful in coming weeks.

Viewing 15 posts - 1 through 15 (of 45 total)

You must be logged in to reply to this topic.

Wordpress Cloud Hosting