$text = preg_replace("#\[img\]((http|ftp|https|ftps)://)(.*?)(\.(jpg|jpeg|gif|png|JPG|JPEG|GIF|PNG))\[/img\]#sie", $locale['MG_UFA_f05'], $text);
$text = preg_replace_callback("#\[img\]((http|ftp|https|ftps)://)(.*?)(\.(jpg|jpeg|gif|png|JPG|JPEG|GIF|PNG))\[/img\]#si",
function($matches){
foreach($matches as $match){
return ($locale['MG_UFA_f05']);
}
},
$text
);
$locale = fusion_get_locale('', [LOCALE.LOCALESET.'currency.php', INFUSIONS.'example/locale/'.LANGUAGE.'.php]); // load 2 files locale in addition the current locale.
$locale = fusion_get_locale('global_200'); // get global_200 locale.
$locale = fusion_get_locale(); // returns an array of all compiled locale.
$text = preg_replace_callback("#\[img\]((http|ftp|https|ftps)://)(.*?)(\.(jpg|jpeg|gif|png|JPG|JPEG|GIF|PNG))\[/img\]#si",
function($matches){
$locale = fusion_get_locale('', [ ' path-to-your-locale-file' ]);
foreach($matches as $match){
return ($locale['MG_UFA_f05']);
}
},
$text
);
Category Forum
General DiscussionLabels
None yet
Statistics
2 participants
Notifications
You are not receiving notifications from this thread.
Related Questions