Menü

İletileri Göster

Bu özellik size üyenin attığı tüm iletileri gösterme olanağı sağlayacaktır. Not sadece size izin verilen bölümlerdeki iletilerini görebilirsiniz.

İletileri Göster Menü

Konular - tekyürek

#81
iframe bbc kodu video ve site içi site göstermek isteyenler için boş vaktimde yaptım güle güle kullanın
bu aralar sık kullanılan video siteleri vk ve mail ru ile kullanabilirsiniz



subs.php bul
array(
 'tag' => 'nobbc',
 'type' => 'unparsed_content',
 'content' => '$1',
 ),
altına ekle
array(
 'tag' => 'iframe',
 'type' => 'unparsed_content',
 'content' => '<iframe src="$1" width="607" height="360" frameborder="0"></iframe>',
 'block_level' => true,
 ),

subs-editör.php de bul
array(
 'code' => 'flash',
 'description' => $editortxt['flash']
 ),
altına ekle
array(
 'image' => 'iframe',
 'code' => 'u',
 'before' => '[iframe]',
 'after' => '[/iframe]',
 'description' => $txt['iframe']
 ),

post.turkish.php de bul
?>öncesine  ekle
$txt['iframe']= 'iframe ekle';
ekteki resimi temanızın images/bbc/ klasörüne atın
#82
sitenize yeni kayıt olan kullanıcılara hoşgeldin mesajı veya forum kurallarını özel mesaj olarak otomatik atmanızı sağlayan güzel bir mod

mod smf 2.0.9 dan smf 2.1 tarafımızdan editlenmiştir
smf 2.1 için editli olan pakete ekten ulaşabilirsiniz modun orjinaline bu linkten ulaşabilirsiniz


#83
Özel Mesaj Geldiği Zaman Sesli Uyarı İle Sizi Uyaran Mod...

İndex.template.php yi Aç ve Bul :

./Themes/temanızın klasörü/index.template.php açın.

bulun
<body id="', $context['browser_body_id'], '" class="action_', !empty($context['current_action']) ? $context['current_action'] : (!empty($context['current_board']) ?
 'messageindex' : (!empty($context['current_topic']) ? 'display' : 'home')), !empty($context['current_board']) ? ' board_' . $context['current_board'] : '', '">';

(Altına ekleyin)
// Mesaj geldiğinde "Mesajınız var" zobbiği. :)
 if (($context['user']['unread_messages']) >= 1)
 {
 echo '
 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="0" height="0" id="gotmail" align="middle">
 <param name="allowScriptAccess" value="sameDomain" />
 <param name="movie" value="'. $settings['images_url'] . '/mesajvar.swf" />
 <param name="quality" value="high" />
 <param name="bgcolor" value="#ffffff" />
 <embed src="'. $settings['images_url'] . '/mesajvar.swf" quality="high" bgcolor="#ffffff" width="1" height="1" name="gotmail" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
 </object>';
 }
Ekteki mesajvar.swf dosyasınıda ./Themes/temanızın klasörü/images dizinine atın.
#84
öncelikle  şu  modu kuruyoruz : http://www.smf.gen.tr/smf/index.php?topic=1504.0

BoardIndex.template.php

bul :

// Has it posts awaiting approval?
if ($child['can_approve_posts'] && ($child['unapproved_posts'] || $child['unapproved_topics']))
$child['link'] .= ' <a href="' . $scripturl . '?action=moderate;area=postmod;sa=' . ($child['unapproved_topics'] > 0 ? 'topics' : 'posts') . ';brd=' . $child['id'] . ';' . $context['session_var'] . '=' . $context['session_id'] . '" title="' . sprintf($txt['unapproved_posts'], $child['unapproved_topics'], $child['unapproved_posts']) . '" class="moderation_link">(!)</a>';

$children[] = $child['new'] ? '<strong>' . $child['link'] . '</strong>' : $child['link'];
}
global $modSettings;
if (empty($modSettings['hhyaltbolum']) || $modSettings['hhyaltbolum'] == 0)
{

hemen altına  ekle :

echo '
<fieldset>
   <legend class="smalltext">

         <b>' . $txt['alt_bolumler'], '</b>

   </legend>';

index.css
 bul :

fieldset {
padding: 18px;
margin: 0 0 6px 0;
border: 1px solid #ddd;
border-radius: 3px;
}

degiştir

fieldset {
border: 1px solid #DDD;
padding: 1em;
margin: 0 0 0.5em 0;
border-radius: 5px;
}

#85
formun sagında alt köşede yukarı çık butonu ekler çok süper öneririm herkese

http://www.smfsimple.com/index.php/topic=5700

ekteki  dosyadakini indiriniz  2.1 ile uyumlu olan ekteki dir





#86
SMF 2.1 BETA 3 Smf Video oynatma modu (Simple Audio Video Embedder)

Modifikasyon Adı:Simple Audio Video Embedder
Uyumluluk:SMF 2.1




çalışan video sitelerinden birçoğu

Supports the following sites:
Facebook
Metacafe
Youtube
Vimeo
College Humor
Google Video
Veoh
Ustream
Youku
Rutube
Novamov
myvideo.de
LiveLeak.com
Sevenload.com
Gametrailers.com
funnyordie.com
Mevio
Vine
#87
 mobile_devices_detect-0.2.2  modunu   2.1 için güncelledim  moda ayrıyettten  türkçe dil  eklenmiştir  güle güle  kullanın

izinsiz  başka sitelerde paylaşılması  yasaktır

mobile_devices_detect-0.2.2  modu  ne işe yarar  forum varsayılan temasını  farklı secmenize yarar mobilde farklı tema  

pc de farklı tema kullanmanıza yarar  

kısacası mobil tema  secimi  :)


