Alıntı yapılan: snrj - 30 Kas 2020 01:26ikisi aynı mod zaten şu konuda belirtmiştikhttps://smf.konusal.com/index.php?topic=20.0
Okumamanın zararları o zaman

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Alıntı yapılan: snrj - 30 Kas 2020 01:26ikisi aynı mod zaten şu konuda belirtmiştikhttps://smf.konusal.com/index.php?topic=20.0
Alıntı yapılan: CeeMoo - 12 May 2016 20:04Alıntı yapılan: Ghost - 12 May 2016 20:01Hocam öcelikli olarak forumunuzda o temayı açabilirminiz. Birde sizden o temanın index.themplate.php ve index.css dosyalarını isteyeceğim.Belki admin panelden tema ayarlarında direk vardır.Temayı hiç denemedğim için bilmiyorum malesef
// Add Facebook Like, Tweet, and Google +1
if (!empty($modSettings['socialization_onoff'])) {
if ($message['id'] == $context['topic_first_message']) {
echo '
<br />
<div style="margin-left:auto;margin-right:auto;text-align:center;padding-left:12px">';
// Show Facebook Like icon in the first post
if (!empty($modSettings['facebook_like'])) {
echo '
<iframe src="http://www.facebook.com/plugins/like.php?href=', $scripturl, '?topic=', $context['current_topic'], '&send=false&layout=button_count&width=100&show_faces=false&action=like&colorscheme=light&font&height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:20px;" allowTransparency="true"></iframe>';
}
// Show Twitter Tweet icon in the first post
if (!empty($modSettings['twitter_tweet'])) {
echo '
<a href="https://twitter.com/share" class="twitter-share-button" data-url="', $scripturl, '?topic=', $context['current_topic'], '" data-counturl="', $scripturl, '?topic=', $context['current_topic'], '"></a><script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>';
}
// Show Google +1 icon in the first post
if (!empty($modSettings['googleplus_plusone'])) {
echo '
<div class="g-plusone" data-size="medium"></div><script type="text/javascript">(function() {var po = document.createElement("script"); po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s);})();</script>';
}
echo '
</div>
<br />';
}
}
array('check', 'socialization_onoff'),
array('check', 'facebook_like'),
array('check', 'twitter_tweet'),
array('check', 'googleplus_plusone'),
$txt['socialization_onoff'] = 'Enable socialization button (Facebook, Twitter, and Google+)';
$txt['facebook_like'] = 'Show Facebook Like icon in the first post';
$txt['twitter_tweet'] = 'Show Twitter Tweet icon in the first post';
$txt['googleplus_plusone'] = 'Show Google +1 icon in the first post';
$txt['socialization_onoff'] = 'Enable socialization button (Facebook, Twitter, and Google+)';
$txt['facebook_like'] = 'Show Facebook Like icon in the first post.';
$txt['twitter_tweet'] = 'Show Twitter Tweet icon in the first post.';
$txt['googleplus_plusone'] = 'Show Google +1 icon in the first post.';
Bu site smf.konusal.com tarafından yapılmıştır Tüm Hakları saklıdır...