More Entries

Developer

Isaac Raway - Airways

3rd Party (Free)

1 downloads (last 90 days)

Download v1.0

EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

More Entries allows you to query data in exactly the same way that the built-in Channel Entries tag allows. More Entries supports all parameters, variables and third party extensions supported by Channel Entries, and most importantly can be called inside of an existing Channel Entries loop!

You may call this tag exactly as if it were a {exp:channel:entries} tag. However, since it has a different name than the {exp:channel:entries} tag, it can be called inside of an existing entries loop.

For instance, if you have a set of pages and want to query related content for each page, such as testimonials, you could do so very easily using More Entries:

{exp:channel:entries channel="products" }
    <h2>{title}</h2>
    {product_description}
    <h3>Testimonials</h3>
    {exp:more_entries channel="testimonials" dynamic="off" search:product="{entry_id}"}
        {testimonial_body}<br/>
        <em>{testimonial_person}</em>
    {/exp:more_entries}
{/exp:channel:entries}

The inner call to {exp:more_entries} completely replaces the need for an embed or other mechanism to query the testimonial data outside of the Channel Entries tag surrounding it.

Other MetaSushi stuff…

ProForm

Be sure to check out my form module ProForm!

ProForm is the first and most powerful drag and drop form manager for ExpressionEngine 2.0. It’s designed to make creation and management of contact forms and other types of public forms easier for developers, content editors, and visitors - everyone who needs to interact with forms in any way.

With ProForm, one line of template code can render simple contact forms, or complex multistep forms all created easily through its drag and drop form builder UI. ProForm also gives you precise control over your forms’ markup through a full template pair - rendering a form is as easy as rendering your site’s content - just the way it should be in ExpressionEngine.

MetaSushi EE Add-ons Newsletter

To stay up to date with the latest ExpressionEngine add-on news from MetaSushi, be sure to subscribe to the MetaSushi EE Add-ons Newsletter today (very low volume).

Download More Entries

EE Support Downloads Add-On Version Release Date
Not Specified Download 1.0 Nov 27, 2012

This entry was created November 28, 2012, 10:11 am.
This entry was last updated December 11, 2012, 1:22 pm.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

JCDerrick 11.29.12

JCDerrick
Rating - {addon_rating_average}

Is there no support for this add on? I’m having trouble getting this to work properly. Nesting the tag resulted in the primary tag overriding the title field for me in the latest EE. I think this is a great idea for an add-on, just would love to get it working and not sure where to post for support.