I’m using WebloginPE in manager mode to generate a drop list of 117 members (all users).
id and internalKey are numbered from 1 to 117 with id = internalKey
Five users are not returned: those with id/internalKey = 15,53,60,100,1.
The output shows that the records are returned, but that placeholders are replaced by nothing for those only 5 records.
I checked the following tables: web_users, web_user_attributes and some custom "extended attributes" table. I cannot see any problem with the aforementioned records.
There is no filtering on groups or other criteria and I cleared the cache.
Because I supected some parsing limit, I tried to place only one placeholder in the template, but the problem remains. I’m
not using PHx.
Maybe is some limit elsewhere, but I cannot find. Any idea?
Here’s my WebLoginPE snippet call.
[!WebLoginPE? &type=`manager` &tableCheck=`0` &customTable=`musiciens` &customFields=`nom` &usersList=`Membres:default:default:nom:ASC:` &manageOuterTpl=`assets/snippets/webloginpe/liste_membres_simple_manager.tpl` &manageTpl=`assets/snippets/webloginpe/option_vers_profil_membre.tpl` &manageProfileTpl=`assets/snippets/webloginpe/gestion_profil_muet.tpl` !]