That other hook doesn't work with my code.
Is the reason why you dont see it in postings.php is because it is being called differently. I see it in this code
Code:
$actiontemplates = array(
'editthread' => array(
'threadadmin_editthread',
'threadadmin_logbit',
'optgroup',
'posticonbit',
'posticons'
),
and
Code:
$page_templater = vB_Template::create('threadadmin_editthread');
but I have no clue how to call this.
In VB3, the variable in posting.php was
Code:
$templatename = 'threadadmin_editthread';
-----
Would you have a better clue on instead, how to add a new input box into the Edit Thread portion of the forum?
The main thing I am looking to do is change the HTML of the template via a plugin