[CDB] Header Links

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
Locked
mark5228
Registered User
Posts: 58
Joined: Thu May 14, 2015 1:07 pm

Re: [3.1][3.2][RC] Header Links

Post by mark5228 »

is there anyway to center the links ?
And great extension along with your header banner extension :D
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6669
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] Header Links

Post by HiFiKabin »

Glad you like them Mark.

Centring the links is easy. Download and unzip the attached, then upload it to:-

ext/hifikabin/headerlink/styles/prosilver/theme replacing the existing one.

Purge the forum and browser cache and the links should centre in the selected position.

https://ln.sync.com/dl/0c572ece0/bqcu3m ... j-gqsfrgv8

Remember to do this again on every new version. Or to do it yourself the changes are below.

Before

Code: Select all

.phpbb-navbar {
	clear: both;
	position: relative;
}
After

Code: Select all

.phpbb-navbar {
	clear: both;
	position: relative;
	display: table;
	margin: 0 auto;
}
mark5228
Registered User
Posts: 58
Joined: Thu May 14, 2015 1:07 pm

Re: [3.1][3.2][RC] Header Links

Post by mark5228 »

perfect thank you
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6669
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] Header Links

Post by HiFiKabin »

Excellent
User avatar
Hartenheer
Registered User
Posts: 780
Joined: Fri Jan 23, 2015 12:23 pm
Location: The Netherlands
Name: Willem Hartman
Contact:

Re: [3.1][3.2][RC] Header Links

Post by Hartenheer »

Is it possible to display the headerlinks above subforum?

Sorry, stupid mistake
I test in the test forum, with a link to the regular forum
And it is not there yet

Sorry
Sorry English is not my native language :oops:
regards: Willem

https://bierfijnproevers.nl/bierforum
User avatar
Jodi-86
Registered User
Posts: 100
Joined: Thu Nov 30, 2017 10:04 pm

Re: [3.1][3.2][RC] Header Links

Post by Jodi-86 »

Hey Hifi Kabin,
Is there responsive menu button gone from the new version ? or am i just not looking in the right place to switch it on ?
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6669
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] Header Links

Post by HiFiKabin »

Yes, the responsive button has been removed and now all of the other buttons are resized and 'squared' on smaller devices.
User avatar
Jodi-86
Registered User
Posts: 100
Joined: Thu Nov 30, 2017 10:04 pm

Re: [3.1][3.2][RC] Header Links

Post by Jodi-86 »

Thanks for the reply, would it be a huge job for me to re add the responsive bit? as when viewing on my phone the link block is now bigger than my header,

Excellent idea to move the configuration page under the extensions tab in the ACP by the way.
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6669
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] Header Links

Post by HiFiKabin »

I was finding it very difficult to make it responsive AND be able to submit it to the CDB. I am not saying that its impossible, its just that I can not figure out how to do it.
User avatar
Jodi-86
Registered User
Posts: 100
Joined: Thu Nov 30, 2017 10:04 pm

Re: [3.1][3.2][RC] Header Links

Post by Jodi-86 »

Would it be okay if i had a play with it?

Here is how i had the old one looking...

Links on Navbar - PC - https://s9.postimg.cc/4x922cwvz/Navbar-_L.png
Links on Headerbar - PC - https://s9.postimg.cc/bay55lemn/Headerbar-_L.png

Links on Headerbar - Tablet - https://s9.postimg.cc/ll0k4thcv/Headebar-_Tablet-1.png
Links on Headerbar - Tablet - Menu open - https://s9.postimg.cc/o2cbc38z3/Headebar-_Tablet-2.png

Links on Navbar - Tablet - https://s9.postimg.cc/tf15po6zz/Navbar-_Tablet-1.png
Links on Navbar - Tablet - Menu open - https://s9.postimg.cc/4907iudfj/Navbar-_Tablet-2.png

Links on Headerbar - Mobile - https://s9.postimg.cc/hbvu2o8yn/Headerbar-_M-1.png
Links on Headerbar - Mobile - Menu open - https://s9.postimg.cc/lxryb127j/Headerbar-_M-2.png

Links on Navbar - Mobile - https://s9.postimg.cc/hbvu2ow3z/Navbar-_M-1.png
Links on Navbar - Mobile - Menu open - https://s9.postimg.cc/5bae1dgtb/Navbar-_M-2.png

Took me a while to figure how to get the drop down to be in the correct position on both when switching between the navbar or headerbar settings but got there in the end.
User avatar
MedCo
Registered User
Posts: 109
Joined: Tue Jul 14, 2015 4:09 pm
Contact:

Re: [3.1][3.2][RC] Header Links

Post by MedCo »

Hello, in the mobile view I find it better than in the original. Simply clearer on your smartphone.
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6669
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] Header Links

Post by HiFiKabin »

Jodi-86 wrote: Mon Apr 23, 2018 8:41 pm Would it be okay if i had a play with it?
Of course
User avatar
DTMWC
Registered User
Posts: 379
Joined: Tue Jan 16, 2018 6:17 am

Re: [3.1][3.2][RC] Header Links

Post by DTMWC »

Not sure if there is a problem with file in the package, but headerlink_header.css is blank.

I added the toggle from the last version to the new version so that it's responsive all the time on smaller screens, then replaced the toggle icon with the font-awesome one in phpbb.

view on my clean-boardz style view with the prosilver style

Just need to change the responsive search button in the navbar setup but apart from that seems to be working fine so far.
Boom.
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6669
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] Header Links

Post by HiFiKabin »

Dan Stylez wrote: Thu Apr 26, 2018 11:38 pm Not sure if there is a problem with file in the package, but headerlink_header.css is blank.
Yes, that is blank and will be deleted (eventually)
Dan Stylez wrote: Thu Apr 26, 2018 11:38 pm I added the toggle from the last version to the new version so that it's responsive all the time on smaller screens, then replaced the toggle icon with the font-awesome one in phpbb.

view on my clean-boardz style view with the prosilver style

Just need to change the responsive search button in the navbar setup but apart from that seems to be working fine so far.
Well done. PM on its way.
User avatar
Tastenplayer
Registered User
Posts: 999
Joined: Thu Jul 03, 2014 9:20 pm
Location: Village in the middle of Switzerland
Name: Jutta Koliofotis
Contact:

Re: [3.1][3.2][RC] Header Links

Post by Tastenplayer »

Hi James

Everything works well! as you can see here in the picture of the Blackfog
Image

However, if I don't choose a background color in the ACP of the extension, I get a css error now.
That although I have set an !important in the css of the extensions.

Code: Select all

background-color: transparent !important;

In the old version this was no problem at all.
Image

Maybe I have to choose black in the ACP and then insert it transparently in the Ext. css. I'm going to try this. :)

Okay, that's the way it goes. What is not possible, however, is the hoover color of the text. Text remains silver-grey.

In the mobile version, however, the button menu is definitely missing!
Image

However, Firefox now shows me again the background color error, which one is supposed to be from here

Code: Select all

ul#phpbb-menu.phpbb-menu
Image
More of my styles you can find in my phpBB Style Board & More
Be the best version of yourself rather than a bad copy of someone else!
Excuse me for my English, but I learned the language by speaking to people and not at school.
🎨 All my styles are updated to 3.3.8 and can be downloaded here
Locked

Return to “Extensions in Development”