Tag cloud showing tags from future entries
Posted: 20 June 2008 12:18 AM   [ Ignore ]
Newbie
Avatar
Rank
Total Posts:  13
Joined  2008-04-22

I got a nasty problem, the tag cloud shows tags from entries that are in the future. Is there a standard parameter that prevents that e.g. ‘ future_entries="false" ‘
With the current system the visitors already know what content is comming by their tags that are already being displayed

Regards

Profile
 
 
Posted: 20 June 2008 06:27 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

Hmmmm, strange it would show them by default… try this: smile

show_future_entries="no"

 Signature 
Profile
 
 
Posted: 26 June 2008 06:36 AM   [ Ignore ]   [ # 2 ]
Newbie
Avatar
Rank
Total Posts:  13
Joined  2008-04-22

Nope, not the sollution. Got this as code and it still displays the future tags.

<div class="pop-tags">
 <
h3><span>POPULAR TAGS</span></h3>
 <
ul>
  
{exp:tag:cloud weblog="myweblog" groups="5" start="1" step="1" limit="200" orderby="tag_name" sort="asc" day_limit="3" status="open" show_future_entries="no"
   
<li><class="size-{step}" href="{path=V2/index_tags/tag}{websafe_tag}" title="{tag_name}">{tag}</a></li>
  
{/exp:tag:cloud}
 
</ul>
</
div>

Profile
 
 
Posted: 26 June 2008 06:54 AM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

Hillnut,

I will have to add this to the list to be fixed then…

I think by default it should NOT show future entries, and use that parameter to specify them, so that’s how it will probably end up being smile

Sorry for the inconvenience…

 Signature 
Profile
 
 
Posted: 30 June 2008 01:33 AM   [ Ignore ]   [ # 4 ]
Newbie
Avatar
Rank
Total Posts:  13
Joined  2008-04-22

ok, will wait for the update then. The tag show_future_entries="no" is not working. It still shows them.

Profile
 
 
Posted: 03 September 2008 07:29 PM   [ Ignore ]   [ # 5 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

Hillnut,

This is now available with Tag 2.1.2 smile

 Signature 
Profile