XSiR.NeT | Temiz Internet WeBMaSTeR Forum Ve Portal Sistemleri Smf

SMF'de Canlı İddaa Sonuçları

kayıt ol

Forum Ve Portal Sistemleri

Phpbb,phpnuke,invision bord gibi geri kalan forum türleri sorunlar ve çözümleri forumlarındaki Smf bölümü SMF'de Canlı İddaa Sonuçları konusu Öncelikle Admin Panelinden Katogoriler Kısmına Oradan İse Kodu Eklemek İstediğiniz Yerden [Sadece kayıtlı üyeler linkleri görebilirler. ] Ekle KısmınaTıklıyoruz. Açılan Sayfadan Tam İsim Kısmına Kodumuzu Yapıştırıyoruz. Code:...


Eski 27-12-2006, 23:14   #1
Yeni Üye
Teknopaylasi - ait Avatar
topstat SMF'de Canlı İddaa Sonuçları



Öncelikle Admin Panelinden Katogoriler Kısmına Oradan İse Kodu Eklemek İstediğiniz Yerden [Sadece kayıtlı üyeler linkleri görebilirler. ] Ekle KısmınaTıklıyoruz. Açılan Sayfadan Tam İsim Kısmına Kodumuzu Yapıştırıyoruz.
Code:

<a href="javascript:window.open('http://www.teknopaylasim.com/teknositeler/iddaa.htm','player1','width=560,height=530,toolbar=0,scrollbars=0,menu=0,location=0,status=0');a=history.lenght">Canlı İddaa</a>
 
ve Tanımlama Kısmını Kendinize Göre Yazabilirsiniz ve Ekle Butonuna Tıklıyorsunuz Hepsi Bu Kadar. Hayırlı Olsun.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Alıntı ile Cevapla
Eski 27-12-2006, 23:18   #2
Yeni Üye
Teknopaylasi - ait Avatar
Tanımlı Ce: SMF'de Canlı İddaa Sonuçları

Profil alanını çerçevesiz ortalama
Kullandığımız Temanın display.template.php dosyasını Açıyoruz.
BULUYORUZ
Code:
// Show information about the poster of this message.
      echo '
            <table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
               <tr>
                  <td valign="top"width="16%" rowspan="2" style="overflow: hidden;">
                     <b>', $message['member']['link'], '</b>
                     <div class="smalltext">';
DEĞİŞTİRİYORUZ
Code:
// Show information about the poster of this message.
      echo '
            <table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
               <tr>
                  <td valign="top" align="center" width="16%" rowspan="2" style="overflow: hidden;">
                     <b>', $message['member']['link'], '</b>
                     <div class="smalltext">';
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Alıntı ile Cevapla
Eski 27-12-2006, 23:24   #3
Yeni Üye
Teknopaylasi - ait Avatar
Tanımlı Ce: SMF'de Canlı İddaa Sonuçları

Mesaj simgelerini Açık olarak göstermek

Kullandığımız Temanın Post.template.php dosyasını açıyoruz
BULUYORUZ
Code:
<select name="icon" id="icon" onchange="showimage()">';

// Loop through each message icon allowed, adding it to the drop down list.
foreach ($context['icons'] as $icon)
echo '
<option value="', $icon['value'], '"', $icon['value'] == $context['icon'] ? ' selected="selected"' : '', '>', $icon['name'], '</option>';

echo '
</select>
<img src="', $context['icon_url'], '" name="icons" hspace="15" alt="" />
</td>
</tr>';
DEĞİŞTİRİYORUZ
Code:
';

// Loop through each message icon allowed, adding it to the drop down list. by rallyproco
foreach ($context['icons'] as $icon)
echo '
<INPUT type="radio" name="icon" value="', $icon['value'], '"', $icon['value'] == $context['icon'] ? ' checked="checked"' : '', '> <img src="', $icon['url'], '" name="icons" alt="" />';

echo ' 
</td>
</tr>';
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Alıntı ile Cevapla
Eski 27-12-2006, 23:29   #4
Yeni Üye
Teknopaylasi - ait Avatar
Tanımlı Ce: SMF'de Canlı İddaa Sonuçları

Gelişmiş İmza Editörü

