Background header does not display

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
John Robi
Registered User
Posts: 150
Joined: Fri Feb 22, 2019 2:15 am

Background header does not display

Post by John Robi »

Using 3.2.5. It was installed by someone else years ago. The logo/background that displays at the top of the page won't display sometimes. Looking for but, cannot find in the ACP or read in the user guide where to add/modify the target location for phpBB to find the jpg or gif file that has the logo/background.

Some directional help will be appreciated.
Last edited by Mick on Wed Mar 27, 2024 9:13 am, edited 1 time in total.
Reason: Solved.
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Background header does not display

Post by ssl »

Be careful because your version of phpBB will soon no longer be supported here, remember to update to phpBB 3.3.11

In the common.css file is this:

Code: Select all

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	margin-bottom: 4px;
	padding: 5px;
	border-radius: 7px;
}

No doubt on your forum you have information concerning the header image
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
John Robi
Registered User
Posts: 150
Joined: Fri Feb 22, 2019 2:15 am

Re: Background header does not display

Post by John Robi »

John Robi here again.

Please note the board in general is working well with no other outstanding issues besides the banner. The banner issue started just a few days ago.

I did find in ACP, Board Configuration, Header Banner. When I click on it I get:

General Error
Module not accessible

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/functions_module.php
LINE: 565
CALL: trigger_error()

FILE: [ROOT]/adm/index.php
LINE: 82
CALL: p_master->load_active()

I looked into the root directory and found the functions_module.php is in the includes folder. And, the file index.php is located in the admin folder.

Note that none of those files and folders have been touched. I have no need to browse around in the root directory.

Guidance is definitely needed.
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Background header does not display

Post by ssl »

It seems that the Header Banner extension has been removed from the /ext/hifikabin/headerbanner folder, are you agree?
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
warmweer
Jr. Extension Validator
Posts: 11660
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: Background header does not display

Post by warmweer »

John Robi wrote: Wed Mar 13, 2024 9:14 pm
I did find in ACP, Board Configuration, Header Banner. When I click on it I get:
Header banner is an extension.
Which version are you using?
Also which PHP version are you using?
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
John Robi
Registered User
Posts: 150
Joined: Fri Feb 22, 2019 2:15 am

Re: Background header does not display

Post by John Robi »

Thank you SSl, you are correct. In the file common.css .headerbar styling shows exactly as you have indicated. So... is there something more specific for me to look at?
Thank you.
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Background header does not display

Post by ssl »

Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
John Robi
Registered User
Posts: 150
Joined: Fri Feb 22, 2019 2:15 am

Re: Background header does not display

Post by John Robi »

Hello SSl, the folder, headerbanner is present with many sub folders inside it.
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Background header does not display

Post by ssl »

Please provide a link to your board.
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
John Robi
Registered User
Posts: 150
Joined: Fri Feb 22, 2019 2:15 am

Re: Background header does not display

Post by John Robi »

Hello SSl,

You wrote:
Can you read this: viewtopic.php?p=16003435#p16003435

I can see it on the screen... what do I do with it? I found the file viewtopic.php, then what?
John Robi
Registered User
Posts: 150
Joined: Fri Feb 22, 2019 2:15 am

Re: Background header does not display

Post by John Robi »

Wow so much help. I am so glad to get all the help!

php version running on the server 5.4.5
phpbb running 3.2.5

Link:
https://www.transformationsbyrori.com/phpBB3/index.php

Note will be upgrading phpbb next week.
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Background header does not display

Post by ssl »

Your image appears on small screen

Capture d’écran 2024-03-13 à 22.53.24.png


On the other hand, from a width of 800px the image disappears

Capture d’écran 2024-03-13 à 22.53.45.png


In the extension settings have you defined the image for wide screens as well?
You do not have the required permissions to view the files attached to this post.
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
warmweer
Jr. Extension Validator
Posts: 11660
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: Background header does not display

Post by warmweer »

John Robi wrote: Wed Mar 13, 2024 9:43 pm
php version running on the server 5.4.5
phpbb running 3.2.5
phpbB 3.2.5 Requirements: * PHP 5.4.7+ with support for the database you intend to use.

cookie_secure is set to false >>> set that to true
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Background header does not display

Post by ssl »

In any case, even the version of the extension is not up to date, nothing is up to date on its board

And before activating secure cookies there should be at least one HTTPS redirection, this is not the case:http://www.transformationsbyrori.com/phpBB3/index.php
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
John Robi
Registered User
Posts: 150
Joined: Fri Feb 22, 2019 2:15 am

Re: Background header does not display

Post by John Robi »

Hello SSi,

I am using a small screen laptop and it no longer displays. I accessed my 32" screen on my Area 51 computer and it does not display either.

You ask... extension settings have you defined the image for wide screens as well? I did not install the phpbb software nor configured it. Sorry, many questions: Where do I find "extension settings"? Further, are you indicating a larger image should be defined/used? And, where is phpbb looking (folder path) to in order to read the image file? Is it just a question of styling? Change the css information in common.css?

Last note, it does display on a smart cell phone.

Thank you for all your help it is very appreciated.

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