The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
change results/page - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: change results/page (/showthread.php?tid=736)



change results/page - gdoteof - Jun 8th, 2010

I have two forms, one has ~1600 submissions, the other has ~400

The one with 400 only displays 10/page and has a pager to go from page to page.

The one with 1600 displays all 1600 on one page, which is a pain because its sloooow. In chrome if I wait long enough it loads, but the client isn't patient and wants to be able to export his list.

Checking for updates, it says my API is out of date, I am running: 1.0.0-beta-20090908

Should I upgrade this (is it painless.., will it fix it?)

I couldn't find any settings in the UI, and browsing the DB I couldn't find anything either.

Thanks
Geoff


RE: change results/page - Ben - Jun 8th, 2010

Hi Geoff,

Yowch - 1600 in a page IS a lot - even for Chrome.

Kind of weird it's showing them all though! By default, the setting is 10, I think. To change it, just edit your form and go to the Views tab. There, edit each View. There's a field for "num submissions per page" (or words to that effect) on the first tab.

Also, I think on the Settings -> Main tab, there's the default number of submissions per page. Maybe check that that has an appropriate value.

All the best -

Ben


RE: change results/page - Ben - Jun 8th, 2010

Oh - and no, upgrading the API won't fix it. Smile

- Ben


RE: change results/page - gdoteof - Jun 12th, 2010

(Jun 8th, 2010, 9:08 PM)Ben Wrote: Hi Geoff,

Yowch - 1600 in a page IS a lot - even for Chrome.

Kind of weird it's showing them all though! By default, the setting is 10, I think. To change it, just edit your form and go to the Views tab. There, edit each View. There's a field for "num submissions per page" (or words to that effect) on the first tab.

Also, I think on the Settings -> Main tab, there's the default number of submissions per page. Maybe check that that has an appropriate value.

All the best -

Ben

Yep. Thanks.. I had changed it to 9999 when I first set it up I remember. made sense at the time to have them all on one page. Not sure how I didn't find the settings. Thanks a lot