Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

3.1.x Extensions Database 3.1 / 3.2Custom Header Logo

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Custom Header Logo

Post by dmzx »

Extension Name: Custom Header Logo
Author: dmzx

Extension Description:

Custom Header Logo displays logos and background images in the header. This can changed for all forums and categories independently.
You can also add a logo and background images to all pages like search, memberlist or user control panel - even in subdirectories and pages with queries.

Note:
Path for logo images: images/chl_logos
Path for background: images/chl_backgrounds

dmzx/Custom-Header-Logo


Update code


Update code


Update code
Add ACP version

Screenshots:
Image

Image

Image

Image

Image

Extension Download:
Download-link
Custom Header Logo v1.0.3
Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `chl`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. Copy the `chl` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at
    (your forum root)/ext/dmzx/chl/composer.json
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `Custom Header Logo` under the Disabled Extensions list, and click its `Enable` link.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 8 Chrome

Re: Custom Header Logo

Post by martin »

:thumbup: Works a treat.
Image

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Custom Header Logo

Post by Sniper_E »

:thumbup: Sweet! Love it.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

ProDjMx
Users
Users
Posts: 1
Joined: 10 Aug 2015, 18:16
    Windows 10 Firefox

Re: Custom Header Logo

Post by ProDjMx »

Don't work on phpbb 3, is it normal ?

User avatar

FreakyReflex
Users
Users
Posts: 14
Joined: 27 Jul 2015, 20:24
    Mac OS X Firefox

Re: Custom Header Logo

Post by FreakyReflex »

Works on 3.1

User avatar

Nirantali
Users
Users
Posts: 1
Joined: 11 Oct 2015, 11:14
    Windows 7 Chrome

Re: Custom Header Logo

Post by Nirantali »

Thanks! Works perfectly on 3.1.6.

User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03
    Windows 7 Chrome

Re: Custom Header Logo

Post by Null »

May I turn header clickable with this extension? May I custom a link for it?
Last edited by Null on 01 Nov 2015, 19:31, edited 1 time in total.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Custom Header Logo

Post by dmzx »

First post updated

User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07
    Windows 10 Firefox

Re: Custom Header Logo

Post by tamarin »

dmzx, thank you for the extension.
I have a question: What size should the background and logo be?
Thank you in advance.

User avatar

asouza
Users
Users
Posts: 14
Joined: 31 Jul 2015, 22:49
    Windows 10 Chrome

Re: Custom Header Logo

Post by asouza »

Hi guys
Could you help-me how I change this extension to it work with the "we_universal" style?

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Custom Header Logo

Post by dmzx »

asouza wrote: 17 Jan 2016, 19:35 Hi guys
Could you help-me how I change this extension to it work with the "we_universal" style?
I need to install this theme and check it for you, what is the error?

User avatar

asouza
Users
Users
Posts: 14
Joined: 31 Jul 2015, 22:49
    Windows 10 Chrome

Re: Custom Header Logo

Post by asouza »

Hi dmzx

Don't happen any error, just don't work. I tried using prosilver style and work fine.
If you can help me, I'm sending the style we_universal
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Custom Header Logo

Post by dmzx »

asouza wrote: 17 Jan 2016, 19:51 Hi dmzx

Don't happen any error, just don't work. I tried using prosilver style and work fine.
If you can help me, I'm sending the style we_universal
Theme uses background images only.

Open ext\dmzx\chl\styles\prosilver\template\event\overall_header_stylesheets_after.html
Find This may be a partial find and not the whole line

Code: Select all

<!-- IF SITE_BG_IMG -->
<style type="text/css">
<!--
.headerbar {background:url("{SITE_BG_IMG}") repeat;}
-->
</style>
<!-- ENDIF -->
Replace with Replace the preceding lines with the following

Code: Select all

<!-- IF SITE_BG_IMG -->
<style type="text/css">
<!--
.inventea-dashboard {background:url("{SITE_BG_IMG}") repeat;}
-->
</style>
<!-- ENDIF -->
Upload your images to ext/dmzx/chl/images/backgrounds.

Some output:
Image

User avatar

asouza
Users
Users
Posts: 14
Joined: 31 Jul 2015, 22:49
    Windows 10 Chrome

Re: Custom Header Logo

Post by asouza »

Yes, working fine!!
:thumbup: :thumbup:

User avatar

asouza
Users
Users
Posts: 14
Joined: 31 Jul 2015, 22:49
    Windows 10 Chrome

Re: Custom Header Logo

Post by asouza »

Hy dmzx
The Head image should be responsive and adjusted with device screen :roll:

Post Reply Previous topicNext topic