2011-10-04, 04:35 PM
Pages: 1 2
2011-10-04, 04:46 PM
It looks like it's in your header template.
2011-10-04, 04:57 PM
please tell me how to remove it. it show to guests
2011-10-04, 05:01 PM
^ does it disappear when you login ?
it appears to be NOT in header_welcomeblock_guest template !
it appears to be NOT in header_welcomeblock_guest template !
2011-10-04, 05:09 PM
yes
when i login it removed
when i login it removed
2011-10-04, 05:23 PM
^ have you checked if it is coded in header_welcomeblock_guest template / header template ?
2011-10-04, 05:38 PM
<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
2011-10-04, 06:19 PM
^ 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 ..
trust a contributor AND request to check it with required temporary privileges through PM ..
2011-10-04, 06:21 PM
Maybe it could be in Index Template....
2011-10-04, 07:36 PM
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