5 of 5
5
Plugin:  Entries List
Posted: 30 March 2010 01:33 PM   [ Ignore ]   [ # 73 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  914
Joined  09-20-2008

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: www.qbmarketing.com

Profile
 
 
Posted: 30 March 2010 01:45 PM   [ Ignore ]   [ # 74 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1156
Joined  02-02-2007

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

Profile
 
 
Posted: 10 April 2010 06:12 AM   [ Ignore ]   [ # 75 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1156
Joined  02-02-2007

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

Profile
 
 
Posted: 20 April 2010 12:40 AM   [ Ignore ]   [ # 76 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1642
Joined  01-05-2007

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 
Profile
 
 
Posted: 21 April 2010 10:19 AM   [ Ignore ]   [ # 77 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1156
Joined  02-02-2007

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

Profile
 
 
Posted: 15 June 2010 07:34 AM   [ Ignore ]   [ # 78 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1156
Joined  02-02-2007

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

Profile
 
 
Posted: 03 July 2010 10:48 PM   [ Ignore ]   [ # 79 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1757
Joined  03-26-2006

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

Profile
 
 
Posted: 04 July 2010 11:03 AM   [ Ignore ]   [ # 80 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1757
Joined  03-26-2006

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

Profile
 
 
   
5 of 5
5