The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Parse $pagetext for members then insert into a table
Theres probably a mod that does this or one I can look out to see how they did it but I cant find it
Type Names in a textbox, using print_textarea_row($vbphrase['text'], 'pagetext', $raid['pagetext'], 10, 50, 1, 0); When you click add attendees, it will parse thru each one and add new record in raid_attendees table. Example: (Enter this into pagetext) Blah Bleh Blah2 Bleh2 Blah3 Bleh3 When you hit submit, it will parse thru each with a linebreak and... add new record in a table for blah add new record in a table for bleh add new record in a table for blah2 add new record in a table for bleh2 add new record in a table for blah3 add new record in a table for bleh3 I know its some kind of an array, but cant figure out how to loop it and use each name. This is actually for VB3.0.6, dunno why I posted here or how it posted here. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|