EllisLab text mark
Advanced Search
5 of 6
5
   
Plugin:  Entries List
Posted: 30 March 2010 02:33 PM   [ Ignore ]   [ # 73 ]   [ Rating: 0 ]
Avatar
Joined: 2008-09-20
1046 posts

Ok,i think I get the premise - a form would be a way to actively pass an EE-parsed variable from the thumbnail template into the single view template.  Only catch is that as an EE newbie, I don’t know how to make each thumbnail link into a form.  Is there a page within the documentation, a forum topic or wiki post that would walk me through the basics of doing that?

Thanks!
John

 Signature 

+++

QB Marketing
Vision + Design
url: http://www.qbmarketing.com

 
Posted: 30 March 2010 02:45 PM   [ Ignore ]   [ # 74 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-02
981 posts

Ok,i think I get the premise - a form would be a way to actively pass an EE-parsed variable from the thumbnail template into the single view template.  Only catch is that as an EE newbie, I don’t know how to make each thumbnail link into a form.  Is there a page within the documentation, a forum topic or wiki post that would walk me through the basics of doing that?

There is nothing specific to ExpressionEngine in this problem; to achieve submitting a form when an image is clicked you should use HTML + javascript.

 Signature 

Full list of add-ons here

Child Categories
Browser Sniff
Category Id
Entries Number

 
Posted: 10 April 2010 07:12 AM   [ Ignore ]   [ # 75 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-02
981 posts

Hi,

I released version 3.5 of the Entries List plugin.

New feature: variable pair {entries_list_area}{/entries_list_area} used to delimit area which will be parsed by Entries List
plugin. Sometimes useful for control over parse order. E.g. If you have the code

{exp:entries_list category="6" weblog="not weblog1|weblog4" sort="asc" site="1"}
blah blah blah
{entries_list_area}
Some code
{
/entries_list_area}
blah blah blah
{
/exp:entries_list} 

then Entries List plugin will parse only area inside {entries_list_area}{/entries_list_area} variable pair
and will leave everything else untouched.

Only one variable pair {entries_list_area}{/entries_list_area} can be used inside {exp:entries_list}{/exp:entries_list} tag.

 Signature 

Full list of add-ons here

Child Categories
Browser Sniff
Category Id
Entries Number

 
Posted: 20 April 2010 01:40 AM   [ Ignore ]   [ # 76 ]   [ Rating: 0 ]
Avatar
Joined: 2007-01-05
1423 posts

Is there a way to only return entries that have NO categories assigned to them in a particular weblog?

 Signature 

Steven Hambleton | Hambo Development

WE SPECIALISE IN WORKING WITH AGENCIES AND BUILDING LONG TERM DEVELOPMENT PARTNERSHIPS 
 
Posted: 21 April 2010 11:19 AM   [ Ignore ]   [ # 77 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-02
981 posts

Hi,

Is there a way to only return entries that have NO categories assigned to them in a particular weblog

Out of the box there is no such possibility. To output entries which have no category assigned to then you need at first to produce a string such as this

not 1|2|3|4|5

i.e. a string with “not” and then all category ids in pipe delimited list. It is not very complicated to get such list using PHP or custom plugin.

 Signature 

Full list of add-ons here

Child Categories
Browser Sniff
Category Id
Entries Number

 
Posted: 15 June 2010 08:34 AM   [ Ignore ]   [ # 78 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-02
981 posts

Hi,

I releaed version 3.7 of Entries List plugin.

In this release a bug - future and expired entries being displayed - was fixed.

 Signature 

Full list of add-ons here

Child Categories
Browser Sniff
Category Id
Entries Number

 
Posted: 03 July 2010 11:48 PM   [ Ignore ]   [ # 79 ]   [ Rating: 0 ]
Avatar
Joined: 2006-03-26
1664 posts

Two quick questions I couldn’t gather from this thread: does this support the “search” parameter? I’m finding the need to go previous/next between entries where a certain custom field is set to “Yes”.

Also, any roadmap for EE2 on this one? Thanks.

 Signature 

ryan masuga
—————
Masuga Design | devot:ee
@masuga | @masugadesign | @devot_ee

 
Posted: 04 July 2010 12:03 PM   [ Ignore ]   [ # 80 ]   [ Rating: 0 ]
Avatar
Joined: 2006-03-26
1664 posts

This is one of those add-ons whose main home is in the EE forums. As seen last week, the forum posts aren’t necessarily safe from being removed, so I might encourage you to keep the latest version of the download at devot:ee - instead of (or in addition to) keeping it in the first thread here.

Also, I really need this functionality for an EE2 site I’m working on, so I may try my hand at updating it today.

 Signature 

ryan masuga
—————
Masuga Design | devot:ee
@masuga | @masugadesign | @devot_ee

 
5 of 6
5