The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need help with preg_match plugin
I have tried various $post variables and hook locations.
Couldn't get it working. Kindly assist if it is doable. PHP Code:
|
#2
|
|||
|
|||
You might want to tell us what you want to accomplish first.
|
#3
|
|||
|
|||
I want to get the youtube video id from thread / post and use it for meta og:image. in headinclude. or showthread.
Got it working for https://vborg.vbsupport.ru/showthrea...hreadid=323668 with preg_match in php script (amp.php). --------------- Added [DATE]1500478984[/DATE] at [TIME]1500478984[/TIME] --------------- This is the code I am trying to plugin-fy. PHP Code:
|
#4
|
|||
|
|||
This works in "postbit_display_start" hook, "$test" returns da value I want but only in "postbit" template.
How do i get the value in headinclude or showthread template ? PHP Code:
Code:
$find = '$YTIMG'; $vbulletin->templatecache['SHOWTHREAD'] = str_replace($find, $ytimg, $vbulletin->templatecache['SHOWTHREAD']); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|