The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
The hook is threadmanage_start
Here is the code, what I am trying to do is find all <h1> tags and replace them with nothing. But it is not working. You seem pretty smart, would you know what the main problem with my code is? Code:
if ($_REQUEST['do'] == 'editthread' AND $threadinfo['open'] != 10) { $page_templater['threadadmin_editthread'] = str_replace('<h1>','',$page_templater['threadadmin_editthread']); } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|