Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Custom Header Logo
-
Exabot
- Users

- Posts: 46
- Joined: 22 Mar 2020, 12:59
Re: Custom Header Logo
Estonian translation.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
Exabot
- Users

- Posts: 46
- Joined: 22 Mar 2020, 12:59
Re: Custom Header Logo
How to display it on mobile?
Edit: solution found.
Edit: solution found.
-
Kevicar
- Donator

- Posts: 89
- Joined: 20 Sep 2015, 19:34
Re: Custom Header Logo
Hello,
The extension works perfectly, but there is a small problem (W3C validation).
What is the problem for it to be valid?
https://validator.w3.org/nu/?doc=https: ... x-web.net/
Thank you for your help and for this extension
The extension works perfectly, but there is a small problem (W3C validation).
What is the problem for it to be valid?
https://validator.w3.org/nu/?doc=https: ... x-web.net/
Thank you for your help and for this extension
-
martin
- Admin

- Posts: 5106
- Joined: 06 Apr 2014, 16:12
Re: Custom Header Logo
Should be
<style> and max-width
example
W3c has changed since this ext was made.
<style> and max-width
example
Code: Select all
@media all and (min-width : 350px) and (max-width : 700px) {
.mchat-rooms-body {
min-width: 100% !important;
}
}
-
Kevicar
- Donator

- Posts: 89
- Joined: 20 Sep 2015, 19:34
Re: Custom Header Logo
As I understand it, these instructions are obsolete and should be removed.
overall_header_stylesheets_after.html
and
Thank you for your help and thank you for telling me if this is correct.
I have no more errors ...
overall_header_stylesheets_after.html
Find This may be a partial find and not the whole line
Code: Select all
<style type="text/css">
( 2x )
and
Find This may be a partial find and not the whole line
Code: Select all
@media only screen and (max-width: 850px), only screen and (max-device-width: 850px)Replace with Replace the preceding lines with the following
Code: Select all
@media only screen and (max-width: 850px)I have no more errors ...
-
Aforce
- Users

- Posts: 13
- Joined: 09 Jan 2020, 11:21
Re: Custom Header Logo
Hi
I was wondering if you could advise on the best way to show the Custom Header Logo on the FAQ page, for example?
I can't seem to get it to work
The 'Page Name' is faq and I have set the 'Path To The Page' as help
However, when I look at the full path it shows /app.php/help/faq ? Anything with app.php seems to present an issue.
Thanks
I was wondering if you could advise on the best way to show the Custom Header Logo on the FAQ page, for example?
I can't seem to get it to work
The 'Page Name' is faq and I have set the 'Path To The Page' as help
However, when I look at the full path it shows /app.php/help/faq ? Anything with app.php seems to present an issue.
Thanks
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Custom Header Logo
use app/help/faqAforce wrote: 12 May 2020, 14:48 Hi
I was wondering if you could advise on the best way to show the Custom Header Logo on the FAQ page, for example?
I can't seem to get it to work
The 'Page Name' is faq and I have set the 'Path To The Page' as help
However, when I look at the full path it shows /app.php/help/faq ? Anything with app.php seems to present an issue.
Thanks
-
Aforce
- Users

- Posts: 13
- Joined: 09 Jan 2020, 11:21
Re: Custom Header Logo
Thanks dmzx, that worked a treat. 
-
Tharius
- Users

- Posts: 3
- Joined: 29 Dec 2020, 20:47
Re: Custom Header Logo
Hi @dmzx
This extension was exactly what I needed. I can edit style sheets manually but I shouldn't have to maintain a GitHub repository to keep track of all the files I've tweaked along the way just to keep a forum configured.
Things were going well once I bypassed the phpbb site and came here directly. I'm sure I'll be looking at a bunch of your add ons, thanks for writing them.
I used one of the page 1 posts and tried to decipher what was required and most of my site is showing my logo. I got cocky and tried to figure out the ACP's format from an example […]/adm/index.php?i=-dmzx-chl-acp-acp_chl_module&sid=c14baaf1d0dbc8edf4b6900b5f26daff&mode=pages
Well, the page is index and the path is adm … but no luck. As you see here I tried a few variants, even hoped that acp would be enough, and would appreciate your insight as to what would work to get the ACP to show the logo.
Note that I have url rewriting enabled.
This extension was exactly what I needed. I can edit style sheets manually but I shouldn't have to maintain a GitHub repository to keep track of all the files I've tweaked along the way just to keep a forum configured.
Things were going well once I bypassed the phpbb site and came here directly. I'm sure I'll be looking at a bunch of your add ons, thanks for writing them.
I used one of the page 1 posts and tried to decipher what was required and most of my site is showing my logo. I got cocky and tried to figure out the ACP's format from an example […]/adm/index.php?i=-dmzx-chl-acp-acp_chl_module&sid=c14baaf1d0dbc8edf4b6900b5f26daff&mode=pages
Well, the page is index and the path is adm … but no luck. As you see here I tried a few variants, even hoped that acp would be enough, and would appreciate your insight as to what would work to get the ACP to show the logo.
Note that I have url rewriting enabled.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
Tharius
- Users

- Posts: 3
- Joined: 29 Dec 2020, 20:47
Re: Custom Header Logo
Any thoughts on what I have done wrong here?
Thanks
Thanks
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Custom Header Logo
No this is not possible for ACP pages.
The extension is active only on 'core.page_header_after' => 'page_header_after',
-
TrekRed
- Users

- Posts: 93
- Joined: 27 Oct 2019, 23:54
Re: Custom Header Logo
PHPBB 3.3.5 PHP 8.1
An excellent extension, but where there is no logo, an error pops up, and where it is, there is no such error.
An excellent extension, but where there is no logo, an error pops up, and where it is, there is no such error.
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/chl/event/listener.php on line 99: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/chl/event/listener.php on line 100: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)-
martin
- Admin

- Posts: 5106
- Joined: 06 Apr 2014, 16:12
Re: Custom Header Logo
Thats a php error prob 8.1.x
