Webboard

Pełna wersja: Zmiana koloru Bottommenu
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB: 1.6.0
adres forum: www.soa-rp.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Siema. Kumpel zmienił cały styl z niebieskiego na zielony.
Została jedna rzecz, której nie mogę zmienić. Jest to BottomMenu.

[Obrazek: screence.png]

Mówiono mi, że zmienić to w footer, ale ja nie mogę tego tam znaleźć.
Może ktoś napisać wyraźnie na kodzie, gdzie to zmienić ?
Kod:
<br />
                        <div class="bottommenu">
                                <div class="float_right">{$lang_select}</div>
                                <div>
                                        <span class="smalltext"><a href="{$mybb->settings['contactlink']}"><font color="white">{$lang->bottomlinks_contactus}</font></a> | <a href="{$mybb->settings['homeurl']}"><font color="white">{$mybb->settings['homename']}</font></a> | <a href="#top"><font color="white">{$lang->bottomlinks_returntop}</font></a> | <a href="#content"><font color="white">{$lang->bottomlinks_returncontent}</font></a> | <a href="<archive_url>"><font color="white">{$lang->bottomlinks_litemode}</font></a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication"><font color="white">{$lang->bottomlinks_syndication}</font></a></span>
                                </div>
                        </div>
                        </div>
                <hr class="hidden" />
                        <div 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. -->
<font color ="gray">Mechanizm forum <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; {$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.</font><br />
                                <!-- End powered by -->
<font color ="gray">Szablon: <a href="http://soa-rp.pl/">www.SoA-RP.pl</a>, inspired by <a href="http://www.invisionpower.com/">IP.Board</a></font><br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
                </div>
                </div>

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-20859085-1']);
  _gaq.push(['_trackPageview']);

(function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
  

</script>
Dlaczego chcesz zmienić kolor dolnego menu w szablonach? ;)
Zmień kolor background klasy bottommenu w global.css Twojego stylu.
Dzięki wielkie Adrian, wszystko działa.

Gdyby ktoś jeszcze nie wiedział
Kod:
.bottommenu {
        background: #1f3f00;//<--- Tu zmieniamy kolor
        color: #ffffff;
        padding: 15px;
        border-radius: 4px;
        -moz-border-radius: 4px;