All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Low reeorder not updating entries.

Dion Snoeijen 19 Nov 2012 11:22 question,

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

  1. 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?

  2. 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!

  3. Low 19 Nov 2012 12:27

    Try removing "categories" from the disable="" parameter.

  4. 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.

  5. Low 19 Nov 2012 18:18

    And what does the URL look like for the front-end list?

  6. 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

  7. 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?

  8. 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?

  9. 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.

  10. 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.