We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Event invite only shows 100 members | Forum

Vicki
Vicki Dec 12 '12
I created an Event. I go to INVITE members. Only 100 members show on my list instead of all members on my site.

Where can I change this setting so that all my members are on the list for me to choose from?
Alia Team
Alia Dec 18 '12
Vicki, this can not be done within plugin's settings. You will need to modify the .php code.
Vicki
Vicki Dec 18 '12
Yes, I know. I was asking how to do it in the PHP code. And, here is the answer:

To increase the number of people you can invite to an event. By default it is set at 100 members. Below I changed it to 500.

badmintonlocker/ow_plugins/event/controllers/base.php

$friends = EVENT_BOL_EventService::getInstance()->findUserListForInvite($event->getId(), 0, 500);
Alia Team
Alia Dec 18 '12
Topic was moved from Bug reports and troubleshooting.