![]() |
How can i hook the additional_options in New Thread for a own box?
Hello,
I new on this Board, i Code a new Plugin for vBulletin. My Question is, how can i hook the additional_options, to add a new box with plugin/add ons without change the orignal template code from him? Thank you for help me :) |
Newthread.php calls the following hooks:
Code:
init_startup You want to create a new box in new thread that shows plugins/addons? |
Yes sorry for my Chaos :)
I need a new Box under "Attach Files" :-) with a new coded Plugin :) |
You want the plug-in to display there?
|
Yes :-)
|
Code the plug-in on one of the hooks (newthread_start probably), assign the plug-in to a variable such as $newthreadplugin.
Go to new thread template, create a new fieldset (if you want it fieldset) and echo the variable inside the fieldset. Such as: Hook: newthread_start PHP Code: PHP Code:
<fieldset> echo $output; </fieldset> |
Thank you :)
|
All times are GMT. The time now is 06:39 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|