Brak wyboru języka i stylu forum w stopce po zmianie stylu

Założony przez  Bielecki.

wersja skryptu MyBB: 1.8.6
adres forum: http://bielecki.ovh:7777/
na czym polega problem:
Witajcie
Mój problem polega na tym, że po zmianie stylu z domyślnego na MyResponsive i Ignite zniknęła mi część stopki, która odpowiada za zmianę stylu i języka forum. Szukam i grzebię, ale bez szczególnych rezultatów. Przywrócenie footer do domyślnych wartości poskutkowało całkowitym popapraniem stopki ( http://i.imgur.com/GlTnoo7.png ). Musi być coś gdzieś indziej.
Tak wygląda stopka w stylu default:
[Obrazek: 7el0UNX.png]

Tak w stylu MyResponsive:
[Obrazek: TQKRwqH.png]

A tak w Ignite:
[Obrazek: LWxIUby.png]

Chciałbym, by we wszystkich stylach była mniej więcej taka stopka jak w default, a przynajmniej żeby można było umieścić gdzieś wybór języka i, co ważniejsze dla mnie, stylu forum. Co muszę zedytować i jak?
Jeśli potrzeba więcej danych, chętnie je dostarczę
神の与えし空想 Program
さぁ eins zwei drei! 重なり合う, さぁ eins zwei drei! 死を躱して
消滅の遊戯に焦がれる奇跡を奪う - SURVIVALGAME
Z kodu stopki musisz wybrać odpowiedni kod i przekleić.
Jak nie wiesz który mimo zbadania elementu to daj zawartość szablonów stopki z defaulta.
"Try not. Do... or do not. There is no try."
Poświęć 5 minut. Nie bądź ignorantem!  -  Jak zbadać element?
Wrzuć do szablonu footer te zmienne, tam gdzie chcesz żeby się wyświetlały
{$lang_select} {$theme_select
Jestem blisko:
[Obrazek: weURwF7.png]

Wolałbym jednak, by były w jednej linii. Jak to zrobić?
Footer (default):
<debugstuff>
    </div>
</div>
<div id="footer">
    <div class="upper">
        <div class="wrapper">
            {$lang_select}
            {$theme_select}
            <ul class="menu bottom_links">
                {$contact_us}
                <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>
            </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.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.
                <!-- End powered by -->
            </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 (MyResponsive):
</div>
<div class="menufooter">
    <span class="smalltext">{$contact_us} | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
    <div style="text-align: right;">{$lang_select}{$theme_select}</div>
</div>
</div>
</div>
<div class="content">
<div id="footer">
             <span id="mybbskins">{$lang->mybbskins_disenado} <a href="http://mybbskins.com">Joseahfer</a>.</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.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.
                <!-- End powered by -->
            </span>
</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>
神の与えし空想 Program
さぁ eins zwei drei! 重なり合う, さぁ eins zwei drei! 死を躱して
消滅の遊戯に焦がれる奇跡を奪う - SURVIVALGAME
Musisz wejść w szablony tych zmiennych, gdzieś tam się kryje łamanie linii prawdopodobnie. W grupie footer masz więcej szablonów, po nazwie znajdziesz który :)
"Try not. Do... or do not. There is no try."
Poświęć 5 minut. Nie bądź ignorantem!  -  Jak zbadać element?
Niby nie miałeś racji, ale wszyscy choć trochę mi pomogliście. Problemem był głównie brak części CSSa:
.wrapper {
    width: 85%;
    min-width: 970px;
    max-width: 1500px;
    margin: auto auto;
}

#footer .upper {
    background: #efefef;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 6px;
    font-size: 12px;
    overflow: hidden;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: #777;
}

#footer .upper .language {
    float: right;
    margin: -1px;
    margin-left: 15px;
}

#footer .upper .language select {
    border-color: #ccc;
}

#footer .upper .theme {
    float: right;
    margin: -1px;
    margin-left: 15px;
}

#footer .upper .theme select {
    border-color: #ccc;
}

#footer .upper ul.bottom_links {
    float: left;
    margin: 4px 0 0 0;
}
który musiałem przekleić z default. Dodatkowo zmodyfikowałem po tym Footer i powstało coś takiego:
</div>
<div id="footer"><div class="upper"><div class="wrapper">
    <span class="smalltext">{$contact_us} | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
    {$lang_select}{$theme_select}</div></div></div>
</div>
</div>
<div class="content">
<div id="footer">
              <span id="mybbskins">{$lang->mybbskins_disenado} <a href="http://mybbskins.com">Joseahfer</a>.</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.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.
                <!-- End powered by -->
            </span>
</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>

Efekt mamy taki:
[Obrazek: xXXZdm7.png]

Oczywiście to w stylu MyResponsive. Teraz pomęczę się trochę z Ignitem i dam znać jak efekty :)

Ignite zareagował tak jak powinien, z tą różnicą, że tam był prefooter zamiast footer. Może będę się jeszcze męczył z jakimś About, ale to już zupełnie inny temat :)
[Obrazek: 6HYnyET.png]
Dzięki za pomoc.
Wiem, [Obrazek: 1547027.jpeg], ale nie widzę tego u siebie. Zaznaczę najlepszą odpowiedź :)
神の与えし空想 Program
さぁ eins zwei drei! 重なり合う, さぁ eins zwei drei! 死を躱して
消滅の遊戯に焦がれる奇跡を奪う - SURVIVALGAME



Użytkownicy przeglądający ten wątek:

1 gości