MyBB Depo Forum
[1.8] Oyunwizard Mybb Teması [1.8] - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBB Grafik & Tasarım Deposu (https://mybbdepo.com/mybb-grafik-tasarim-deposu-forumu)
+--- Forum: MyBB 1.8 Tema Deposu (https://mybbdepo.com/mybb-1-8-tema-deposu-forumu)
+--- Konu Başlığı: [1.8] Oyunwizard Mybb Teması [1.8] (/oyunwizard-mybb-temasi-1-8-konusu.html)

Sayfalar: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19


Cvp: Oyunwizard Mybb Teması [1.8] - Mehmethan12 - 25-10-2014

Merhaba adminlik versem sitemde ayarlasanız güzelce ?

Site http://www.Sanalware.net Aynı bu isminizle kaydolun adminliginizi veriyim...

Buradan kaydoldum diye öm atarsanız sevinirim.


Cvp: Oyunwizard Mybb Teması [1.8] - WampiR - 25-10-2014

(25-10-2014, Saat:22:45)Mehmethan12 Adlı Kullanıcıdan Alıntı: Merhaba adminlik versem sitemde ayarlasanız güzelce ?

Site http://www.Sanalware.net Aynı bu isminizle kaydolun adminliginizi veriyim...

Buradan kaydoldum diye öm atarsanız sevinirim.

Neyi ayarlayayım? Son sürümü indirdiğiniz takdirde bir problem çıkacağını sanmıyorum.


Cvp: Oyunwizard Mybb Teması [1.8] - -Andromeda- - 26-10-2014

mod paneli kısmında hata var yazılar iç içe girmiş bir halde


Cvp: Oyunwizard Mybb Teması [1.8] - WampiR - 26-10-2014

Hata ekran görüntüsü ve url atabilir misiniz? Kontrol etmek için.


Cvp: Oyunwizard Mybb Teması [1.8] - Mehmethan12 - 26-10-2014

(25-10-2014, Saat:22:53)WampiR Adlı Kullanıcıdan Alıntı:
(25-10-2014, Saat:22:45)Mehmethan12 Adlı Kullanıcıdan Alıntı: Merhaba adminlik versem sitemde ayarlasanız güzelce ?

Site http://www.Sanalware.net Aynı bu isminizle kaydolun adminliginizi veriyim...

Buradan kaydoldum diye öm atarsanız sevinirim.

Neyi ayarlayayım? Son sürümü indirdiğiniz takdirde bir problem çıkacağını sanmıyorum.

Tema özel mesaj kısmı vs bozuk.. kendiniz inceleseniz daha iyi olur Gülümseme


Cvp: Oyunwizard Mybb Teması [1.8] - WampiR - 26-10-2014

Herhangi bir bozukluk söz konusu değil. Avatar eklentisini kurup, ayarların aktifleştiğinden emin olun lütfen. Yinede çözüm olmazsa hesap açıp adminlik verin.


Cvp: Oyunwizard Mybb Teması [1.8] - WampiR - 26-10-2014

Mod panelinde üye profili düzenleme kısmında kayma hatası alan arkadaşlar aşağıdaki düzeltmeyi uygulayabilir.

Tema Şablonları > Moderatör Kontrol Paneli Şablonlar > modcp_editprofile şablonunu aşağıdaki kod ile değiştirin.

Kod:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_profile}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    var mod_posts = '{$modpost_check}';
    var susp_posts = '{$suspost_check}';
// -->
</script>
</head>
<body>
    {$header}
    <form action="modcp.php" method="post">
        <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
        <table width="100%" border="0" align="center">
            <tr>
                {$modcp_nav}
                <td valign="top">
                    {$errors}
                    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
                        <tr>
                            <td class="thead" colspan="2"><strong>{$lang->edit_profile}</strong></td>
                        </tr>
                        <tr>
                            <td width="50%" class="trow1" valign="top">
                                <fieldset class="trow-kayit">
                                    <legend><strong>{$lang->profile_required}</strong></legend>
                                    <table cellspacing="0" cellpadding="{$theme['tablespace']}">
                                        <tr>
                                            <td><span class="smalltext">{$lang->current_username}</span></td>
                                        </tr>
                                        <tr>
                                            <td><strong>{$profile_link}</strong></td>
                                        </tr>
                                        {$requiredfields}
                                    </table>
                                </fieldset>
                                <br />
                                <fieldset class="trow-kayit">
                                    <legend><strong>{$lang->profile_optional}</strong></legend>
                                    <table cellspacing="0" cellpadding="{$theme['tablespace']}">
                                        <tr>
                                            <td colspan="3"><span class="smalltext"><label><input type="checkbox" class="checkbox" name="remove_avatar" value="1" /> {$lang->remove_avatar}</label></span></td>
                                        </tr>

                                        <tr>
                                            <td colspan="3"><span class="smalltext">{$lang->birthday}</span></td>
                                        </tr>
                                        <tr>
                                            <td>
                                                <select name="birthday_day">
                                                    <option value="">&nbsp;</option>
                                                    {$bdaydaysel}
                                                </select>
                                            </td>
                                            <td>
                                                <select name="birthday_month">
                                                    <option value="">&nbsp;</option>
                                                    <option value="1" {$bdaymonthsel['1']}>{$lang->month_1}</option>
                                                    <option value="2" {$bdaymonthsel['2']}>{$lang->month_2}</option>
                                                    <option value="3" {$bdaymonthsel['3']}>{$lang->month_3}</option>
                                                    <option value="4" {$bdaymonthsel['4']}>{$lang->month_4}</option>
                                                    <option value="5" {$bdaymonthsel['5']}>{$lang->month_5}</option>
                                                    <option value="6" {$bdaymonthsel['6']}>{$lang->month_6}</option>
                                                    <option value="7" {$bdaymonthsel['7']}>{$lang->month_7}</option>
                                                    <option value="8" {$bdaymonthsel['8']}>{$lang->month_8}</option>
                                                    <option value="9" {$bdaymonthsel['9']}>{$lang->month_9}</option>
                                                    <option value="10" {$bdaymonthsel['10']}>{$lang->month_10}</option>
                                                    <option value="11" {$bdaymonthsel['11']}>{$lang->month_11}</option>
                                                    <option value="12" {$bdaymonthsel['12']}>{$lang->month_12}</option>
                                                </select>
                                            </td>
                                            <td>
                                                <input type="text" class="textbox" size="4" maxlength="4" name="birthday_year" value="{$mybb->input['birthday_year']}" />
                                            </td>
                                        </tr>
                                        <tr>
                                            <td colspan="3"><span class="smalltext">{$lang->website_url}</span></td>
                                        </tr>
                                        <tr>
                                            <td colspan="3"><input type="text" class="textbox" name="website" size="25" maxlength="75" value="{$mybb->input['website']}" /></td>
                                        </tr>
                                    </table>
                                </fieldset>
                                {$customfields}
                            </td>
                            <td width="50%" class="trow1" valign="top">
                                <fieldset class="trow-kayit">
                                    <legend><strong>{$lang->custom_usertitle}</strong></legend>
                                    <table cellspacing="0" cellpadding="{$theme['tablespace']}">
                                        <tr>
                                            <td><span class="smalltext">{$lang->custom_usertitle_note}</span></td>
                                        </tr>
                                        <tr>
                                            <td><span class="smalltext">{$lang->default_usertitle}</span></td>
                                        </tr>
                                        <tr>
                                            <td><span class="smalltext"><strong>{$defaulttitle}</strong></span></td>
                                        </tr>
                                        <tr>
                                            <td><span class="smalltext">{$lang->current_custom_usertitle}</span></td>
                                        </tr>
                                        <tr>
                                            <td><span class="smalltext"><strong>{$user['usertitle']}</strong></span></td>
                                        </tr>
                                        <tr>
                                            <td><span class="smalltext">{$lang->new_custom_usertitle}</span></td>
                                        </tr>
                                        <tr>
                                            <td><input type="text" class="textbox" name="usertitle" size="25" maxlength="{$mybb->settings['customtitlemaxlength']}" value="{$newtitle}" /></td>
                                        </tr>
                                        <tr>
                                            <td><span class="smalltext"><input type="checkbox" name="reverttitle" id="reverttitle" class="checkbox" /> {$lang->revert_usertitle}</span></td>
                                        </tr>
                                    </table>
                                </fieldset>
                                <br />
                                <fieldset class="trow-kayit">
                                    <legend><strong>{$lang->additional_contact_details}</strong></legend>
                                    <table cellspacing="0" cellpadding="{$theme['tablespace']}">
                                        <tr>
                                            <td><span class="smalltext">{$lang->icq_number}</span></td>
                                        </tr>
                                        <tr>
                                            <td><input type="text" class="textbox" name="icq" size="25" value="{$mybb->input['icq']}" /></td>
                                        </tr>
                                        <tr>
                                            <td><span class="smalltext">{$lang->aim_screenname}</span></td>
                                        </tr>
                                        <tr>
                                            <td><input type="text" class="textbox" name="aim" size="25" value="{$mybb->input['aim']}" /></td>
                                        </tr>
                                        <tr>
                                            <td><span class="smalltext">{$lang->skype_id}</span></td>
                                        </tr>
                                        <tr>
                                            <td><input type="text" class="textbox" name="skype" size="25" value="{$mybb->input['skype']}" /></td>
                                        </tr>
                                        <tr>
                                            <td><span class="smalltext">{$lang->google_id}</span></td>
                                        </tr>
                                        <tr>
                                            <td><input type="text" class="textbox" name="google" size="25" value="{$mybb->input['google']}" /></td>
                                        </tr>
                                        <tr>
                                            <td><span class="smalltext">{$lang->yahoo_id}</span></td>
                                        </tr>
                                        <tr>
                                            <td><input type="text" class="textbox" name="yahoo" size="25" value="{$mybb->input['yahoo']}" /></td>
                                        </tr>
                                    </table>
                                </fieldset>
                                <br />
                                <fieldset class="trow-kayit">
                                    <legend><strong>{$lang->moderation}</strong></legend>
                                    <table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
                                        <tr>
                                            <td>
<dl style="margin-top: 0; margin-bottom: 0;">
<dt><label><input type="checkbox" name="moderateposting" value="1" {$modpost_checked} class="checkbox" onclick="toggleSuspend('modposts');" id="modpost" /> {$lang->moderate_posts}</label></dt>
<dd style="margin-top: 4px;" id="modposts_action">
<table cellpadding="4">
{$moderateposts_info}
    <tr>
        <td width="35%">{$lang->modpost_length}</td>
        <td><input type="text" name="modpost_time" value="{$mybb->input['modpost_time']}" class="textbox" style="width: 2em;" /> {$modpost_options}</td>
    </tr>
</table>
</dd>
</dl>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td>
<dl style="margin-top: 0; margin-bottom: 0;">
<dt><label><input type="checkbox" name="suspendposting" value="1" {$suspost_checked} class="checkbox" onclick="toggleSuspend('susposts');" id="suspost" /> {$lang->suspend_posts}</label></dt>
<dd style="margin-top: 4px;" id="susposts_action">
<table cellpadding="4">
{$suspendposting_info}
    <tr>
        <td width="35%">{$lang->suspost_length}</td>
        <td><input type="text" name="suspost_time" value="{$mybb->input['suspost_time']}" class="textbox" style="width: 2em;" /> {$suspost_options}</td>
    </tr>
</table>
</dd>
</dl></td>
                                        </tr>
                                    </table>
                                </fieldset>
                                {$awaysection}
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2" class="trow1" valign="top">
                                <fieldset class="trow-kayit">
                                    <legend><strong>{$lang->signature}</strong></legend>
                                    <table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td class="trow1" width="80%">
<textarea rows="15" cols="70" id="signature" name="signature">{$user['signature']}</textarea>
{$codebuttons}
</td>
</tr>
{$suspend_signature}
                                    </table>
                                </fieldset>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2" class="trow1" valign="top">
                                <fieldset class="trow-kayit">
                                    <legend><strong>{$lang->mod_notes}</strong></legend>
                                    <textarea name="usernotes" id="usernotes" rows="10" cols="70">{$user['usernotes']}</textarea>
                                </fieldset>
                            </td>
                        </tr>
                    </table>
                    <br />
                    <div align="center">
                        <input type="hidden" name="action" value="do_editprofile" />
                        <input type="hidden" name="uid" value="{$user['uid']}" />
                        <input type="submit" class="button" value="{$lang->update_profile}" />
                    </div>
                </td>
            </tr>
        </table>
    </form>
    {$footer}
<script type="text/javascript">
<!--
    if(mod_posts == 0)
    {
        $("#modposts_action").hide();
    }

    if(susp_posts == 0)
    {
        $("#susposts_action").hide();
    }

    function toggleSuspend(action)
    {
        if(action == "modposts")
        {
            $("#susposts_action").hide();
            $("#suspost").attr("checked", false);

            if($("#modpost").prop("checked") == false)
            {
                $("#modpost").attr("checked", false);
                $("#modposts_action").hide();
            }
            else
            {
                $("#modpost").attr("checked", true);
                $("#modposts_action").show();
            }
        }

        if(action == "susposts")
        {
            $("#modposts_action").hide();
            $("#modpost").attr("checked", false);

            if($("#suspost").prop("checked") == false)
            {
                $("#suspost").attr("checked", false);
                $("#susposts_action").hide();
            }
            else
            {
                $("#suspost").attr("checked", true);
                $("#susposts_action").show();
            }
        }
    }
// -->
</script>
</body>
</html>

Ayrıca logo yüzünden menü ile header arasında beyaz bir boşluk oluşmuş. Bunu da şu şekilde düzeltebilirsiniz;

Global.css'den

Header bulun ve şu kodu ekleyin. (#ust-panel'in hemen üstünde)

Kod:
height:281px;

#logo img bulun ve şu kodu ekleyin.

Kod:
max-height:75px;

Bu kodlarla uğraşmak istemeyen arkadaşlar temanın güncel versiyonunu indirebilir.

Kod:
https://www.mediafire.com/?6c1541l7x08lexc



Cvp: Oyunwizard Mybb Teması [1.8] - ForumKarizma - 07-11-2014

Postbiti 10tl.net gibi şeylere uyarlayabilirmisin