We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Playa 1.3 - New Publish page limiting & ordering settings

Development and Programming

Matt Weinberg's avatar
Matt Weinberg
489 posts
16 years ago
Matt Weinberg's avatar Matt Weinberg
Do I have to sign up to post something Brandon.

As far as I know, you do not need a getsatisfaction.com account to post issues there.

       
Brendon Carr's avatar
Brendon Carr
135 posts
16 years ago
Brendon Carr's avatar Brendon Carr

A good improvement to Playa might be keystroke navigation – i.e., press “B” and be taken to the entries starting with “B”. Even so, 2500 entries seems like a lot to pick through. Solspace has a Related Entries extension that navigates by searching the title.

       
Mark Bowen's avatar
Mark Bowen
12,637 posts
16 years ago
Mark Bowen's avatar Mark Bowen
A good improvement to Playa might be keystroke navigation – i.e., press “B” and be taken to the entries starting with “B”. Even so, 2500 entries seems like a lot to pick through. Solspace has a Related Entries extension that navigates by searching the title.

Yep I have the Related Entries extension from Solspace and it’s great in that regard but was just wondering what it might be like with Playa. Would be great to have an ajax live-search in Playa 😉

       
Sanity11's avatar
Sanity11
228 posts
16 years ago
Sanity11's avatar Sanity11

Hi, I am trying something out of the ordinary. I am hoping this will work. But Right now it isn’t.

I have a weblog with a playa custom field. I make a few relations te entries and publish this. Now I have another weblog that also has a playa custom field that relates to the entries made in the above weblog.

Meaning I am getting related entries inside of related entries.

The code going with this is:

{exp:weblog:entries weblog="venp_opt"}
<h1>{title}</h1>
<hr >
    {related_entries id="venp_frm_opt"}
        <h4>{title}</h4>
        {testing1}
    {/related_entries}   
    <hr >
{/exp:weblog:entries}

This does give me some output. But not the correct output: http://www.deoudeplank.eu/index.php/site/playa I have also tried to add another related entries tag like this:

{exp:weblog:entries weblog="venp_opt"}
<h1>{title}</h1>
<hr >
    {related_entries id="venp_frm_opt"}
        <h4>{title}</h4>
        {related_entries id="testing1"}
            {title}
        {/related_entries}
    {/related_entries}   
    <hr >
{/exp:weblog:entries}

But it doesn’t work. Is there a way to get this working :D ?

[edit] Found a solution that doens’t exactly do what I want. But I will find a way. I have embeded a template that has the entry. So it’s like this now:

Result

{exp:weblog:entries weblog="venp_opt"}
<h1>{title}</h1>
<hr >
    {related_entries id="venp_frm_opt"}
        <h4>{title}</h4>
        {embed="embeds/related_entry" entry="{entry_id}"}
    {/related_entries}   
<hr >
{/exp:weblog:entries}

Template

{exp:weblog:entries weblog="test" entry_id="{embed:entry}"}
    {related_entries id="testing1"}
        {title}

    {/related_entries}
{/exp:weblog:entries}

[/edit]

       
Versa Studio's avatar
Versa Studio
572 posts
16 years ago
Versa Studio's avatar Versa Studio

Yep. Without Playa, nested related entries require embedding templates. I assume it’s the same with Playa.

       
Todd D.'s avatar
Todd D.
460 posts
16 years ago
Todd D.'s avatar Todd D.

Is the free version of Playa 1.3 no longer available?

       
1 2

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.