Reklamlar
Ayrıntılı Konu Bilgileri
Sayfa BaşlığıKonu: VB Stili Sayfa Yönlendirme
Mesaj SayısıMesaj Sayısı: 0 cevap var
OkumaGösterim: 1244
Google Özel Arama

Gönderen Konu: VB Stili Sayfa Yönlendirme  (Okunma sayısı 1244 defa)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

    sevdaligul

  • Administrator
  • *

  • İleti: 13121
  • Nerden: Konya
  • Rep: +6511/-0
  • Cinsiyet: Bay
  • GüLe SeVDaLı Bir GeNç
    • MSN Messenger - sevdaligul@gmail.com
    • Profili Görüntüle GüLe SeVDaLı BiR GeNçLiK
  • Çevrimdışı
VB Stili Sayfa Yönlendirme
« : 27 Mayıs 2012, 19:43:48 »


 


Resimlerin Görüntülenmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap

Resmi Site Linki : Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap

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ı:Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
Aklımdaki sensin
Fikrimdeki Sen
Sen tekderdimsin
Gülüm Benim


Paylaş delicious Paylaş digg Paylaş facebook Paylaş furl Paylaş linkedin Paylaş myspace Paylaş reddit Paylaş stumble Paylaş technorati Paylaş twitter
 

Benzer Konular

  Konu / Başlatan Yanıt Son İleti
0 Yanıt
507 Gösterim
Son İleti 07 Ekim 2015, 10:32:52
Gönderen: mtanlak
0 Yanıt
391 Gösterim
Son İleti 08 Ekim 2015, 11:08:46
Gönderen: mtanlak
0 Yanıt
462 Gösterim
Son İleti 21 Ekim 2015, 16:27:10
Gönderen: mtanlak
0 Yanıt
270 Gösterim
Son İleti 23 Ocak 2017, 10:19:28
Gönderen: desen1tanitim
0 Yanıt
254 Gösterim
Son İleti 23 Ekim 2020, 11:44:39
Gönderen: Etnik Esintiler

web hosting Domain Web
İçerik sağlayacı paylaşım sitelerinden biri olan sevdaligul.com forum sitemizde 5651 Sayılı Kanun’un 8. Maddesine ve T.C.K’nın 125. Maddesine göre TÜM ÜYELERİMİZ yaptıkları paylaşımlardan sorumludur. sevdaligul.com hakkında yapılacak tüm hukuksal Şikayetler sevdaligul@gmail.com  adresi ile iletişime geçilmesi halinde ilgili kanunlar ve yönetmelikler çerçevesinde en geç 1 (Bir) Hafta içerisinde sevdaligul.com  yönetimi olarak tarafımızdan gereken işlemler yapılacak ve size dönüş yapacaktır.