Quote:
Originally Posted by Stratis
admincp
Plugins & Products -> Plugin Manager -> You must remember the title to see it, maybe at top.
Read and i thing you will understand which is..
* If you press on the title you will see the code 
|
There is not.
--------------- Added [DATE]1487010990[/DATE] at [TIME]1487010990[/TIME] ---------------
--------------- Added [DATE]1487011022[/DATE] at [TIME]1487011022[/TIME] ---------------
--------------- Added [DATE]1487011282[/DATE] at [TIME]1487011282[/TIME] ---------------
ok ı see. sory
true?
$content = preg_replace('/\[URL\](http.*?\.png)\[\/URL\]/i', '

', $post['pagetext']);
$content = preg_replace('/\[URL\](http.*?\.jpg)\[\/URL\]/i', '

', $post['pagetext']);
if ($content != $post['pagetext'])
{
global $vbulletin;
$pagetext = $content;
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
$post['pagetext_html'] = $bbcode_parser->parse($pagetext, $post['forumid'], 1);
$post['pagetext_html'] = html_entity_decode($post['pagetext_html']);
}