The Cure zmiana loga w footer

Założony przez  dsikora115.

wersja skryptu MyBB: 1.6.9
adres forum:
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Witam jestem posiadaczem stylu The Cure ten styl na dole strony ma takie logo jak poniżej [Obrazek: 4oyhg.jpg] co trzeba zrobić aby zamiast tego loga było moje własne
Szablon stopka - footer
zmienić link do obrazka.
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
@Tylko pamiętaj, że w stopce musi być link do autora stylu. Jest to styl darmowy więc stopka musi zostać..
a gdzie dokładnie jest ten adres do poprzedniego loga
tu jest mój kod z szablony-stopka-foter
<div class="clear"></div>
<a href="#top" class="top_icon">{$lang->bottomlinks_returntop}</a><a href="#content" class="content_icon">{$lang->bottomlinks_returncontent}</a>
<div class="clear"></div>
</div>
        <div class="footer_main"></div>
    </div>
</div></div>
<div id="footer">
    <div class="mainwrap">
<div class="footer_menu">
        <h2>Quick Navigation</h2>
        <ul>
            <li><a href="{$mybb->settings['homeurl']}" class="bot_home">{$mybb->settings['homename']}</a></li>
            <li><a href="{$mybb->settings['contactlink']}" class="bot_contact">{$lang->bottomlinks_contactus}</a></li>
            <li><a href="<archive_url>" class="bot_archive">{$lang->bottomlinks_litemode}</a></li>
            <li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication" class="bot_rss">{$lang->bottomlinks_syndication}</a></li>
        </ul>
</div>
<div class="footer_content">
            <br />
            <p>All content &copy; copyright {$mybb->settings['homename']}.</p>
            <br /><br />
            <!-- 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://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.
                <!-- End powered by -->
<div class="float_right">{$lang_select}</div><br />
Theme designed by <a href="http://www.audentio.com" title="Free MyBB Themes">Audentio Design</a>.

</div>
<div class="clear"></div>
        <!-- <div id="debug"><debugstuff></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>
</div>

a logo ma taki adres images/thecure/style/footer_logo.jpg
Być może to nie w stopce .. Podaj adres forum.
A logo jest na pewno w footer?

Tak to jest jak ktoś chce pomocy a nie poda wszystkich wymaganych danych. Pole "Adres forum" nie jest dla ozdoby.
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
spoko już wysyłam
Logo masz w stylach css, pewnie w global.css
#footer .footer_content {
    width: 690px;
    background: url(../../../images/thecure/style/footer_logo.jpg) 100% 20% no-repeat;
    float: right;
    padding: 40px 0 20px 0;
}
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
gdy wchodzę w style global css mam kilka footer ktore zmienic bo w zadnym nie ma adresu footer_logo.jpg
#footer {
    border-top: 1px solid #30475c;
    padding: 14px 0 20px;
      
}

#footer .footer_menu {
    width: 250px;
    background: url(images/thecure/style/footer_menu_main.jpg) 100% 0 no-repeat;
    float: left;
}

#footer .footer_menu ul {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}

#footer .footer_menu ul li {
    margin: 6px 14px 0 0;
    padding: 0;
    float: left;
    clear: both;
    width:232px;
}

#footer .footer_menu ul li a {
    background: #0a1620;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 6px 4px 32px;
    display: block;
    color: #8fb0cd;
}

#footer .footer_menu ul li a:hover {
color:#228ae7
}

#footer .footer_menu ul li a.bot_home {
background: #0a1620 url(images/thecure/style/footer_links.gif) 3px -39px no-repeat
}

#footer .footer_menu ul li a.bot_contact {
background: #0a1620 url(images/thecure/style/footer_links.gif) 3px -1px no-repeat
}

#footer .footer_menu ul li a.bot_archive {
background: #0a1620 url(images/thecure/style/footer_links.gif) 3px -75px no-repeat
}

#footer .footer_menu ul li a.bot_rss {
background: #0a1620 url(images/thecure/style/footer_links.gif) 3px -111px no-repeat
}

#footer .footer_content {
    width: 690px;
    background: url(images/thecure/style/footer_logo.jpg) 100% 20% no-repeat;
    float: right;
    padding: 40px 0 20px 0;
}

#footer .footer_content a {
color: #FFFFFF
}

#footer .footer_content a:hover {
color: #228ae7
naprawdę nie ma ?
#footer .footer_content {
    width: 690px;
    background: url(images/thecure/style/footer_logo.jpg) 100% 20% no-repeat;
    float: right;
    padding: 40px 0 20px 0;
}
?? jak wół background: url(images/thecure/style/footer_logo.jpg) 100% 20% no-repeat;
racja jest ja patrzyłem na zwykle #footer mój błąd teraz wszystko działa
Polecam naukę podstaw HTML/CSS oraz używanie Firebuga a sam rozwiążesz tak proste sprawy.
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI



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

1 gości