Hi all,
postbit_display_complete under the name I created a plugin. (vb 3.8.7)
PHP Code:
preg_match("/src=\"([^\"]+)/i", $post[message] ,$resimler);
$tek = $resimler[1];
foreach ($resimler[0] as $tek)
{
$tek = str_replace("src=\"","", $tek);
}
$tek variable only works in "postbit_legacy" template. I of this variable "headinclude" I want to work in the template. But somehow I could not. How these variables "headinclude" in the template can run?
My English is not good. I used Google Translate.