Drag Sort feature breaks links

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

Re: [tsuluwerks] Drag Sort feature breaks links

By Chris - November 25, 2009

Hi Tracy,

The links on products.php look correct, but it seems that details-products.php isn't loading the correct record. I have a feeling that the drag sort thing is a red herring.

Can you please post the complete PHP source code for your details-products.php page? I'll have a look and see if I can figure out why the incorrect record is being loaded.
All the best,
Chris

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!