Kullandığımız Temanın Profile.template.php Dosyasını Açıyoruz
BULUYORUZ
Code:
echo '
</td>
<td>
<textarea class="editor" onkeyup="calcCharLeft();" name="signature" rows="5" cols="50">', $context['member']['signature'], '</textarea><br />';
DEĞİŞTİYORUZ
Code:
echo '
</td>
<td>
<script language="JavaScript" type="text/javascript">
function bbc_highlight(something, mode)
**
something.style.backgroundImage = "url(" + smf_images_url + (mode ? "/bbc/bbc_hoverbg.gif)" : "/bbc/bbc_bg.gif)");
**
</script>';
// load the post variables
loadLanguage('Post');
// The below array makes it dead easy to add images to this page. Add it to the array and everything else is done for you!
$context['bbc_tags'] = array();
$context['bbc_tags'][] = array(
'bold' => array('code' => 'b', 'before' => '', 'after' => '', 'description' => $txt[253]),
'italicize' => array('code' => 'i', 'before' => '', 'after' => '', 'description' => $txt[254]),
'underline' => array('code' => 'u', 'before' => '', 'after' => '', 'description' => $txt[255]),
'img' => array('code' => 'img', 'before' => '[img]', 'after' => '[/img]', 'description' => $txt[435]),
'url' => array('code' => 'url', 'before' => '[Sadece kayıtlı üyeler linkleri görebilirler. ]', 'description' => $txt[257]),
'email' => array('code' => 'email', 'before' => '', 'after' => '', 'description' => $txt[258]),
'ftp' => array('code' => 'ftp', 'before' => '[ftp]', 'after' => '[/ftp]', 'description' => $txt[434]),
'size' => array('code' => 'size', 'before' => '[size=10pt]', 'after' => '[/size]', 'description' => $txt[532]),
'face' => array('code' => 'font', 'before' => '', 'after' => '', 'description' => $txt[533]),
'pre' => array('code' => 'pre', 'before' => '[pre]', 'after' => '[/pre]', 'description' => $txt[444]),
'left' => array('code' => 'left', 'before' => '
', 'after' => '
', 'description' => $txt[445]), 'center' => array('code' => 'center', 'before' => '
', 'after' => '
', 'description' => $txt[256]), 'right' => array('code' => 'right', 'before' => '
', 'after' => '
', 'description' => $txt[446]), 'list' => array('code' => 'list', 'before' => '
  • \n[li]', 'after' => '[/li]\n[li][/li]\n
', 'description' => $txt[261]), ); // Here loop through the array, printing the images/rows/separators! foreach ($context['bbc_tags'][0] as $image => $tag) ** // Is there a "before" part for this bbc button? If not, it can't be a button!! if (isset($tag['before'])) ** // Is this tag disabled? if (!empty($context['disabled_tags'][$tag['code']])) continue; // If there's no after, we're just replacing the entire selection in the post box. if (!isset($tag['after'])) echo '<a href="javascript:void(0);" onclick="replaceText(\'', $tag['before'], '\', document.forms.creator.signature); return false;">'; // On the other hand, if there is one we are surrounding the selection ;). else echo '<a href="javascript:void(0);" onclick="surroundText(\'', $tag['before'], '\', \'', $tag['after'], '\', document.forms.creator.signature); return false;">'; // Okay... we have the link. Now for the image and the closing </a>! echo '<img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="', $settings['images_url'], '/bbc/', $image, '.gif" align="bottom" width="23" height="22" alt="', $tag['description'], '" title="', $tag['description'], '" style="background-image: url(', $settings['images_url'], '/bbc/bbc_bg.gif); margin: 1px 2px 1px 1px;" /></a>'; ** ** echo ' <textarea class="editor" onkeyup="calcCharLeft();" name="signature" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onchange="storeCaret(this);" rows="5" cols="50">', $context['member']['signature'], '</textarea><br />';
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Alıntı ile Cevapla
Cevapla

Konu Seçenekleri
Modları Göster


Okuduğunuz Konuya Benzer Konular
Konu Konuyu Açan Forum Cevaplar Son Mesaj
alkollü araba kullanmanın sonuçları DarKWitcH Esrarengiz Olaylar 4 05-12-2008 20:36
canlı canlı elektrik çarpması BARSKUR Resimler 3 11-08-2007 22:23
Liglerde günün toplu sonuçları RAY-BAN Futbol 0 05-11-2006 18:06
İddaa HeLL_DooR Galatasaray 0 17-07-2006 17:56


Forum Saati: 04:44

Powered by: vBulletin Version 3.8.2
Copyright ©2000 - 2006, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Design By Htworks.Net Licenced To XSiR.NeT | Temiz Internet

Bu site,düşünen ve üreten insanları bu uğraşlarından vazgeçirmeye çabalayan, toplumda yaşayan bireylerin ortak hareket ederek birbirlerine kenetlenmelerini istemeyen,
toplumun neredeyse tamamını belirli araçlarla adeta uyuşturmaya çalışan bir sistem ve denge içerisinde hala inatla ve korkusuzca düşünen ve üreten insanlara ithaf edilmiştir.

 Subscribe in a reader

Valid XHTML 1.0 Transitional