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ü

Mesajlar - HelloIamSoapy

#31
Smf Tema istek ve Editleme / Ynt: Font
29 Mayıs 2016, 16:02
a:link, a:visited
{
 color: #980000;
 text-decoration: none;
}

Şu css üzerinde oynama yap
#32
Yarın tekrar gözden geçireceğim.
#34
Çözülenler / Ynt: Bir Kaç Soru
28 Mayıs 2016, 17:26
Bul

/* The board's and children's 'last_post's have:
 time, timestamp (a number that represents the time.), id (of the post), topic (topic id.),
 link, href, subject, start (where they should go for the first unread post.),
 and member. (which has id, name, link, href, username in it.) */
 if (!empty($board['last_post']['id']))
 echo '
 <p><strong>', $txt['last_post'], '</strong>  ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />
 ', $txt['in'], ' ', $board['last_post']['link'], '<br />
 ', $txt['on'], ' ', $board['last_post']['time'],'
 </p>';
 echo '
 </td>
 </tr>';

Değiştir
/* The board's and children's 'last_post's have:
 time, timestamp (a number that represents the time.), id (of the post), topic (topic id.),
 link, href, subject, start (where they should go for the first unread post.),
 and member. (which has id, name, link, href, username in it.) */
 if (!empty($board['last_post']['id']))
 echo '
 <p>', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />
 ', $txt['in'], ' ', $board['last_post']['link'], '<br />
 ', $txt['on'], ' ', $board['last_post']['time'],'
 </p>';
 echo '
 </td>
 </tr>';
#36
css'ende böyle bir bölüm var bunun üzerinde oynama yapıp kaldırabilirsin.

div.cat_bar
{
 background: url(../images/theme/main_block.png) no-repeat 0 -160px;
 padding-left: 9px;
 height: 34px;
 overflow: hidden;
 margin-bottom: 1px;
#37
Çözülenler / Ynt: Bir Kaç Soru
28 Mayıs 2016, 16:43
BoardIndex.template.php'ni buraya yükle ayarlıyalım.
#38
<li class="greeting"> <span>', $context['user']['name'], $message['member']['link'], '</span></li>
#39
<li class="greeting"> <span>', $context['user']['name'], '</span></li>
#40
Bul
// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
else
{
echo '
<script type="text/javascript" src="', $settings['default_theme_url'], '/scripts/sha1.js"></script>
<form id="guest_form" action="', $scripturl, '?action=login2" method="post" accept-charset="', $context['character_set'], '" ', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this, \'' . $context['session_id'] . '\');"' : '', '>
<div class="info">', sprintf($txt['welcome_guest'], $txt['guest_title']), '</div>
<input type="text" name="user" size="17" class="input_text" />
<input type="password" name="passwrd" size="17" class="input_password" />
<input type="submit" value="', $txt['login'], '" class="button_submit" />';

if (!empty($modSettings['enableOpenID']))
echo '
<br /><input type="text" name="openid_identifier" id="openid_url" size="25" class="input_text openid_login" />';

echo '
<input type="hidden" name="hash_passwrd" value="" />
</form>';
}

echo '

Değiştir
echo '
#41
Çözülenler / Ynt: Rechapta ortalama
27 Mayıs 2016, 23:53
Alıntı yapılan: tarantula901 - 26 Mayıs 2016, 11:49Üye olma kısımları kapalı olduğundan kontrol edip bakamadım.

Hallettim abim, problem register.php'yi defaulttan çekmesiymiş. register.php'yi tema dizinine atıp editleyince sorun çözüldü aynı probleme sahip arkadaşlar deneyebilirler :)
#42
Güle güle kullanın  yuhphii
#43
Eğer samp forumu içinse ve karakter bilgilerini göstermek istiyorsanız evet. Diğer türlü hayır.
#44
Alıntı yapılan: Bazinga - 21 Mayıs 2016, 10:01Paylaştığın linkte display template'den falan bahsediyor benim temada o yok ne yapmam lazım ?


Muhtemelen default temadan kullanıyordur o zaman, oradan düzenleyebilirsiniz.
#45
Çözülenler / Ynt: Rechapta ortalama
22 Mayıs 2016, 14:37
Deneme yanılma yöntemiyle tüm forumu alt üst ettiğimden.. sıfırdan smf kurup sıfırdan temayı tekrar ayarladım, her şey güzel giderken bu rechapta yine sorun çıkarttı yeni nesilin verdiği kodu css'ye ekliyorum ortalamıyor :&