more than one list view record

2 posts by 2 authors in: Forums > CMS Builder
Last Post: February 29, 2008   (RSS)

Re: [ChrisTitchenal] more than one list view record

By Dave - February 29, 2008

There's things you can do. If the variables conflict with each other you can just rename them. So instead of $listRows and $listDetails you could call those $couponRows and $couponDetails for one of the list viewers.

If the settings conflict, meaning one list viewer is trying to show page 2 because there's a 2 in the url, etc, you can just hard code the options.

Setting $options['pageNum'] to 1 will ignore the page number in the url. And setting $options['where'] to 1 will ignore any keyword searches in the url.

Hope that helps, let me know if you need more details.
Dave Edis - Senior Developer
interactivetools.com