admin panel  / yapılandırma /kullanılan tema / Yönet ve Yükle  :  buradan tema ayarlarından mobildeki çıkacak temamızı seciyoruz kaydet diyoruz  :)





#88
   SimplePortal Team

Yardımcı Yazarlar:[SiNaN]

Tür:Portals
 
Gönderildiği Tarih:Şubat 20, 2008, 10:36:24 ÖÖ
 
Son Düzenleme:Ocak 10, 2017, 09:34:53 ÖÖ
 
Güncel Sürüm:2.3.6
 
Uyumluluk: SMF 2.1 BETA 2

Sa  merhaba arkadaşlar   beta 2 için  güncelleyim dedim  güncelledim   bana gerekiyodu yaptım belki sizinde işinize yarar

paketi   ekten indirebilirsiniz  



 

 
#89
mod güncellenmiştir  türkce dil destegi eklenmiştir smf 2.1 ile tam uyumludur


konu içinde sagda veya solda reklam vermek içindir mod


modu kurduktan sonra  : admin panel / yapılandırma /Modifikasyon Ayarları / GoogAd Mod

buradan reklam verebilirsiniz









#90
modu  güncelledim 2.1 için  güncelledim

uft8 türkce  dil dosyaları eklenmiştir  hata  günlügünde hata veriyodu sorun çözülmüştür


mod ne işe yara  kısaca  anlatayım [download] kod....[/download]   kod  dedigimiz yere  linki koyuyoruz  ve aşadaki gibi oluyor indir  butonu çıkıyor ,,





modukurunca admin panelde yerini aramayınız  


admin panel/yapılandırma /Modifikasyon Ayarları /indirme düğmesi Ayarları [download] kod....[/download]






yukardaki resimde belirtilen üye guruplarını secerek kimin   dowloand butonunu  görüp göremicegini ayarlıyabilirsiniz
#91
Ceşitli / Smf 2.1 Download Sistemi
31 Mar 2017, 22:24
Modifikasyon Adı:    Download System
Yazar:   SMFHacks.com Team
Tür: New Feature
Gönderildiği Tarih:Ekim 21, 2007, 08:24:37 ÖS
Son Düzenleme:Haziran 18, 2014, 04:52:47 ÖS
Güncel Sürüm: 3.0
Uyumluluk:
   1.1.9, 1.1.10, 1.1.11, 1.1.12, 1.1.13, 1.1.15, 1.1.16, 1.1.17, 1.1.18, 1.1.19, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8 , 2.1
Url: http://custom.simplemachines.org/mods/index.php?mod=992
Türkçesi: Ekte bulunan Downloads.turkish.php dosyasını languages klasörüne atın ve aynı klasörde ki Modifications.turkish.php ve Who.turkish.php dil dosyalarına aşağıdaki kodlamaları uygulayın..

Modifications.turkish.php'de..
Bul:

?>
Öncesine ekle:

// Başlangıç.. Download Sistemi by Hoochie Coochie Man
$txt['downloads_menu'] = 'Download';
$txt['downloads_admin'] = 'Download Ayarları';

// Permissions
$txt['permissiongroup_downloads'] = 'Download';

$txt['permissionname_downloads_view'] = 'Downloads bölümünü görebilir';
$txt['permissionhelp_downloads_view'] = 'Kullanıcıların Downloads bölümünü görmelerine izin verir.';
$txt['cannot_downloads_view'] = 'Download bölümünü görmeye izniniz yok.';

$txt['permissionname_downloads_add'] = 'Download ekleyebilir';
$txt['permissionhelp_downloads_add'] = 'Kullanıcıların download eklemelerine izin verir.';
$txt['cannot_downloads_add'] = 'Download eklemeye izniniz yok.';

$txt['permissionname_downloads_edit'] = 'Kendi downloadlarını düzeltebilir';
$txt['permissionhelp_downloads_edit'] = 'Kullanıcıların kendi downloadlarını düzeltmeye izin verir.';
$txt['cannot_downloads_edit'] = 'Kendi downloadınızı düzeltmeye izniniz yok';

$txt['permissionname_downloads_delete'] = 'Kendi downloadlarını silebilir';
$txt['permissionhelp_downloads_delete'] = 'Kullanıcıların kendi downloadlarını silmelerine izin verir.';
$txt['cannot_downloads_delete'] = 'Bu downloadı silmeye izniniz yok.';

$txt['permissionname_downloads_ratefile'] = 'Downloadları oylayabilir';
$txt['permissionhelp_downloads_ratefile'] = 'Kullanıcıların bir downloadı oylamalarına izin verir.';
$txt['cannot_downloads_ratefile'] = 'Bu downloadı oylamaya izniniz yok.';

$txt['permissionname_downloads_editcomment'] = 'Kendi yorumunu düzeltebilir';
$txt['permissionhelp_downloads_editcomment'] = 'Kullanıcıların kendi yorumlarını düzeltmelerine izin verir.';
$txt['cannot_downloads_editcomment'] = 'Kendi yorumunuzu düzeltmeye izniniz yok.';

$txt['permissionname_downloads_comment'] = 'Yorum yazabilir';
$txt['permissionhelp_downloads_comment'] = 'Kullanıcıların bir downloada yorum yazmalarına izin verir.';
$txt['cannot_downloads_comment'] = 'Yorum yazmaya izniniz yok.';

$txt['permissionname_downloads_report'] = 'Downloadları/Yorumları rapor edebilir';
$txt['permissionhelp_downloads_report'] = 'Kullanıcıların Downloadları/Yorumları rapor etmelerine izin verir.';
$txt['cannot_downloads_report'] = 'Rapor etmeye yetkiniz yok.';

$txt['permissionname_downloads_autocomment'] = 'Yorumları otomatik onaylansın';
$txt['permissionhelp_downloads_autocomment'] = 'Yorumların onay için beklenmesine gerek yok.';

