MyBB Depo Forum

Orjinalini görmek için tıklayınız: Postbit küçültme
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Web site Site Adresi : http://www.forumdervis.com
Versiyon MyBB Sürümü : 1.6.10
Eklenti-Plugin Kurulu Eklentiler : Çok
Hata-Sorun Sorun açıklaması :
Resim-Grafik Hata Ekran Görüntüsü : resim

Arkadaşlar o kısmı küçültmek istiyorum.Birde temanın yanlar full dolu nasıl genişliğini ayarlayabilirim.Global.css gelişmiş modda contanier kısmında wide yok ?
Merhaba,

Konu sayınız 10 olmuş ve buda demektir ki forum kurallarını biliyor ve buna göre davranan üye demektir ki

Konununuza baktığımız zaman linkler code taglar içerisinde değil. Ekran görüntüsünü [img] tagı arasında eklemelisiniz.

Telif hakları linkiniz düzgün değil, bunları düzeltmediğiniz takdirde buradan size destek sağlayamayız.


İyi forumlar.
Nasıl tam değil bu arada konuyu 2 kere açmışım özür dilerim

Kod:
<div id="debug"><debugstuff></div>
    </div>
</div>
<div id="footer">
    <div class="upper">
        <div class="wrapper">
            {$lang_select}
            <ul class="menu bottom_links">
                <li><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a></li>
                <li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
                <li><a href="#top">{$lang->bottomlinks_returntop}</a></li>
                <li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li>
                <li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></li>
                <li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
            </ul>
        </div>
    </div>
    <div class="lower">
        <div class="wrapper">
            <span id="current_time">{$lang->welcome_current_time}</span>
            <span id="copyright">
                <!-- MyBB is free software developed and maintained by a volunteer community.
                    It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
                    to show your support for MyBB.  If you choose to remove or modify the copyright below,
                    you may be refused support on the MyBB Community Forums.
                
                    This is free software, support us and we'll support you. -->
                {$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.
                <!-- End powered by -->
            </span>
            <span id="theme">
                <!-- Apart is a series of twelve simple, beautiful themes released completely free of charge.
                    You love Apart - that's why you're using it - so why prevent others from finding Apart
                    by removing this short, simple created by statement? If you make changes to this theme,
                    feel free to modify the created by statement, as long as the originial credit remains
                    intact. Furthermore, if you remove or unjustly modify this simple statement, you will
                    be refused support for the theme.
    
                    Thanks for your consideration, and best of luck with your forum.
                    - Justin S., bellomandesign.com
                -->
                Theme created by <a href="http://bellomandesign.com/" target="_blank">Justin S.</a>
Theme Edit<a href="www.forumdervis.com" target="_blank"> ALACATLI And SilverTR</a><!-- End theme created by statement -->
            </span>
        </div>
    </div>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>
Footer bu ? nerede eksiklik var ?
Merhaba,

Footer'ınızda yer alan linkler bir önce ki yorumda belirtiğim konuda ki gibi değil. Normali :

Türkçe Çeviri: MyBBGrup
Forum Yazılımı: MyBB, © 2002-2012 MyBB Group.

Bu şekilde olmalıdır.

Değiştirmeniz gereken kodlar :

Bul :

Kod:
{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.


Değiştir:

Kod:
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
                <!-- End powered by -->
                <br />

Ayrıca konuda ki linkleri code taglar içerisinde ve eklediğiniz resimide

Kod:
[img] resim adresi [/img]
tagları arasında ekleyiniz.

İyi forumlar.