MyBB Support
What the hell lol?
Submitted by Mr_Joker, 21-06-2015, 01:56 AM, Thread ID: 4960
Thread Closed
21-06-2015, 01:56 AM
#1 I'm using Kawaii linkz ripped theme but the guest page look at it lol :O
http://i.imgur.com/Jx4gBJo.png
How can i fix it to this please??
http://i.imgur.com/562mqU9.png
pls help lol thanks!
http://i.imgur.com/Jx4gBJo.png
How can i fix it to this please??
http://i.imgur.com/562mqU9.png
pls help lol thanks!
RE: What the hell lol?
21-06-2015, 01:58 AM
#2 Copy the entire header_member -> header_guest
RE: What the hell lol?
header_welcomeblock_guest
header_welcomeblock_member
Header
Code:
<!-- Continuation of div(class="upper") as opened in the header template -->
<span class="welcome">{$lang->welcome_guest} <a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;" class="login">{$lang->welcome_login}</a> <a href="{$mybb->settings['bburl']}/member.php?action=register" class="register">{$lang->welcome_register}</a></span>
</div>
</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">
<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>
header_welcomeblock_member
Code:
<div id="panel">
<a class="user_button last" href="{$mybb->settings['bburl']}/private.php" style="padding: 18px 10px;"><i class="fa fa-envelope fa-lg"></i><span class="pm_count">{$mybb->user['unreadpms']}</span></a>
<div class="user_block">
<div class="user_avatar"><img src="{$mybb->user['avatar']}" alt="" onerror="this.style.display='none';"/></div>
<a class="user_anchor" href="member.php?action=profile&uid=">{$mybb->user['username']} <i class="fa fa-bars"></i></a>
<ul class="user_menu">
<li><a href="{$mybb->settings['bburl']}/usercp.php">{$lang->welcome_usercp}</a></li>
{$modcplink}
{$admincplink}
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}">View My Posts</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user['uid']}">View My Threads</a></li>
<li><a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">Log Out</a></li>
</ul>
</div>
<ul class="user_menu_fixed">
<li><a href="{$mybb->settings['bburl']}/usercp.php">User CP</a></li>
<span class="alerts ">
<a class="user_button myalerts open_modal" href="{$mybb->settings['bburl']}/alerts.php" data-selector="#myalerts_alerts_modal" rel="modal:open" style="padding: 18px 10px;"><i class="fa fa-bell fa-lg"></i><span class="alert_count">0</span></a>
</span>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">View New Posts</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user['uid']}">My Threads</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}">My Posts</a></li>
<li><a href="https://kawaii.io/member.php?action=logout&logoutkey=000f5f7d5d4b0f15bbe301909f6b331b">Log Out</a></li>
</ul>
</div>
Header
Code:
<div id="header">
<div class="wrap">
{$welcomeblock}
<div id="logo"><a href="{$mybb->settings['bburl']}"><img src="http://i.imgur.com/0vWjpLW.png" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}"/></a></div>
<ul class="menu">
<li><a class="forum" href="{$mybb->settings['bburl']}"><i class="fa fa-comments"></i> Forum</a></li>
<li><a class="memberlist" href="{$mybb->settings['bburl']}/memberlist.php"><i class="fa fa-users"></i> Member List</a></li>
<li><a class="search" href="{$mybb->settings['bburl']}/search.php"><i class="fa fa-search"></i> Search</a></li>
<li><a class="help" href="{$mybb->settings['bburl']}/misc.php?action=help"><i class="fa fa-info-circle"></i> Help</a></li>
<li><a class="calendar" href="{$mybb->settings['bburl']}/contact.php"><i class="fa fa-envelope"></i> Contact</a></li>
</ul>
</div>
</div>
<div class="wrapper">
<div id="container">
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
<br />
RE: What the hell lol?
21-06-2015, 02:09 AM
#4 Rules Wrote:05. Leaking of content will result in a permanent ban; no matter what reasoning you have or what position you are in.
Your forum:
http://www.hqforums.org/forum-coding-and-programming
Sadly, very sadly.
RE: What the hell lol?
21-06-2015, 02:09 AMAndresXZ09 Wrote:Rules Wrote:05. Leaking of content will result in a permanent ban; no matter what reasoning you have or what position you are in.
Your forum:
http://www.hqforums.org/forum-coding-and-programming
Sadly, very sadly.
That aint my forum :o
RE: What the hell lol?
21-06-2015, 02:14 AM
#6 21-06-2015, 02:01 AMMr_Joker Wrote: header_welcomeblock_guest
Code:<!-- Continuation of div(class="upper") as opened in the header template -->
<span class="welcome">{$lang->welcome_guest} <a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;" class="login">{$lang->welcome_login}</a> <a href="{$mybb->settings['bburl']}/member.php?action=register" class="register">{$lang->welcome_register}</a></span>
</div>
</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">
<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>
header_welcomeblock_member
Code:<div id="panel">
<a class="user_button last" href="{$mybb->settings['bburl']}/private.php" style="padding: 18px 10px;"><i class="fa fa-envelope fa-lg"></i><span class="pm_count">{$mybb->user['unreadpms']}</span></a>
<div class="user_block">
<div class="user_avatar"><img src="{$mybb->user['avatar']}" alt="" onerror="this.style.display='none';"/></div>
<a class="user_anchor" href="member.php?action=profile&uid=">{$mybb->user['username']} <i class="fa fa-bars"></i></a>
<ul class="user_menu">
<li><a href="{$mybb->settings['bburl']}/usercp.php">{$lang->welcome_usercp}</a></li>
{$modcplink}
{$admincplink}
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}">View My Posts</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user['uid']}">View My Threads</a></li>
<li><a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">Log Out</a></li>
</ul>
</div>
<ul class="user_menu_fixed">
<li><a href="{$mybb->settings['bburl']}/usercp.php">User CP</a></li>
<span class="alerts ">
<a class="user_button myalerts open_modal" href="{$mybb->settings['bburl']}/alerts.php" data-selector="#myalerts_alerts_modal" rel="modal:open" style="padding: 18px 10px;"><i class="fa fa-bell fa-lg"></i><span class="alert_count">0</span></a>
</span>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">View New Posts</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user['uid']}">My Threads</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}">My Posts</a></li>
<li><a href="https://kawaii.io/member.php?action=logout&logoutkey=000f5f7d5d4b0f15bbe301909f6b331b">Log Out</a></li>
</ul>
</div>
Header
Code:<div id="header">
<div class="wrap">
{$welcomeblock}
<div id="logo"><a href="{$mybb->settings['bburl']}"><img src="http://i.imgur.com/0vWjpLW.png" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}"/></a></div>
<ul class="menu">
<li><a class="forum" href="{$mybb->settings['bburl']}"><i class="fa fa-comments"></i> Forum</a></li>
<li><a class="memberlist" href="{$mybb->settings['bburl']}/memberlist.php"><i class="fa fa-users"></i> Member List</a></li>
<li><a class="search" href="{$mybb->settings['bburl']}/search.php"><i class="fa fa-search"></i> Search</a></li>
<li><a class="help" href="{$mybb->settings['bburl']}/misc.php?action=help"><i class="fa fa-info-circle"></i> Help</a></li>
<li><a class="calendar" href="{$mybb->settings['bburl']}/contact.php"><i class="fa fa-envelope"></i> Contact</a></li>
</ul>
</div>
</div>
<div class="wrapper">
<div id="container">
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
<br />
Reinstall the theme :noh: :noh: :noh: :noh:
RE: What the hell lol?
21-06-2015, 02:15 AM
#7 If it's not your forum, sorry the names are the same but if it's go and die on a hole.
RE: What the hell lol?
21-06-2015, 02:15 AMAndresXZ09 Wrote: If it's not your forum, sorry the names are the same but if it's go and die on a hole.
http://hqforum.cf
Thats my forum you stupid! Don't accuse people for no shit next time!
21-06-2015, 02:14 AMTropical Wrote:21-06-2015, 02:01 AMMr_Joker Wrote: header_welcomeblock_guest
Code:<!-- Continuation of div(class="upper") as opened in the header template -->
<span class="welcome">{$lang->welcome_guest} <a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;" class="login">{$lang->welcome_login}</a> <a href="{$mybb->settings['bburl']}/member.php?action=register" class="register">{$lang->welcome_register}</a></span>
</div>
</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">
<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>
header_welcomeblock_member
Code:<div id="panel">
<a class="user_button last" href="{$mybb->settings['bburl']}/private.php" style="padding: 18px 10px;"><i class="fa fa-envelope fa-lg"></i><span class="pm_count">{$mybb->user['unreadpms']}</span></a>
<div class="user_block">
<div class="user_avatar"><img src="{$mybb->user['avatar']}" alt="" onerror="this.style.display='none';"/></div>
<a class="user_anchor" href="member.php?action=profile&uid=">{$mybb->user['username']} <i class="fa fa-bars"></i></a>
<ul class="user_menu">
<li><a href="{$mybb->settings['bburl']}/usercp.php">{$lang->welcome_usercp}</a></li>
{$modcplink}
{$admincplink}
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}">View My Posts</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user['uid']}">View My Threads</a></li>
<li><a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">Log Out</a></li>
</ul>
</div>
<ul class="user_menu_fixed">
<li><a href="{$mybb->settings['bburl']}/usercp.php">User CP</a></li>
<span class="alerts ">
<a class="user_button myalerts open_modal" href="{$mybb->settings['bburl']}/alerts.php" data-selector="#myalerts_alerts_modal" rel="modal:open" style="padding: 18px 10px;"><i class="fa fa-bell fa-lg"></i><span class="alert_count">0</span></a>
</span>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">View New Posts</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user['uid']}">My Threads</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}">My Posts</a></li>
<li><a href="https://kawaii.io/member.php?action=logout&logoutkey=000f5f7d5d4b0f15bbe301909f6b331b">Log Out</a></li>
</ul>
</div>
Header
Code:<div id="header">
<div class="wrap">
{$welcomeblock}
<div id="logo"><a href="{$mybb->settings['bburl']}"><img src="http://i.imgur.com/0vWjpLW.png" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}"/></a></div>
<ul class="menu">
<li><a class="forum" href="{$mybb->settings['bburl']}"><i class="fa fa-comments"></i> Forum</a></li>
<li><a class="memberlist" href="{$mybb->settings['bburl']}/memberlist.php"><i class="fa fa-users"></i> Member List</a></li>
<li><a class="search" href="{$mybb->settings['bburl']}/search.php"><i class="fa fa-search"></i> Search</a></li>
<li><a class="help" href="{$mybb->settings['bburl']}/misc.php?action=help"><i class="fa fa-info-circle"></i> Help</a></li>
<li><a class="calendar" href="{$mybb->settings['bburl']}/contact.php"><i class="fa fa-envelope"></i> Contact</a></li>
</ul>
</div>
</div>
<div class="wrapper">
<div id="container">
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
<br />
Reinstall the theme :noh: :noh: :noh: :noh:
Still the same
RE: What the hell lol?
21-06-2015, 02:22 AM
#9 Calm your tits, the names are pretty much the same.
It's CSS related, so you're not going to fix that moving templates.
It's CSS related, so you're not going to fix that moving templates.
Users browsing this thread: 4 Guest(s)