The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
for,foreach or while?
ok to understand this script, you need to know that $grps_showgroup is predefined at an earlier part of the script
the form that sends the data to the scipt is HTML Code:
<form action="invitation.php" method="post"> <table> <tr> <td valign="top"> <fieldset> <legend>Users To Invite</legend> Username: <input name="invite_username[]" type="text" size="25" maxlength="250"><br /> <br /> Username: <input name="invite_username[]" type="text" size="25" maxlength="250"><br /> <br /> Username: <input name="invite_username[]" type="text" size="25" maxlength="250"><br /> <br /> Username: <input name="invite_username[]" type="text" size="25" maxlength="250"><br /> <br /> Username: <input name="invite_username[]" type="text" size="25" maxlength="250"><br /> </fieldset> </td> <td valign="top"> <fieldset> <legend>Personal Message To Be Included</legend> <textarea name="personal_message" cols="50" rows="9" id="personal_message">Please Enter A Personal Message The Group Description and Group Title Will Be Automatically Included.</textarea> </fieldset> </td> </tr> </table> <br /> <input name="submit" type="button" value="Send Invite(s)"> <input type="hidden" name="do" value="doinvite" /> </form> PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|