1. The "Add User" button returns to player pages.
2. There is a "remove this player" button on the MLB now.
3. You can use the checkboxes to to compare players from the MLB page.
FOR DEVS
Mk, thanks.
2. There is a "remove this player" button on the MLB now.
3. You can use the checkboxes to to compare players from the MLB page.
FOR DEVS
Code:
When using external scripts to try and pass through comparisons, use this syntax: <form action="http://bf2s.com/compare.php" method="get"> <input type="checkbox" name="pids[]" value="PIDHERE" /> <input type="checkbox" name="pids[]" value="PIDHERE" /> <input type="checkbox" name="pids[]" value="PIDHERE" /> </form>