The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Thread Field Editing (editpost.php)
Hello!
I created a new field to the thread table which is called thread_challenge. I've added a radio button select on newthread, and the poster of the thread can select either the thread is considered a challenge or not (i've accomplished this using the article given in the articles section). My problem is with editpost: when someone edits the thread, even if he changes the selection of the radio button, the value doesn't change in the DB. Important to mention: the value is stored in the DB as 1=true (thread is a challenge), 0 = false (thread in not a challenge) I'll show you my plugins: editpost_start PHP Code:
PHP Code:
PHP Code:
Quote:
Cool! I fixed the entire problem with adding in the vB_DataManager_Thread class the following function: PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|