Drag Sort feature breaks links

3 posts by 2 authors in: Forums > CMS Builder
Last Post: November 25, 2009   (RSS)

By tsuluwerks - November 25, 2009

I am finding that when I attempt to change the order of a list of products in the CMS Builder, all the auto-generated links in that list are linking only to the first product.

When I delete the list of products and start over, it works great. When I re-order them in the CMS Builder, all the links will only link to the first item created.

The error can be seen on the subpages of the product section at: http://www.financialtoolsfortrades.org/products.php.

Re: [chris] Drag Sort feature breaks links

By tsuluwerks - November 25, 2009

Alas, I think I figured it out. All of the pages except "aboutus.php" was missing the following line of code:
'where' => whereRecordNumberInUrl(1),


Thanks, Chris!