The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Which hook i need to choose for do this?
Hello,
I'm trying to setup a code for display ads only for visitors that come from a search engine. This is the code that i need to put for check if a visitor come from a search engine or not it this: PHP Code:
Which hook i need to choose?. Thanks!! |
#2
|
||||
|
||||
If you turn on debug mode, you will see a list of the plugins used on page on the bottom. You'll want to pick a hook that is used before whatever hook you use for the ads. You can always pick a global_* hook and then put a condition around it to only do the code if you are on the showthread page (THIS_SCRIPT == 'showthread').
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|