Quote:
Originally Posted by apapterx
Is there a way to make it so when you add someone to a team they have to accept the invite?
Also is it possible to have a delay on switching teams to stopping hopping.
Also when submitting a result is there a way to remove the box "Submit Screenshot".
|
You could use free agents. Players sign up as free agents and are then invited/choose a team.
Remove from template
tmnt_ladder_submitscore
HTML Code:
<div style="display: table-row;">
<div class="blockrow" style="display: table-cell;">
<label for="screen">{vb:rawphrase ladder_screenshot_proof}</label>
</div>
<div class="blockrow" style="display: table-cell;">
</div>
<div class="blockrow" style="display: table-cell; vertical-align: top;">
<input name="screen" type="text" id="screen" size="40" maxlength="255" value="{vb:var game.screen}" class="textbox" />
</div>
</div>