21.02.2015, 20:16
wersja skryptu MyBB:1.8.4
adres forum:frag-zone.xaa.pl
na czym polega problem (screen, opis, komunikaty):
Bardzo proszę abyście mi to naprawili, żeby to jakoś wyglądało
tutaj screen, widać na nim co jest nie tak : http://scr.hu/36hq/vpghv
A tutaj cały szablon header_welcomeblock_guest :
adres forum:frag-zone.xaa.pl
na czym polega problem (screen, opis, komunikaty):
Bardzo proszę abyście mi to naprawili, żeby to jakoś wyglądało
tutaj screen, widać na nim co jest nie tak : http://scr.hu/36hq/vpghv
A tutaj cały szablon header_welcomeblock_guest :
Kod PHP:
<div class="float_right" style="margin-top: 20px; width:260px;">
<span class="welcome smalltext"><font color="#fff">Existing user? </font>
<a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true }); return false;" class="login"><font color="#fff">{$lang->welcome_login}</font></a>
<a href="{$mybb->settings['bburl']}/member.php?action=register" title="Not a member yet? why not sign up and start posting." class="fstat">
<font color="white"><i class="fa fa-check-circle-o fa-fw"></i> Create account</font></a>
</span></div>
<div class="modal" id="quick_login" style="display: none;">
<form method="post" action="{$mybb->settings['bburl']}/member.php">
<input name="action" type="hidden" value="do_login" />
<input name="url" type="hidden" value="" />
<input name="quick_login" type="hidden" value="1" />
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" class="tborder" style="padding: 20px;">
<tr>
<td class="thead" colspan="2"><strong>{$lang->login}</strong></td>
</tr>
<tr>
<td class="trow1" width="25%"><strong>{$login_username}</strong></td>
<td class="trow1"><input name="quick_username" id="quick_login_username" type="text" value="" class="textbox initial_focus" /></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->password}</strong></td>
<td class="trow2">
<input name="quick_password" id="quick_login_password" type="password" value="" class="textbox" /> <a href="{$mybb->settings['bburl']}/member.php?action=lostpw" class="lost_password">{$lang->lost_password}</a>
</td>
</tr>
<tr>
<td class="trow1"> </td>
<td class="trow1 remember_me">
<input name="quick_remember" id="quick_login_remember" type="checkbox" value="yes" class="checkbox" checked="checked" />
<label for="quick_login_remember">{$lang->remember_me}</label>
</td>
</tr>
<tr>
<td class="trow2" colspan="2">
<div align="center"><input name="submit" type="submit" class="button" value="{$lang->login}" /></div>
</td>
</tr>
</table>
</form>
</div>
<script type="text/javascript">
$("#quick_login input[name='url']").val($(location).attr('href'));
</script>