Hi Glen,
My EE version is 2.5.2 in intranet. I mean once i created/published a New Entry with precising the Category to X category, via “Categories” tab, it doesn’t show anymore the new entries, but the other entries last month i published and assigned to this X category are displayed and are there correctly.
The channel X is configured and assigned correctly to the category X, etc. The thing that i don’t understand is that before it’s working well, and now not anymore :o
I’m trying to pull the entries via this script :
<form name="form" id="form">
<select name="jumpMenu" id="jumpMenu">
<option value="#">--------- AND1---------</option>
{exp:channel:category_archive channel="basketball" style="linear" show_empty="no"}
{categories}
<option value="{path='basketball/2012'}">» {category_name}</option>
{/categories}
{/exp:channel:category_archive}
</select>
</form>
By pulling or listing via the script above, i can list the Entries assigned to the category i choose for each entry. That’s working a month ago and today not, strange!
Is there a configuration that i have to able or disable ?
Thanks.