Hi i have fb invite, but there is a limit of 40 invites pr member. Anyone know how to change this?
today it looks like this:
$output = '<div class="fbf"/>.
<fb:serverfbml>
<script type="text/fbml">
<fb:fbml>
<fb:request-form
action='. $action .'
method="POST"
invite="true"
type='. $type .'
c alt="'. $content .'">
<fb:multi-friend-selector
cols="5"
rows="5"
showborder="false"
acti alt='. $actiontxt .'
max="600"
bypass="cancel" />
</fb:request-form>
</fb:fbml>
</script>
</fb:serverfbml>
</div>';
return $output;
It used to say 20 instead of 600. And when i changed it from 20 to 600 the limit was change to 40??
Anyone have any suggestions?
BEst regards
Morten