$txt['permissionname_downloads_autoapprove'] = 'Downloadları otomatik onaylansın';
$txt['permissionhelp_downloads_autoapprove'] = 'Downloadların onay için beklenmesine gerek yok.';


$txt['permissionname_downloads_manage'] = 'Admin Özelliği';
$txt['permissionhelp_downloads_manage'] = 'Kullanıcıların; kategori eklemelerine, tüm kategorileri düzeltmelerine veya silmelerine izin verir. Ayrıca yorumları, downloadları silebilir veya onaylayabilir.';
$txt['cannot_downloads_manage'] = 'Downloadları yönetmeye yetkiniz yok.';

// Bitiş.. Download Sistemi by Hoochie Coochie Man

Who.turkish.php'de..
Bul:

?>
Öncesine ekle:
// Başlangıç.. Download Sistemi by Hoochie Coochie Man
$txt['whoall_downloads'] = '<a href="' . $scripturl . '?action=downloads">Downloads</a>\'a bakıyor.';
// Bitiş.. Download Sistemi by Hoochie Coochie Man
#92
Snowflakes modu  (Kar ,yagmur,tipi,Dolu ) yagdırmaya yarar

mod kısacası  beta 3 de denenmiştir sorunsuz kurulmaktadır

admin panelde ki yeri

Yapılandırma /Modifikasyon Ayarları /Snowflakes





#93
bu  mod sayesinde  Alt Bölümler Kategori içine alabilirsiniz


admin panel  den görüntü ön izleme






#94
Konu / smf 2.1 benzer konular modu
31 Mar 2017, 01:30
mod konu içinde yada konu acarken benzer konuları  göstermektedir

smf 2.1  ile tam uyumludur   beta 2 beta 3  ve rc sürümü  fark etmez tam uyumludur

modu  : yönetim  : yapılandırma ,Modifikasyon Ayarlarından düzenliyebilirsiniz


admin panelde görüntüsü













#95
İstatistik / Full_Top_X_Stats
31 Mar 2017, 01:23
Diger adıyla  Full_Top_10

admin panel kullanılan tema kısmından Forum ana sayfasında gösterilecek son ileti sayısı: 10 yapınız



#96




facebook  ile yorum yazılabilmesi içindir


Display.template.php bul

// Show the post itself, finally!
 echo '
 <div class="post">';

 if (!$message['approved'] && $message['member']['id'] != 0 && $message['member']['id'] == $context['user']['id'])
 echo '
 <div class="approve_post">
 ', $txt['post_awaiting_approval'], '
 </div>';
 echo '
 <div class="inner" data-msgid="', $message['id'], '" id="msg_', $message['id'], '"', $ignoring ? ' style="display:none;"' : '', '>', $message['body'], '</div>
 </div>';


Altına ekle


echo '<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/tr_TR/sdk.js#xfbml=1&version=v2.0";
  fjs.parentNode.insertBefore(js, fjs);
}(document, \'script\', \'facebook-jssdk\'));</script>
<div class="fb-comments" data-href="', $scripturl, '?topic=', $context['current_topic'], '" data-numposts="5" data-colorscheme="light"></div>';
}
 echo '';
#97


yepyeni bir profil alanı   ruh halim moduda profil alanının  içinde dahildir güle güle kullanın

Display.template.php  DE BUL :

