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;
i am right?
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.