Low reeorder not updating entries.
Whenever a users posts a new entry and adds it to a subcategory the entry is not visible on the website until the low reeorder order is changed on that subcategory.
I have changed the code back to work without reeorder, to fix it for now. But it was the correct tag and set.
{exp:channel:entries channel="producten" disable="categories|category_fields|member_data" paginate="top" limit="20"}
{paginate}{pagination_links}{/pagination_links}{/paginate}
<div class="span2">
<a href="{title_permalink='product'}" class="prod">
{exp:ce_img:single src="{prod_images limit='1'}" width="120" height="120" alt="{title}" crop="no" allow_larger_size="yes"}
</a><!-- .prod -->
<b>{title}</b>
</div><!-- .span2 -->
{switch='|||</div><div class="row">'}
{/exp:channel:entries}
</pre>
Replies
Low 19 Nov 2012 11:30
What are your EE, PHP and Low Reorder versions?
Also, what are the set's filter settings?
Are there any other cache add-ons installed?
Finally, what did the opening tag of the low_reorder:entries tag look like?
Dion Snoeijen 19 Nov 2012 12:14
Hi Low,
Versions:
EE: v2.5.2
Reeorder: 2.0.4
PHP: 5.3.18
Settings:
Cache:
No caching on this page, I thought it was because of the caching system first.
Opening tag:
{exp:low_reorder:entries set="2" channel="producten" disable="categories|category_fields|member_data" paginate="top" limit="20"}
Thanks!
Low 19 Nov 2012 12:27
Try removing "categories" from the disable="" parameter.
Dion Snoeijen 19 Nov 2012 14:54
Hi, just tried that, but it didn't make any difference.
1: Create entry.
2: Visit frontend: Not there.
3: Low reeorder -> Nav to category -> Drag just created entry -> Save.
4: Visit frontend: Entry there.
Low 19 Nov 2012 18:18
And what does the URL look like for the front-end list?
Dion Snoeijen 20 Nov 2012 07:22
For example: http://hofax.nl/producten/merk/oki
{segment_1}: Template
{segment_2}: Category indicator
{segment_3}: Category
Low 20 Nov 2012 07:39
Time to take a look myself. Can you send me superadmin login credentials to hi at gotolow dot com?
Low 20 Nov 2012 08:41
Can you verify this only happens for parent categories, when you assign an entry to a child category only, having EE auto-assigning the parent? The entry does show up for the child category, right?
Dion Snoeijen 21 Nov 2012 07:37
Hi Low, it happens for parent and child categories. It also doesn't show up for child categories.
Low 21 Nov 2012 11:08
Looks like DS Url Title is messing things up, at least partially. When I disabled it, the entry does show up, at least for the child categories.
I'll look into getting a fix out that takes care of the parent categories.