The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with cleaner.php (REGEX)
I upgraded to VB 4.1.4 and now I need to replace all of the mod code from the youtube video embedding mod [ame] to [video].
What is the correct format? I see where to replace variables: Code:
// BACK UP YOUR DATABASE $replacer = array( '[ame="' => "[video]", '"]' => "[/video]", "[/ame]" => "", "" => "", "" => "" ); All of this text is left behind also. Code:
YouTube - ‪Bill O'Reilly Interviews Rapper Lupe Fiasco - 06/20/11‬‏ Here is an example post code: Code:
[ame="http://www.youtube.com/watch?v=wYJ20INbM7Q"]YouTube - ‪Bill O'Reilly Interviews Rapper Lupe Fiasco - 06/20/11‬‏[/ame] Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|