The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'm trying to turn a small hack into a product, but am having a few issues with hook locations, I believe both files have hooks, but aren't really in the right place for the code I have - I need to "push" the code down a little, is this possible?
I'm very new at all of this, I've checked through some tutorials but can't find anything!! Thanks, Jason |
#2
|
|||
|
|||
![]() Quote:
|
#3
|
||||
|
||||
![]()
I have a piece of code I've physically added to the includes/functions_newpost.php file, and it has a hook not far away from the place it needs to be, on line 352:
Code:
($hook = vBulletinHook::fetch_hook('newpost_process')) ? eval($hook) : false; Thanks for you help, Jason |
#4
|
||||
|
||||
![]()
If it absolutely must be at that specific point, then no - there's no way to get around it, aside from requesting a new hook from vBulletin, which without good reason - won't be added.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|