Jak przenieść stopkę

Inne  Założony przez  Rusko.

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

Tak jak na obrazku. Jak przenieść tą stopkę w miejsce oznaczone na zielono?

[Obrazek: vpjf.png]
Spróbuj dać ją w indexie za znacznik </body> albo </html>
No jak może być za html? <facepalm>
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
Przepraszam za błąd. I dziękuję za wypomnienie mi go.
daj kilka <br> przed nią
Próbowałem za </body> ale to nic nie dało.

(15.04.2013, 20:04)DamianoPL napisał(a): daj kilka <br> przed nią

proszę...
To już jest poza forum. Tam masz obrazek i to wszystko. Chyba że dasz dla tekstu z-index: 9999; w css
ale wątpię czy to będzie działać.
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
Ale ja chcę żeby było poza tym szarym tak jak pokazałem na obrazku.
pokaż szablon index
Ale to już jest poza <body> rozumiesz?
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}

{myshoutbox_abcd}
{$boardstats}
<div style="padding:8px; 0; 8px; 0;"></div>
<table class="ikonlar" align="center" border="0" cellpadding="6" cellspacing="0" width="80%">

<tr align="center">
    <td class="trow2"><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" border="0" /></td>
    <td class="trow1"><div class="smalltext">{$lang->new_posts}</div></td>
    <td class="trow2"><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" border="0" /></td>
    <td class="trow1"><div class="smalltext">{$lang->no_new_posts}</div></td>
    <td class="trow2"><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" border="0" /></td>
    <td class="trow1"><div class="smalltext">{$lang->forum_locked}</div></td>
</tr>

</table>

{$footer}
</body>
</html>
Yhym właśnie widzę jak jest po za body .. Zamień swój kod na ten :
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}

{myshoutbox_abcd}
{$boardstats}
<div style="padding:8px; 0; 8px; 0;"></div>
<table class="ikonlar" align="center" border="0" cellpadding="6" cellspacing="0" width="80%">

<tr align="center">
    <td class="trow2"><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" border="0" /></td>
    <td class="trow1"><div class="smalltext">{$lang->new_posts}</div></td>
    <td class="trow2"><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" border="0" /></td>
    <td class="trow1"><div class="smalltext">{$lang->no_new_posts}</div></td>
    <td class="trow2"><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" border="0" /></td>
    <td class="trow1"><div class="smalltext">{$lang->forum_locked}</div></td>
</tr>

</table>

</body>
{$footer}
</html>
(15.04.2013, 20:17)gibonpl napisał(a): Yhym właśnie widzę jak jest po za body .. Zamień swój kod na ten :
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}

{myshoutbox_abcd}
{$boardstats}
<div style="padding:8px; 0; 8px; 0;"></div>
<table class="ikonlar" align="center" border="0" cellpadding="6" cellspacing="0" width="80%">

<tr align="center">
    <td class="trow2"><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" border="0" /></td>
    <td class="trow1"><div class="smalltext">{$lang->new_posts}</div></td>
    <td class="trow2"><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" border="0" /></td>
    <td class="trow1"><div class="smalltext">{$lang->no_new_posts}</div></td>
    <td class="trow2"><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" border="0" /></td>
    <td class="trow1"><div class="smalltext">{$lang->forum_locked}</div></td>
</tr>

</table>

</body>
{$footer}
</html>

Robiłem już tak i nadal to samo.
No bo się nie da. :D Musisz dodać tam jakieś "pudełko" w które tą stopkę schowasz. Np tabelkę 1 wiersz, 1 kolumna i dopiero w to pudełko schować footer.
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
Czyli przykładowo jak?



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

1 gości