The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Having Trouble to Code Product/Plugin for vb4
Hi,
I have a friend of mine that was running vBulletin 3 but now upgraded to vbulletin 4. He has a custom for him made Plugin for vbulletin 3 that was made long time ago and now does not run in vbulletin 4 anymore. I personally did not have written a plugin for vbulletin until now because i am more into wbb from Woltlab. I just run a vBulletin 3 with some Plugins and Templates. So he gave me access to his vbulletin and Plugins. I looked at the XML File but i can not figure out how it works. I see with the XML File there are new Templates und Hooks created BUT i cant figure out the following: Where is defined that Hook A is loaded in File B on location C. i want in global.php to load the hook under <?php for example how do i do that? How do i tell vbulletin that i want to do that? Same For templates, how do i define that i want to load template a in template b on location c? I really do not know where this is defined and how vbulletin knows when installing a plugin where to put the hooks and templates in. Maybe someone can help me? |
#2
|
||||
|
||||
Have you had a look at the articles section? There's a whole bunch of tutorials for you to read.
For example: https://vborg.vbsupport.ru/showthread.php?t=318840 https://vborg.vbsupport.ru/showthread.php?t=228078 https://vborg.vbsupport.ru/showthread.php?t=231525 https://vborg.vbsupport.ru/showthread.php?t=228112 |
Благодарность от: | ||
MarkFL |
#3
|
|||
|
|||
So i figured out i can not specify the place where i want to put code in but they are already specified by vbulletin?
So i have to watch in the files for stuff like: Code:
($hook = vBulletinHook::fetch_hook('showthread_start')) ? eval($hook) : false; So this principe is the same for the templates? I thought i can modify the php and template files by using xml but now i think i understand. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|