Hi,
I like your work, and I'm using obscurecontactus and HeaderBanner.
Using an phpbb 3.2.2, with the Header banner extension, the banner is only show if logged.
Is it possible to show it for all, even if they are not logged ?
Thanks,
Regards, Thierry.
Header Banner 3.2.0 Banner not showed if not logged
-
- Site Admin
- Posts: 519
- Joined: Tue Nov 18, 2014 11:30 am
Re: Header Banner 3.2.0 Banner not showed if not logged
The Header Banner should show to all as there is no switch in the code to prevent it. (exactly the same as on my demo board )
I suggest you disable, delete data, and reinstall the extension. If that doesn't work there must be a conflict with another of the extensions. What others do you have installed?
I suggest you disable, delete data, and reinstall the extension. If that doesn't work there must be a conflict with another of the extensions. What others do you have installed?
Re: Header Banner 3.2.0 Banner not showed if not logged
It seems that the "overall_header_headerbar_after.html" of the 3.2.0 pack is the same here where you propose a modification :
https://www.phpbb.com/community/viewtop ... &start=195
Is there any confusion in the file ?
https://www.phpbb.com/community/viewtop ... &start=195
Is there any confusion in the file ?
-
- Site Admin
- Posts: 519
- Joined: Tue Nov 18, 2014 11:30 am
Re: Header Banner 3.2.0 Banner not showed if not logged
Yes, you are correct. For some reason I uploaded the incorrect file.
Disable the extension, unzip the attached file, upload and enable as usual
I will correct this (and another unrelated) error and upload/submit for validation.
Attachment deleted, see Administrator @ [3.2][3.3][CDB] Header Banner for latest version
Disable the extension, unzip the attached file, upload and enable as usual
I will correct this (and another unrelated) error and upload/submit for validation.
Attachment deleted, see Administrator @ [3.2][3.3][CDB] Header Banner for latest version
Re: Header Banner 3.2.0 Banner not showed if not logged
No problem,
Perfect work.
For "eliminate" the blue background, i'm using :
In my inherited style.
Regards,
Thierry.
Perfect work.
For "eliminate" the blue background, i'm using :
Code: Select all
.headerbar {
background : transparent;
}
Regards,
Thierry.
-
- Site Admin
- Posts: 519
- Joined: Tue Nov 18, 2014 11:30 am
Re: Header Banner 3.2.0 Banner not showed if not logged
Thierry wrote: ↑Fri Feb 02, 2018 12:04 pm No problem,
Perfect work.
For "eliminate" the blue background, i'm using :
In my inherited style.Code: Select all
.headerbar { background : transparent; }
Regards,
Thierry.
Thanks for reminding me. I have been meaning to add a switch for that, and kept forgetting

-
- Site Admin
- Posts: 519
- Joined: Tue Nov 18, 2014 11:30 am
Re: Header Banner 3.2.0 Banner not showed if not logged
Errors corrected, ability to remove header background colour added Administrator @ [3.2][3.3][CDB] Header Banner