Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Welcome Pack update request


Paul Wong-Gibbs
Keymaster

@djpaul

Well, the save button’s at the bottom of the middle column. Likewise, the group and member lists will iterate to a maximum of 10,000 times (it will list up to that many items) because people keep telling me they had thousands of users and that they needed more of them listed. That uses the regular BP loops so that might be causing your problem.

Dennis, take a look in line 126 of welcome-pack-admin.php – change the per_page=10000 to something like per_page=100 and we can quickly find out if this is the problem you’re having. FYI, the previous version went up to 1000. Perhaps adding a zero wasn’t the best idea to solve the problem for everyone :p

Skip to toolbar