The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#13
|
|||
|
|||
![]()
ok ive looked in the file u mentioned ("class_dm_threadpost.php") and ive there three classes that have this $validfields array .
i have added in the following textbox in the template "newreply" : Code:
<td><input type="text" class="bginput" name="bookname" value="$bookname" size="20" maxlength="$vboptions[titlemaxchars]" tabindex="1" title="$vbphrase[optional]" /></td> <td> </td> <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td> <td><input type="text" class="bginput" name="pagenumber" value="$pagenumber" size="20" maxlength="$vboptions[titlemaxchars]" tabindex="1" title="$vbphrase[optional]" /></td> <td> </td> <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td> <td><input type="text" class="bginput" name="exnumber" value="$exnumber" size="20" maxlength="$vboptions[titlemaxchars]" tabindex="1" title="$vbphrase[optional]" /></td> <td> </td> <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td> PHP Code:
and then what? where they will be available? sry im so annoying about this.. but belive me im reading alot about these datamanager and still havent understood how the all proccess goes . ill be glad if u could more specific. in addition, where shall i look for more "$validfields", in what templates? not through the admin cp right ? cause there i found nothing . and so, i didnt understand what shall i do with the : threaddata_start . the code i found about this hook is : Code:
function vB_DataManager_Thread(&$registry, $errtype = ERRTYPE_STANDARD) { parent::vB_DataManager_ThreadPost($registry, $errtype); ($hook = vBulletinHook::fetch_hook('threaddata_start')) ? eval($hook) : false; } regards, |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|