The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Hi Tbworld,
I tried using Infolinks comments around <div> </div> in postbit_legacy template, to avoid displaying infolinks ads in the posthead. But it isn't working!! What other options can I try? |
#12
|
|||
|
|||
Try this...
Go to ACP->Plugins & Products->Add New Plugin Use these settings... Product: vBulletin Hook Location: postbit_display_complete Title: Infolinks in posts Execution Order: 5 Plugin PHP Code: Code:
$post['message'] = "<!--INFOLINKS_ON-->" . $post['message'] . "<!--INFOLINKS_OFF-->"; See if that works for you. |
#13
|
|||
|
|||
Appreciate your post, nhawk.
But it didn't work!! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|