// Show information about the poster of this message.
 echo '
 <div class="poster">';

 // Are there any custom fields above the member name?
 if (!empty($message['custom_fields']['above_member']))
 {
 echo '
 <div class="custom_fields_above_member">
 <ul class="reset nolist">';

 foreach ($message['custom_fields']['above_member'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>';

 echo '
 </ul>
 </div>';
 }

 echo '
 <h4>';

 // Show online and offline buttons?
 if (!empty($modSettings['onlineEnable']) && !$message['member']['is_guest'])
 echo '
 ', $context['can_send_pm'] ? '<a href="' . $message['member']['online']['href'] . '" title="' . $message['member']['online']['label'] . '">' : '', '<span class="' . ($message['member']['online']['is_online'] == 1 ? 'on' : 'off') . '" title="' . $message['member']['online']['text'] . '"></span>', $context['can_send_pm'] ? '</a>' : '';


 // Show a link to the member's profile.
 echo '
 ', $message['member']['link'], '
 </h4>';

 echo '
 <ul class="user_info">';


 // Show the user's avatar.
 if (!empty($modSettings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
 echo '
 <li class="avatar">
 <a href="', $scripturl, '?action=profile;u=', $message['member']['id'], '">', $message['member']['avatar']['image'], '</a>
 </li>';

 // Are there any custom fields below the avatar?
 if (!empty($message['custom_fields']['below_avatar']))
 foreach ($message['custom_fields']['below_avatar'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>';

 // Show the post group icons, but not for guests.
 if (!$message['member']['is_guest'])
 echo '
 <li class="icons">', $message['member']['group_icons'], '</li>';

 // Show the member's primary group (like 'Administrator') if they have one.
 if (!empty($message['member']['group']))
 echo '
 <li class="membergroup">', $message['member']['group'], '</li>';

 // Show the member's custom title, if they have one.
 if (!empty($message['member']['title']))
 echo '
 <li class="title">', $message['member']['title'], '</li>';

 // Don't show these things for guests.
 if (!$message['member']['is_guest'])
 {

 // Show the post group if and only if they have no other group or the option is on, and they are in a post group.
 if ((empty($modSettings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '')
 echo '
 <li class="postgroup">', $message['member']['post_group'], '</li>';

 // Show how many posts they have made.
 if (!isset($context['disabled_fields']['posts']))
 echo '
 <li class="postcount">', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>';

 // Show their personal text?
 if (!empty($modSettings['show_blurb']) && $message['member']['blurb'] != '')
 echo '
 <li class="blurb">', $message['member']['blurb'], '</li>';

 // Any custom fields to show as icons?
 if (!empty($message['custom_fields']['icons']))
 {
 echo '
 <li class="im_icons">
 <ol>';

 foreach ($message['custom_fields']['icons'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>';

 echo '
 </ol>
 </li>';
 }

 // Show the website and email address buttons.
 if ($message['member']['show_profile_buttons'])
 {
 echo '
 <li class="profile">
 <ol class="profile_icons">';

 // Don't show an icon if they haven't specified a website.
 if ($message['member']['website']['url'] != '' && !isset($context['disabled_fields']['website']))
 echo '
 <li><a href="', $message['member']['website']['url'], '" title="' . $message['member']['website']['title'] . '" target="_blank" class="new_win">', ($settings['use_image_buttons'] ? '<span class="generic_icons www centericon" title="' . $message['member']['website']['title'] . '"></span>' : $txt['www']), '</a></li>';

 // Since we know this person isn't a guest, you *can* message them.
 if ($context['can_send_pm'])
 echo '
 <li><a href="', $scripturl, '?action=pm;sa=send;u=', $message['member']['id'], '" title="', $message['member']['online']['is_online'] ? $txt['pm_online'] : $txt['pm_offline'], '">', $settings['use_image_buttons'] ? '<span class="generic_icons im_' . ($message['member']['online']['is_online'] ? 'on' : 'off') . ' centericon" title="' . ($message['member']['online']['is_online'] ? $txt['pm_online'] : $txt['pm_offline']) . '"></span> ' : ($message['member']['online']['is_online'] ? $txt['pm_online'] : $txt['pm_offline']), '</a></li>';

 // Show the email if necessary
 if (!empty($message['member']['email']) && $message['member']['show_email'])
 echo '
 <li class="email"><a href="mailto:' . $message['member']['email'] . '" rel="nofollow">', ($settings['use_image_buttons'] ? '<span class="generic_icons mail centericon" title="' . $txt['email'] . '"></span>' : $txt['email']), '</a></li>';

 echo '
 </ol>
 </li>';
 }

 // Any custom fields for standard placement?
 if (!empty($message['custom_fields']['standard']))
 foreach ($message['custom_fields']['standard'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'] ,'">', $custom['title'], ': ', $custom['value'], '</li>';

 }
 // Otherwise, show the guest's email.
 elseif (!empty($message['member']['email']) && $message['member']['show_email'])
 echo '
 <li class="email"><a href="mailto:' . $message['member']['email'] . '" rel="nofollow">', ($settings['use_image_buttons'] ? '<span class="generic_icons mail centericon" title="' . $txt['email'] . '"></span>' : $txt['email']), '</a></li>';

 // Show the IP to this user for this post - because you can moderate?
 if (!empty($context['can_moderate_forum']) && !empty($message['member']['ip']))
 echo '
 <li class="poster_ip"><a href="', $scripturl, '?action=', !empty($message['member']['is_guest']) ? 'trackip' : 'profile;area=tracking;sa=ip;u=' . $message['member']['id'], ';searchip=', $message['member']['ip'], '">', $message['member']['ip'], '</a> <a href="', $scripturl, '?action=helpadmin;help=see_admin_ip" onclick="return reqOverlayDiv(this.href);" class="help">(?)</a></li>';

 // Or, should we show it because this is you?
 elseif ($message['can_see_ip'])
 echo '
 <li class="poster_ip"><a href="', $scripturl, '?action=helpadmin;help=see_member_ip" onclick="return reqOverlayDiv(this.href);" class="help">', $message['member']['ip'], '</a></li>';

 // Okay, are you at least logged in?  Then we can show something about why IPs are logged...
 elseif (!$context['user']['is_guest'])
 echo '
 <li class="poster_ip"><a href="', $scripturl, '?action=helpadmin;help=see_member_ip" onclick="return reqOverlayDiv(this.href);" class="help">', $txt['logged'], '</a></li>';

 // Otherwise, you see NOTHING!
 else
 echo '
 <li class="poster_ip">', $txt['logged'], '</li>';

 // Are we showing the warning status?
 // Don't show these things for guests.
 if (!$message['member']['is_guest'] && $message['member']['can_see_warning'])
 echo '
 <li class="warning">', $context['can_issue_warning'] ? '<a href="' . $scripturl . '?action=profile;area=issuewarning;u=' . $message['member']['id'] . '">' : '', '<span class="generic_icons warning_', $message['member']['warning_status'], '"></span> ', $context['can_issue_warning'] ? '</a>' : '', '<span class="warn_', $message['member']['warning_status'], '">', $txt['warn_' . $message['member']['warning_status']], '</span></li>';

 // Are there any custom fields to show at the bottom of the poster info?
 if (!empty($message['custom_fields']['bottom_poster']))
 foreach ($message['custom_fields']['bottom_poster'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>';

 // Poster info ends.
 echo '
 </ul>';
 echo '
 </div>



DEGİŞTİR

// Show information about the poster of this message.
 echo '
 <div class="poster">';

 // Are there any custom fields above the member name?
 if (!empty($message['custom_fields']['above_member']))
 {
 echo '
 <div class="custom_fields_above_member">
 <ul class="reset nolist">';

 foreach ($message['custom_fields']['above_member'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>';

 echo '
 </ul>
 </div>';
 }
echo '
 <ul class="user_info">';


 // Show the user's avatar.
 if (!empty($modSettings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
 echo '
 <li class="avatar">
 <a href="', $scripturl, '?action=profile;u=', $message['member']['id'], '">', $message['member']['avatar']['image'], '</a>
 </li>';

 // Are there any custom fields below the avatar?
 if (!empty($message['custom_fields']['below_avatar']))
 foreach ($message['custom_fields']['below_avatar'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>';
// Show a link to the member's profile.
 echo '<h4>';
 if (!empty($modSettings['onlineEnable']) && !$message['member']['is_guest'])
 echo '';


 
 echo '', $message['member']['link'], '</h4>';
 // Show the post group icons, but not for guests.
 if (!$message['member']['is_guest'])
 echo '
 <li class="icons">', $message['member']['group_icons'], '</li>';
 
 // Show the member's custom title, if they have one.
 if (!empty($message['member']['title']))
 echo '
 <li class="title">', $message['member']['title'], '</li>';
// Show the member's primary group (like 'Administrator') if they have one.
 if (!empty($message['member']['group']))
 echo '
 <li class="membergroup">', $message['member']['group'], '</li>';
 // Don't show these things for guests.
 if (!$message['member']['is_guest'])
 {

 // Show how many posts they have made.
 if (!isset($context['disabled_fields']['posts']))
 echo '<li>', $txt['member_postcount'], ':', $message['member']['posts'], '</li>';
 
 if (!empty($message['member']['birth_date']))
 {
    if ($message['member']['birth_date'] != '0000-00-00')
    {
       list ($birth_year, $birth_month, $birth_day) = sscanf($message['member']['birth_date'], '%d-%d-%d');
       $datearray = getdate(forum_time());
       $message['member'] += array(
          'age' => empty($birth_year) ? $txt[470] : $datearray['year'] - $birth_year - (($datearray['mon'] > $birth_month || ($datearray['mon'] == $birth_month && $datearray['mday'] >= $birth_day)) ? 0 : 1),
          'today_is_birthday' => $datearray['mon'] == $birth_month && $datearray['mday'] == $birth_day
       );
    }
 }
 loadLanguage('Profile');
 echo '<li>',$txt['members'],' No :', $message['member']['id'], '</li>';
echo '<li>Durumu:<a href="' . $message['member']['online']['href'] . '" title="' . $message['member']['online']['label'] . '">', $message['member']['online']['text'] , '</a></li>';
 // Any custom fields for standard placement?
 if (!empty($message['custom_fields']['standard']))
 foreach ($message['custom_fields']['standard'] as $custom)
 echo '
 <li custom ', $custom['col_name'] ,'">', $custom['title'], ':', $custom['value'], '</li>';

echo '<li class="kayit"><b>',$txt['date_registered'],' </b><br/><span style="font-size: 9px; font-family: Calibri;">',$message['member']['registered'],'</span></li>';
$post = $message['member']['posts'];
     if ($post > 0 && $post <= 10) { $postWidth = 3;}
     else if ($post > 10 && $post <= 50) { $postWidth = 10;}
     else if ($post > 50 && $post <= 100) { $postWidth = 20;}
     else if ($post > 100 && $post <= 150) { $postWidth = 30;}
     else if ($post > 150 && $post <= 200) { $postWidth = 40;}
     else if ($post > 200 && $post <= 250) { $postWidth = 50;}
     else if ($post > 250 && $post <= 350) { $postWidth = 60;}
     else if ($post > 350 && $post <= 400) { $postWidth = 65;}
     else if ($post > 400 && $post <= 425) { $postWidth = 70;}
     else if ($post > 425 && $post <= 500) { $postWidth = 75;}
     else if ($post > 500 && $post <= 600) { $postWidth = 80;}
     else if ($post > 600 && $post <= 800) { $postWidth = 88;}
     else if ($post > 800 && $post <= 1000) { $postWidth = 90;}
     else if ($post > 1000 && $post <= 1000000) { $postWidth = 95;}
     else { $postWidth = 0;}
   $deneyimi=($message['member']['posts'])/10;
    if ($deneyimi>100) {$deneyimi=99;}
    echo '
     <ul><li class="aktif" style="background: linear-gradient(orange, #fff,orange); width:',$postWidth,'px;"><p>Aktiflik</p></li>
     <li class="aktif"  style="background: linear-gradient(#557EA0, #fff,#557EA0); width:',$deneyimi,'px;"><p>Deneyim</p></li>
     <li class="aktif" style="background: linear-gradient(#54BC37, #fff,#54BC37); width:', $deneyimi, 'px;"><p>Seviye</p></li></ul>';
 
        // Show their personal text?
 if (!empty($modSettings['show_blurb']) && $message['member']['blurb'] != '')
 echo '
 <li class="blurb">', $message['member']['blurb'], '</li>';

 // Any custom fields to show as icons?
 if (!empty($message['custom_fields']['icons']))
 {
 echo '
 <li class="im_icons">
 <ol>';

 foreach ($message['custom_fields']['icons'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>';

 echo '
 </ol>
 </li>';
 }

 // Show the website and email address buttons.
 if ($message['member']['show_profile_buttons'])
 {
 echo '
 <li class="profile">
 <ol class="profile_icons">';

 // Don't show an icon if they haven't specified a website.
 if (!empty($message['member']['website']['url']) && !isset($context['disabled_fields']['website']))
 echo '
 <li><a href="', $message['member']['website']['url'], '" title="' . $message['member']['website']['title'] . '" target="_blank" class="new_win">', ($settings['use_image_buttons'] ? '<span class="generic_icons www centericon" title="' . $message['member']['website']['title'] . '"></span>' : $txt['www']), '</a></li>';

 // Since we know this person isn't a guest, you *can* message them.
 if ($context['can_send_pm'])
 echo '
 <li><a href="', $scripturl, '?action=pm;sa=send;u=', $message['member']['id'], '" title="', $message['member']['online']['is_online'] ? $txt['pm_online'] : $txt['pm_offline'], '">', $settings['use_image_buttons'] ? '<span class="generic_icons im_' . ($message['member']['online']['is_online'] ? 'on' : 'off') . ' centericon" title="' . ($message['member']['online']['is_online'] ? $txt['pm_online'] : $txt['pm_offline']) . '"></span> ' : ($message['member']['online']['is_online'] ? $txt['pm_online'] : $txt['pm_offline']), '</a></li>';

 // Show the email if necessary
 if (!empty($message['member']['email']) && $message['member']['show_email'])
 echo '
 <li class="email"><a href="mailto:' . $message['member']['email'] . '" rel="nofollow">', ($settings['use_image_buttons'] ? '<span class="generic_icons mail centericon" title="' . $txt['email'] . '"></span>' : $txt['email']), '</a></li>';

 echo '
 </ol>
 </li>';
 }

}
 // Otherwise, show the guest's email.
 elseif (!empty($message['member']['email']) && $message['member']['show_email'])
 echo '
 <li class="email"><a href="mailto:' . $message['member']['email'] . '" rel="nofollow">', ($settings['use_image_buttons'] ? '<span class="generic_icons mail centericon" title="' . $txt['email'] . '"></span>' : $txt['email']), '</a></li>';
if (empty($message['member']['options']['teknoromi'])) {
                  $message['member']['options']['teknoromi']='Utangac';
              }
              echo '
                
  <b>Ruh Halim:</b>
  <img src="', $settings['default_images_url'], '/teknoromi/', $message['member']['options']['teknoromi'], '.gif" /> ';
 // Show the IP to this user for this post - because you can moderate?
 if (!empty($context['can_moderate_forum']) && !empty($message['member']['ip']))
 echo '
 <li class="poster_ip"><a href="', $scripturl, '?action=', !empty($message['member']['is_guest']) ? 'trackip' : 'profile;area=tracking;sa=ip;u=' . $message['member']['id'], ';searchip=', $message['member']['ip'], '">', $message['member']['ip'], '</a> <a href="', $scripturl, '?action=helpadmin;help=see_admin_ip" onclick="return reqOverlayDiv(this.href);" class="help">(?)</a></li>';

 // Or, should we show it because this is you?
 elseif ($message['can_see_ip'])
 echo '
 <li class="poster_ip"><a href="', $scripturl, '?action=helpadmin;help=see_member_ip" onclick="return reqOverlayDiv(this.href);" class="help">', $message['member']['ip'], '</a></li>';

 // Okay, are you at least logged in?  Then we can show something about why IPs are logged...
 elseif (!$context['user']['is_guest'])
 echo '
 <li class="poster_ip"><a href="', $scripturl, '?action=helpadmin;help=see_member_ip" onclick="return reqOverlayDiv(this.href);" class="help">', $txt['logged'], '</a></li>';

 // Otherwise, you see NOTHING!
 else
 echo '
 <li class="poster_ip">', $txt['logged'], '</li>';

 // Are we showing the warning status?
 // Don't show these things for guests.
 if (!$message['member']['is_guest'] && $message['member']['can_see_warning'])
 echo '
 <li class="warning">', $context['can_issue_warning'] ? '<a href="' . $scripturl . '?action=profile;area=issuewarning;u=' . $message['member']['id'] . '">' : '', '<span class="generic_icons warning_', $message['member']['warning_status'], '"></span> ', $context['can_issue_warning'] ? '</a>' : '', '<span class="warn_', $message['member']['warning_status'], '">', $txt['warn_' . $message['member']['warning_status']], '</span></li>';

 // Are there any custom fields to show at the bottom of the poster info?
 if (!empty($message['custom_fields']['bottom_poster']))
 foreach ($message['custom_fields']['bottom_poster'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>';

 // Poster info ends.
 echo '
 </ul>';
 echo '
 </div>



Profile.template.php bul




// Are there any custom profile fields - if so print them!

Degiştir

</dl><dl><b>Ruh Halim: </b>
                              <dd><select name="default_options[teknoromi]">                          
                              <option', @$context['member']['options']['teknoromi'] == 'Agresif' ? ' selected="selected"' : '', '>Agresif</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Asayis' ? ' selected="selected"' : '', '>Asayis</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Arsiz' ? ' selected="selected"' : '', '>Arsiz</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Bezgin' ? ' selected="selected"' : '', '>Bezgin</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Cadaloz' ? ' selected="selected"' : '', '>Cadaloz</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Caliskan' ? ' selected="selected"' : '', '>Caliskan</option>
  <option', @$context['member']['options']['teknoromi'] == 'Catlak' ? ' selected="selected"' : '', '>Catlak</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Coskulu' ? ' selected="selected"' : '', '>Coskulu</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Cilgin' ? ' selected="selected"' : '', '>Cilgin</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Dahi' ? ' selected="selected"' : '', '>Dahi</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Dalgin' ? ' selected="selected"' : '', '>Dalgin</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Dengeli' ? ' selected="selected"' : '', '>Dengeli</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Dertli' ? ' selected="selected"' : '', '>Dertli</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Evhamli' ? ' selected="selected"' : '', '>Evhamli</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Geveze' ? ' selected="selected"' : '', '>Geveze</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Hasta' ? ' selected="selected"' : '', '>Hasta</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Havali' ? ' selected="selected"' : '', '>Havali</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Hevesli' ? ' selected="selected"' : '', '>Hevesli</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Heyecanli' ? ' selected="selected"' : '', '>Heyecanli</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Huysuz' ? ' selected="selected"' : '', '>Huysuz</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Kacik' ? ' selected="selected"' : '', '>Kacik</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Kararsiz' ? ' selected="selected"' : '', '>Kararsiz</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Keyifsiz' ? ' selected="selected"' : '', '>Keyifsiz</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Kopmus' ? ' selected="selected"' : '', '>Kopmus</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Korsan' ? ' selected="selected"' : '', '>Korsan</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Masum' ? ' selected="selected"' : '', '>Masum</option>
  <option', @$context['member']['options']['teknoromi'] == 'Maymun' ? ' selected="selected"' : '', '>Maymun</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Melek' ? ' selected="selected"' : '', '>Melek</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Merakli' ? ' selected="selected"' : '', '>Merakli</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Mesgul' ? ' selected="selected"' : '', '>Mesgul</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Mutlu' ? ' selected="selected"' : '', '>Mutlu</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Neseli' ? ' selected="selected"' : '', '>Neseli</option>
  <option', @$context['member']['options']['teknoromi'] == 'Olgun' ? ' selected="selected"' : '', '>Olgun</option>
                              <option', @$context['member']['options']['teknoromi'] == 'Rahat' ? ' selected="selected"' : '', '>Rahat</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Rahmetli' ? ' selected="selected"' : '', '>Rahmetli</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Sakaci' ? ' selected="selected"' : '', '>Sakaci</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Sanatci' ? ' selected="selected"' : '', '>Sanatci</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Sancili' ? ' selected="selected"' : '', '>Sancili</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Saskin' ? ' selected="selected"' : '', '>Saskin</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Seytani' ? ' selected="selected"' : '', '>Seytani</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Simarik' ? ' selected="selected"' : '', '>Simarik</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Soguk' ? ' selected="selected"' : '', '>Soguk</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Soytari' ? ' selected="selected"' : '', '>Soytari</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Sporcu' ? ' selected="selected"' : '', '>Sporcu</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Supheci' ? ' selected="selected"' : '', '>Supheci</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Tuhaf' ? ' selected="selected"' : '', '>Tuhaf</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Ucube' ? ' selected="selected"' : '', '>Ucube</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Utangac' ? ' selected="selected"' : '', '>Utangac</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Uykulu' ? ' selected="selected"' : '', '>Uykulu</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Uykusuz' ? ' selected="selected"' : '', '>Uykusuz</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Uyuz' ? ' selected="selected"' : '', '>Uyuz</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Yalniz' ? ' selected="selected"' : '', '>Yalniz</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Yasakli' ? ' selected="selected"' : '', '>Yasakli</option>  
                              <option', @$context['member']['options']['teknoromi'] == 'Yorgun' ? ' selected="selected"' : '', '>Yorgun</option>  
                              </select></dd>
  ', !empty($context['member']['options']['teknoromi']) ? '' . $context['member']['options']['teknoromi'] . '' : '', '</dl>';
// Are there any custom profile fields - if so print them!



Kullandıgın temanın index.css de bul :

#userstatus .smalltext, .pm_icon {
 margin: 0 0 0 20px !important;
}

degiştir

#userstatus .smalltext, .pm_icon {
 margin: 0 0 0 2px !important;
}

index.css de en alta EKLE

/* profil alanı  tekyürek*/
.poster {
    border-style: solid;
    border-color: #2196F3 #2196F3 #2573B1;
    background: linear-gradient(to top, #E2E9F3 1%, #FFF 70%) repeat scroll 0% 0% transparent;
    border-width: 2px 1px 3px;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    color: black;
    box-shadow: 1px 1px 5px 1px #000;
    text-shadow: 1px 0px #BF6900;
}
.poster ul li {
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.aktif{height:18px;}
.aktif p{font-size:12px;line-height:16px;text-align:center;width:155px;border:1px solid #ccc;border-radius:0px 10px 10px 0px;}
.board_children{border:1px solid rgb(204, 204, 204);overflow:auto;border-radius:3px;}


ekteki teknoromi klasörünü default temanızın images klasörüne atın
#98
Modifikasyon Adı: nCode Image Resizer

Uyumluluk:  Smf beta 2 ile uyumludur.

Kullanımı: Mod ayarlarına  admin panel  yapılandırma ,özellikler ve secenekler bölümünden ulaşabilirsiniz.

Mod tarafımdan güncellenmiştir  paylaşayım dedim.

Admin panel kısmından görüntü;



Örnek resim görüntüleri;




Türkçe yapmak için;

Modifications.turkish.php dosyasında bulun:

?>
// --- Begin added code - Advanced Visual Verification ---
$txt['ncode_imageresizer_warning_small'] = 'Resmin gerçek boyutunu görmek için bu çubuğa tıklayın.';
$txt['ncode_imageresizer_warning_filesize'] = 'Bu resim yeniden boyutlandırıldı. Resmin gerçek boyutunu görmek için bu çubuğa tıklayın. Resimin orjinal ölçüleri %1$sx%2$s ve boyutu %3$sKB.';
$txt['ncode_imageresizer_warning_no_filesize'] = 'Bu resim yeniden boyutlandırıldı. Resmin gerçek boyutunu görmek için bu çubuğa tıklayın. Resimin orjinal ölçüleri %1$sx%2$s.';
$txt['ncode_imageresizer_warning_fullsize'] = 'Resmin küçük boyutunu görmek için bu çubuğa tıklayın.';
$txt['ncode_imageresizer_mode'] = 'Yeniden Boyutlandırma Modu';
$txt['ncode_imageresizer_original'] = 'Orjinal ölçüleri koru';
$txt['ncode_imageresizer_enlarge_same'] = 'Aynı sayfada genişlet';
$txt['ncode_imageresizer_open_same'] = 'Aynı pencerede aç';
$txt['ncode_imageresizer_open_new'] = 'Yeni pencerede aç';
$txt['ncode_imageresizer_max_width'] = 'Maksimum genişlik';
$txt['ncode_imageresizer_max_height'] = 'Maksimum yükseklik<br /><span class="smalltext">Yüksekliğe sınır koymamak için boş bırakın.</span>';
// --- End added code ---

Mod utf8 olarak ayarlanmış olup pakete utf8 dosyaları eklenmiştir kurulum sırasında utf8 olarak sorunsuz kurabilirsiniz.

Paket Linki;

#99
Dosya Değişiklikleri

./Sources/Subs.php

bul :

// No type means 'parsed_content'.
if (!isset($tag['type']))
{
 // !!! Check for end tag first, so people can say "I like that [i] tag"?
 $open_tags[] = $tag;
 $message = substr($message, 0, $pos) . "\n" . $tag['before'] . "\n" . substr($message, $pos1);
 $pos += strlen($tag['before']) - 1 + 2;
}



sonrasına ekle :



// Trim the urls
elseif (($tag['type'] == 'unparsed_content' && $tag['tag'] == 'url'))
{
 $pos2 = stripos($message, '[/' . substr($message, $pos + 1, strlen($tag['tag'])) . ']', $pos1);
 if ($pos2 === false)
 continue;

 $data = substr($message, $pos1, $pos2 - $pos1);

 if (!empty($tag['block_level']) && substr($data, 0, 6) == '<br />')
 $data = substr($data, 6);

 if (isset($tag['validate']))
 $tag['validate']($tag, $data, $disabled);

 $code = strtr($tag['content'], array('$1' => $data, '$2' => urlTrim($data)));
 $message = substr($message, 0, $pos) . $code . substr($message, $pos2 + 3 + strlen($tag['tag']));
 $pos += strlen($code) - 1;
}




bul :


// Creates an image/text button
function create_button($name, $alt, $label = '', $custom = '', $force_use = false)


öncesine ekle :

// Shorten url.
function urlTrim($url)
{
 global $modSettings;

 $modSettings['urlLength'] = isset($modSettings['urlLength']) ? $modSettings['urlLength'] : 50;

 // Check the length of the url
 if (strlen($url) > $modSettings['urlLength'])
 {
 $break = $modSettings['urlLength'] / 2;
 $urlNew = substr($url, 0, $break) . '...' . substr($url, -$break);
 }
 else
 $urlNew = $url;

 return $urlNew;
}


bul :

array(
 'tag' => 'url',
 'type' => 'unparsed_content',
 'content' => '<a href="$1" class="bbc_link" target="_blank">$1</a>',
 'validate' => create_function('&$tag, &$data, $disabled', '
 $data = strtr($data, array(\'<br />\' => \'\'));
 if (strpos($data, \'http://\') !== 0 && strpos($data, \'https://\') !== 0)
 $data = \'http://\' . $data;
 '),
),


Degiştir : site adını degişmeyi  unutma  http://www.replikacep.com  burayı  kendinize  göre düzeltin


array(
           'tag' => 'url',
           'type' => 'unparsed_content',
           'content' => '<a href="http://www.replikacep.com/out.php?url=$1" class="bbc_link" target="_blank">$2</a>',
           'validate' => create_function('&$tag, &$data, $disabled', '
       $data = strtr($data, array(\'<br />\' => \'\'));
       if (strpos($data, \'http://\') !== 0 && strpos($data, \'https://\') !== 0)
     $data = \'http://\' . $data;
         '),
         ),



./Sources/Subs-Post.php

Kod (Bul) Seç
elseif ($hasEqualSign)
 $replaces['[' . $matches[1][$k] . '=' . $matches[2][$k] . ']'] = '[' . $this_tag . '=' . $replace . ']';

Kod ("Sonrasına Ekle") Seç
elseif ($embeddedUrl && $matches[1][$k] == 'url' && !$hasEqualSign)
 $replaces['[' . $matches[1][$k] . ']' . $matches[2][$k] . '[/' . $matches[3][$k] . ']'] = '[' . $this_tag . ']' . $replace . '[/' . $this_close . ']';

./Sources/ManagePosts.php

Kod (Bul) Seç
$_POST['disabledBBC'] = implode(',', array_diff($bbcTags, $_POST['disabledBBC_enabledTags']));

Kod ("Sonrasına Ekle") Seç
$_POST['urlLength'] = empty($_POST['urlLength']) ? 50 : (int)$_POST['urlLength'];

Kod (Bul) Seç
array('check', 'disable_wysiwyg'),
 '',

Kod ("Sonrasına Ekle") Seç
array('int', 'urlLength'),
 '',

./Themes/default/languages/Modifications.english.php

Kod ("Bul (Dosyanın en sonunda)") Seç
?>

Kod ("Öncesine Ekle") Seç
// TrimUrl
$txt['urlLength'] = 'Trim url longer than (x) characters.';

./Themes/default/languages/Modifications.turkish.php

Kod ("Bul (Dosyanın en sonunda)") Seç
?>

Kod ("Öncesine Ekle") Seç
// TrimUrl
$txt['urlLength'] = '(x) karakterden kısa olan bağlantıları kısalt.';




ekteki out.php yi ana dizine atmayı unutmayınız

#100
Açıklama: Bu mod sayesinden paylaşılmış linklerle ilgili bir uyarı vermenizi sağlar.

Source/Subs.php dosyasını aç;


Bunu Bul :

array(
                'tag' => 'url',
                'type' => 'unparsed_content',
                'content' => '<a href="$1" target="_blank">$1</a>',,
                'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),



Bununla Değiştir :
array(
                'tag' => 'url',
                'type' => 'unparsed_content',
                'content' => '<a href="http://replikacep.com/out.php?url=$1" target="_blank">$1</a>',
                'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),



Bunu Bul :


array(
                'tag' => 'url',
                'type' => 'unparsed_equals',
                'before' => '<a href="$1" target="_blank">',
                'after' => '</a>',
                'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
                'disabled_after' => ' ($1)',



Bununla Değiştir :


array(
                'tag' => 'url',
                'type' => 'unparsed_equals',
                'before' => '<a href="http://replikacep.com/out.php?url=$1" target="_blank">',
                'after' => '</a>',
                'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
                'disabled_after' => ' ($1)',



http://replikacep.com/out.php?url=$1 buraları duzenlemeyi unutma


NOT: ekteki  out.php  yi ana dizine atın