eklentiyi indirin
prime_links.php dosyasını
includes/ klasörüne atın
includes/functions_content.php dosyasını açın
if ($force_option || !$config['allow_smilies'] || !$user->optionget('viewsmilies'))bu koddan hemen öncesine
//-- mod: Prime Links -------------------------------------------------------//
if (!function_exists('prime_links'))
{
global $phpEx;
include($phpbb_root_path . 'includes/prime_links.' . $phpEx);
}
$text = prime_links($text);
//-- end: Prime Links -------------------------------------------------------//bu kodları ekleyin
detay için:
Prime Links