MyBB Community Forums

Full Version: how to remove this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[Image: 2holj6s.png]

how to removeit
It looks like it's in your header template.
please tell me how to remove it. it show to guests
^ does it disappear when you login ?
it appears to be NOT in header_welcomeblock_guest template !
yes
when i login it removed
^ have you checked if it is coded in header_welcomeblock_guest template / header template ?
<script type="text/javascript">
<!--
	lang.username = "{$lang->login_username}";
	lang.password = "{$lang->login_password}";
	lang.login = "{$lang->login}";
	lang.lost_password = "<a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\" class=\"lost_password\">{$lang->lost_password}<\/a>";
	lang.register_url = "<a href=\"{$mybb->settings['bburl']}/member.php?action=register\" class=\"register\">{$lang->welcome_register}<\/a>";
	lang.remember_me = "{$lang->remember_me}";
// -->
</script>
<!-- Continuation of div(class="upper") as opened in the header template -->
	<span class="welcome" id="quick_login">{$lang->welcome_guest} <a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="MyBB.quickLogin(); 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>

this is in welcome gust templates
^ it doesn't has the required code. how about header template ... may be its better if you
trust a contributor AND request to check it with required temporary privileges through PM ..
Maybe it could be in Index Template....
Remove the following from your header template
<div style="padding: 1em;border: 1px solid #cc3344;color: #000;background-color: #ffe4e9;margin-bottom: 1em;"><p style="padding: 0;margin: 0;float: left;width: 1em;font-size: 1.5em;color:red;">!!</p><h3 style="padding: 0;margin: 0;">Welcome to purewaltech!</h3><p style="margin: 1em 0 0 0;"></p></div>
Pages: 1 2