28.11.2013, 13:10
wersja skryptu MyBB:1.6.11
adres forum: ibukkit.c0.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam otóż nie wiem jak zmienić Facebook (Wysuwany) Oto:
Portal.php
adres forum: ibukkit.c0.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam otóż nie wiem jak zmienić Facebook (Wysuwany) Oto:
Portal.php
Kod:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table class="tborder" border="0" cellpadding="3" cellspacing="1">
<tbody><tr>
<td class="thead" colspan="6">
<div id="facebook">
<img src="images/facebook_like.png" />
<iframe src="https://www.facebook.com/login/plugin_roadblock.php?target_url=https%3A%2F%2Fwww.facebook.com%2Fplugins%2Flikebox.php%3Fid%3D185527904813024%26amp%253Bwidth%3D238%26amp%253Bconnections%3D12%26amp%253Bstream%3Dfalse%26amp%253Bheader%3Dfalse%26amp%253Bheight%3D370" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:238px; height:370px;background:#FFF;" allowTransparency="false"></iframe>
</div>
<strong><center>Serwery</center></strong>
</td>
</tr>
<tr><td class="tcat" colspan="0"><span class="smalltext"><strong>Nazwa:</strong></span></td>
<td class="tcat" colspan="0"><span class="smalltext"><strong>IP:</strong></span></td>
<td class="tcat" colspan="0"><span class="smalltext"><strong>Rodzaj:</strong></span></td>
</tr><tr>
<td class="trow2"> <span class="smalltext"><a href="http://www.gametracker.com/server_info/178.19.109.43:26975/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/178.19.109.43:26975/b_350_20_0C1D07_0C1D07_B70606_A43232.png" border="0" width="350" height="20" alt=""/></a></span></td>
<td class="trow2"> <span class="smalltext"><b>ibukkit.c0.pl</span></b></td>
<td class="trow2"> <span class="smalltext"><i>Survival+Frakcje</span></i></td>
</tr>
<tr>
<td class="trow2"> <span class="smalltext"><b><i><u>Serwer TeamSpeke 3</span></u></b></i></td>
<td class="trow2"> <span class="smalltext"><b>178.217.186.86:9941</span></b></td>
<td class="trow2"> <span class="smalltext"><i>TeamSpeke3</i></span></td>
</tr>
</tbody></table>
{$changfcb} <br />
</tbody></table>
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td> </td>
<td valign="top">
{$announcements}
</td>
</tr>
</table>
{$footer}
</body>
</html>