cbagdatli adlı üyeden alıntı:
mesajı görüntüle
Her Tür Dönüşümlü Banner ekleme ( Basit yöntem )
18
●6.665
- 05-06-2007, 01:26:15// Donation request!
if($context['current_action'] == 'admin' && $context['user']['is_admin'])
{
global $language;
echo '<div align="center">
</div>';
}
// The main content should go here.
echo '
İşte buraya koyulacak kodu istiyorum tam olarak yazıyorum denedim denedim tema hatası veriyor
dilber mc tema index.template.php dosyası bu
<div id="bodyarea" style="padding: 1ex 25px 2ex 25px;">';
}
function template_main_below()
{
global $context, $settings, $options, $scripturl, $txt;
echo '
</div>';
// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
echo '
<div id="footerarea" style="text-align: center; padding-bottom: 1ex;', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' width: 100%;' : '', '">
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
function smfFooterHighlight(element, value)
{
element.src = smf_images_url + "/" + (value ? "h_" : "") + element.id + ".gif";
}
// ]]></script> - 05-06-2007, 10:22:59hocam tam olarak yazarmısın kodu paste yapabilirmisin? tırnaklar karıştıizmirli_ adlı üyeden alıntı: mesajı görüntüle
- 20-06-2007, 08:46:57ben bunu ilk mesajdan sonra her sayfada çıkan banner şeklinde nasıl yaparım gerçi kodu ekledim ama reklam çıkmadı yardımcı olursanız sevinirim dosyayı eke ekliyorum display.template
dilber mc tema index.template.php dosyası bu