Banner not visible to me but to other members?

For support and discussion related to templates, themes, and imagesets in phpBB 3.0.
Suggested Hosts
Locked
Naruto Sage
Registered User
Posts: 54
Joined: Wed Aug 18, 2010 6:15 pm

Banner not visible to me but to other members?

Post by Naruto Sage »

Hello,



Well I launched a few days ago, today I was just trying to post and I typed the wrong buttons then a window was visible then I closed. A few seconds later, I noticed the banner wasn't visible to me anymore.


http://naruto-hokage.com/forums



Image
Naruto Sage
Registered User
Posts: 54
Joined: Wed Aug 18, 2010 6:15 pm

Re: Banner not visible to me but to other members?

Post by Naruto Sage »

EDIT: I installed Private Message Pop-Up notification and it was working for a few minutes until that window showed up. Now members can see the logo either.
Naruto Sage
Registered User
Posts: 54
Joined: Wed Aug 18, 2010 6:15 pm

Re: Banner not visible to me but to other members?

Post by Naruto Sage »

I notice that when I take out this code, my problem is solved:


Code: Select all

<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
<div id="pm-popup" class="panel">
	<p>{PM_POPUP_MESSAGE}<br /><br />{PM_POPUP_CLICK_TO_VIEW}</p>
	<p class="small"><a href="#" onclick="setOpacity('main-block',1);document.getElementById('pm-popup').style.display='none';return false;">{L_CLOSE_WINDOW}</a></p>
</div>
<!-- ENDIF -->

<div id="main-block">
Naruto Sage
Registered User
Posts: 54
Joined: Wed Aug 18, 2010 6:15 pm

Re: Banner not visible to me but to other members?

Post by Naruto Sage »

Bump
Mr_makaveli
Registered User
Posts: 1159
Joined: Sun Oct 26, 2008 3:34 pm

Re: Banner not visible to me but to other members?

Post by Mr_makaveli »

Your Banner is visible to me!
www.tgzforum.com, a new forum for all types of people
Naruto Sage
Registered User
Posts: 54
Joined: Wed Aug 18, 2010 6:15 pm

Re: Banner not visible to me but to other members?

Post by Naruto Sage »

Look at this:
I notice that when I take out this code, my problem is solved:


Code: Select all

    <!-- IF S_USER_PM_POPUP and S_NEW_PM -->
    <div id="pm-popup" class="panel">
       <p>{PM_POPUP_MESSAGE}<br /><br />{PM_POPUP_CLICK_TO_VIEW}</p>
       <p class="small"><a href="#" onclick="setOpacity('main-block',1);document.getElementById('pm-popup').style.display='none';return false;">{L_CLOSE_WINDOW}</a></p>
    </div>
    <!-- ENDIF -->
<div id="main-block">
User avatar
Rahber
Former Team Member
Posts: 2720
Joined: Tue Feb 12, 2008 3:39 pm
Location: Pakistan
Name: Rahber
Contact:

Re: Banner not visible to me but to other members?

Post by Rahber »

can you put back the code so that i can have a look at it and figure out the problem?

and did you add the JavaScript ? that handles the action event performed as a result of click ?
Naruto Sage
Registered User
Posts: 54
Joined: Wed Aug 18, 2010 6:15 pm

Re: Banner not visible to me but to other members?

Post by Naruto Sage »

I can't add it back... It was suppose to be added after:

Code: Select all

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">

In Overall_header, but it's not there.
User avatar
Rahber
Former Team Member
Posts: 2720
Joined: Tue Feb 12, 2008 3:39 pm
Location: Pakistan
Name: Rahber
Contact:

Re: Banner not visible to me but to other members?

Post by Rahber »

the JavaScript should be added in head tags not in body and i guess thats is your problem
Naruto Sage
Registered User
Posts: 54
Joined: Wed Aug 18, 2010 6:15 pm

Re: Banner not visible to me but to other members?

Post by Naruto Sage »

No... That's not the problem


This is:

Code: Select all

<div id="main-block">

When I take it out, the banner is restored.
Naruto Sage
Registered User
Posts: 54
Joined: Wed Aug 18, 2010 6:15 pm

Re: Banner not visible to me but to other members?

Post by Naruto Sage »

Again, Mark this topic as solved! I found out the author forgot to add the </div> afterward.
Locked

Return to “[3.0.x] Styles Support & Discussion”