The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
|||
|
|||
![]() Quote:
If you know how to use 'LEFT JOIN' then you do not need to make a field for "thread ID" but since you do not know that much you should add "thread ID"." When an user edits their post call the table where the thread ID matches the thread ID in the table and where the user ID of the person browsing matches the user ID in the table. Then you fill in the form question with the data received from said table. New table: my_thread_fields Fields: questionid (key) ThreadID = (INT 20) question (text) status (tinyint 1) (to "show" or "hide" the question.) New table: my_thread_fields_answers Fields: answerid (key) UserID (INT 40) ThreadID = (INT 20) questionid (INT 10) |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|