Total Users Online: 0 üye, 37 guest | Tarih/Saat: 2026-07-29 07:40
 
Download Linkini Özelleştirme
2010-08-03 15:29 GMT  oklu Alnt
aydogan
Seditio
User is: Online status   Gender_M
Posts: 7
Ülke: --- - 00
Meslek: yok
Age:

Linkleri misafirlerden gizlemek i?in;

functions.php de bunu bulun,

Kod:
function sed_bbcode_autourls($text)
{
$text = ' '.$text;
$text = preg_replace("#([\n ])([a-z0-9]+?)://([^\t \n\r]+)#i", "\\1[url]\\2://\\3[/url]", $text);
$text = preg_replace("#([\n ])([a-z0-9-_.]+?@[A-z0-9-]+\.[^,\t \n\r]+)#i", "\\1[email]\\2[/email]", $text);
return(substr($text,1));
}


Bununla de?i?tirin.

Kod:
function sed_bbcode_autourls($text)
{
global $usr;
if ($usr['maingrp']>0)
{
$text = ' '.$text;
$text = preg_replace("#([\n ])([a-z0-9]+?)://([^\t \n\r]+)#i", "\\1[url]\\2://\\3[/url]", $text);
$text = preg_replace("#([\n ])([a-z0-9-_.]+?@[A-z0-9-]+\.[^,\t \n\r]+)#i", "\\1[email]\\2[/email]", $text);
return(substr($text,1));
}
else
{
$text = ' '.$text;
$text = preg_replace("#([\n ])([a-z0-9]+?)://([^\t \n\r]+)#i", " Linkleri g?rebilmek i?in <a href=\"users.php?m=register\">?YE</a> olmal?s?n?z.", $text);
$text = preg_replace("#\[url([^\t \n\r]+)#i", " Linkleri g?rebilmek i?in <a href=\"users.php?m=register\">?YE</a> olmal?s?n?z.", $text);
$text = preg_replace("#([\n ])([a-z0-9-_.]+?@[A-z0-9-]+\.[^,\t \n\r]+)#i", "\\1[email]\\2[/email]", $text);
return(substr($text,1));
}
}
Konuyla İlgili Diğer Başlıklar
Seditio 170 Beta İndir Download
searc özelleştirme
Print özelleştirme
Seditio 165 Beta Download
Internet Explorer 10 Download İNDİR Preview

 

Powered by Seditio © 2009-2012 All Rights Reserved