GüLe SeVDaLi BiR GeNçLiK

WEBMASTER SAHASI => Hazır Sistemler => SMF => Konuyu başlatan: sevdaligul - 27 Mayıs 2012, 19:43:48

Başlık: VB Stili Sayfa Yönlendirme
Gönderen: sevdaligul - 27 Mayıs 2012, 19:43:48

(http://b1203.hizliresim.com/v/b/3djnw.png)

Resmi Site Linki : http://custom.simplemachines.org/mods/index.php?mod=2562

2.0.x Manuel Kurulum

Sources/Load.php

Kod: (Bul) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
// Loads the user's basic values... meant for template/theme usage.
function loadMemberContext($user, $display_custom_fields = false)
{
global $memberContext, $user_profile, $txt, $scripturl, $user_info;

Kod: (Değiştir) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
// Loads the user's basic values... meant for template/theme usage.
function loadMemberContext($user, $display_custom_fields = false)
{
global $memberContext, $user_profile, $txt, $scripturl, $boardurl, $user_info;

Kod: (Bul) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
'website' => array(
'title' => $profile['website_title'],
'url' => $profile['website_url'],
),

Kod: (Değiş) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
'website' => array(
'title' => $profile['website_title'],
'url' => (empty($modSettings['RedirectPage_on_members_sites']) || strpos($profile['website_url'], 'http://') !== 0)? $profile['website_url'] : $boardurl . '/go.php?url=' . ($modSettings['RedirectPage_encode'] ? base64_encode($profile['website_url']) : $profile['website_url']),
),

Kod: (Bul) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
'link' => '<a class="icq new_win" href="http://www.icq.com/whitepages/about_me.php?uin=' . $profile['icq'] . '" target="_blank" title="' . $txt['icq_title'] . ' - ' . $profile['icq'] . '"><img src="http://status.icq.com/online.gif?img=5&amp;icq=' . $profile['icq'] . '" alt="' . $txt['icq_title'] . ' - ' . $profile['icq'] . '" width="18" height="18" /></a>',
Kod: (Değiş) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
'link' => '<a class="icq new_win" href="' . ((!empty($modSettings['RedirectPage_on_members_icq_etc']))? $boardurl . '/go.php?url=' . ($modSettings['RedirectPage_encode'] ? base64_encode('http://www.icq.com/whitepages/about_me.php?uin=' . $profile['icq']) : 'http://www.icq.com/whitepages/about_me.php?uin=' . $profile['icq']) : 'http://www.icq.com/whitepages/about_me.php?uin=' . $profile['icq']) . '" target="_blank" title="' . $txt['icq_title'] . ' - ' . $profile['icq'] . '"><img src="http://status.icq.com/online.gif?img=5&amp;icq=' . $profile['icq'] . '" alt="' . $txt['icq_title'] . ' - ' . $profile['icq'] . '" width="18" height="18" /></a>',
Kod: (Bul) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
'link' => '<a class="yim" href="http://edit.yahoo.com/config/send_webmesg?.target=' . urlencode($profile['yim']) . '" title="' . $txt['yim_title'] . ' - ' . $profile['yim'] . '"><img src="http://opi.yahoo.com/online?u=' . urlencode($profile['yim']) . '&amp;m=g&amp;t=0" alt="' . $txt['yim_title'] . ' - ' . $profile['yim'] . '" /></a>',
Kod: (Değiş) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
'link' => '<a class="yim" href="' . ((!empty($modSettings['RedirectPage_on_members_icq_etc']))? $boardurl . '/go.php?url=' . ($modSettings['RedirectPage_encode'] ? base64_encode('http://edit.yahoo.com/config/send_webmesg?.target=' . urlencode($profile['yim'])) : 'http://edit.yahoo.com/config/send_webmesg?.target=' . urlencode($profile['yim'])) : 'http://edit.yahoo.com/config/send_webmesg?.target=' . urlencode($profile['yim'])) . '" title="' . $txt['yim_title'] . ' - ' . $profile['yim'] . '"><img src="http://opi.yahoo.com/online?u=' . urlencode($profile['yim']) . '&amp;m=g&amp;t=0" alt="' . $txt['yim_title'] . ' - ' . $profile['yim'] . '" /></a>',
Kod: (Bul) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
'link' => '<a class="msn new_win" href="http://members.msn.com/' . $profile['msn'] . '" title="' . $txt['msn_title'] . ' - ' . $profile['msn'] . '"><img src="' . $settings['images_url'] . '/msntalk.gif" alt="' . $txt['msn_title'] . ' - ' . $profile['msn'] . '" /></a>',
Kod: (Değiş) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
'link' => '<a class="msn new_win" href="' . ((!empty($modSettings['RedirectPage_on_members_icq_etc']))? $boardurl . '/go.php?url=' . ($modSettings['RedirectPage_encode'] ? base64_encode('http://members.msn.com/' . $profile['msn']) : 'http://members.msn.com/' . $profile['msn']) : 'http://members.msn.com/' . $profile['msn']) . '" title="' . $txt['msn_title'] . ' - ' . $profile['msn'] . '"><img src="' . $settings['images_url'] . '/msntalk.gif" alt="' . $txt['msn_title'] . ' - ' . $profile['msn'] . '" /></a>',
Sources/Subs.php

Kod: (Bul) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
// Put in the version...
Kod: (Öncesine Ekle) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
if (!empty($modSettings['RedirectPage_noindex_copyright']))
$forum_copyright = '<!--noindex-->' . str_ireplace('class="new_win"', 'class="new_win" rel="nofollow"', $forum_copyright) . '<!--/noindex-->';

Sources/Subs-Post.php

Kod: (Bul) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
elseif ($hasEqualSign)
$replaces['[' . $matches[1][$k] . '=' . $matches[2][$k] . ']'] = '[' . $this_tag . '=' . $replace . ']';

Kod: (Sonrasına Ekle) Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
elseif ($embeddedUrl && $matches[1][$k] == 'url' && !$hasEqualSign)
$replaces['[' . $matches[1][$k] . ']' . $matches[2][$k] . '[/' . $matches[3][$k] . ']'] = '[' . $this_tag . ']' . $replace . '[/' . $this_close . ']';
Alıntı:http://www.smf.gen.tr/smf/index.php?topic=73819.0#quickreply (http://www.smf.gen.tr/smf/index.php?topic=73819.0#quickreply)