14.02.2015, 23:12
wersja skryptu MyBB:1.8.3
adres forum:austriapolonia.tk
Zainstalowałem sobie na testy mybb 1.8.3 i teraz próbuje edytować styl. Na dole strony chce dodać baner rotacyjny. Dodałem już skrypt i wszystko działa tylko chciałbym jeszcze całość wcisnąć w jakaś tabelkę (podobnie jak z boku strony --> Reklama) i wycentrować. Niestety coś mi się to nie udaje.
Kod do szablonu footer:
adres forum:austriapolonia.tk
Zainstalowałem sobie na testy mybb 1.8.3 i teraz próbuje edytować styl. Na dole strony chce dodać baner rotacyjny. Dodałem już skrypt i wszystko działa tylko chciałbym jeszcze całość wcisnąć w jakaś tabelkę (podobnie jak z boku strony --> Reklama) i wycentrować. Niestety coś mi się to nie udaje.
Kod do szablonu footer:
Kod PHP:
<debugstuff>
</div>
</div>
</div></div>
<div id="footer">
<div class="upper">
<div class="wrapper">
{$lang_select}
{$theme_select}
<ul class="menu2 bottom_links" style="margin-top: 10px;">
<li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication"><i style="font-size: 16px;" class="fa fa-rss fa-fw"></i> </a></li>
<li><a href="#top">{$lang->bottomlinks_returntop} </a></li>
<li><a href="<archive_url>">Wersja bez grafiki </a></li>
{$contact_us}
</ul>
</div>
</div>
<div class="lower">
<div class="wrapper">
<div class="smalltext"><span id="current_time">Theme © 2014 iAndrew modified by Arcicorci </span></div>
<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>, © 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>
<!-- kod do slidera w stopce -->
<div class="rotator">
<ul>
<li class="show">
<a href="http://www.austriapolonia.tk" target="_blank">
<img src="http://i1034.photobucket.com/albums/a422/Woytas11/logomh2_zps6247df1e.png" width="400" height="150" alt="pic1" />
</a>
</li>
<li>
<a href="http://www.austriapolonia.tk" target="_blank">
<img src="http://i1034.photobucket.com/albums/a422/Woytas11/logomh_zpsf71e5eb5.png" width="400" height="150" alt="pic2" />
</a>
</li>
</ul>
</div>
<!-- kod do slidera w stopce -->
</div>