[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!
Ideas Centre
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
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 »

1.0.0_RC12 now available Image (replaces both 1.0.0 RC9 and 3.2.0 RC1)

Switches added for Moderator and Administrator view. These switches are taken from the phpBB code and work in exactly the same way. ie, if on any page an admin or mod can see the link to the ACP or MCP they then also see the link in the header.

Update from previous version:
  • Download the latest release and unzip it.
  • Disable Header Link in the ACP
  • Delete headerlink folder from the server
  • Upload the folder hifikabin to root/ext/
  • Enable it in the ACP
Highace
Registered User
Posts: 41
Joined: Mon Jul 05, 2010 6:11 am

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

Post by Highace »

Wow, thanks so much for adding the Admin / Mod view, it just keeps getting better!!! :o :D

Any chance you could make them have optional sub-links too, or would that be to difficult to implement?

Something like this:

Image


Thanks Again!
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 »

When I have the time and energy I plan to sit down and completely re write the extension so that links are created dynamically (and that should allow for sub menus)
Highace
Registered User
Posts: 41
Joined: Mon Jul 05, 2010 6:11 am

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

Post by Highace »

No problems, that will be great and very handy so looking forward to it, thanks again, I feel this will be quite a popular Ext!! :)
User avatar
jan_2017
Registered User
Posts: 161
Joined: Sun May 07, 2017 3:39 pm

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

Post by jan_2017 »

Hello.

If i want to update to RC12 what i must backup from root if i have change only css? Only the folder styles?
Thanks Jan
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 »

If you have changed the CSS, then you need to replace the CSS file in the extension with the one you have edited before uploading/enabling the new extension (there are template changes in RC12)
User avatar
jan_2017
Registered User
Posts: 161
Joined: Sun May 07, 2017 3:39 pm

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

Post by jan_2017 »

Hello.

Thanks , i will test it.

Bye Jan ;)
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 »

HiFiKabin wrote: Wed Nov 01, 2017 10:28 am If you have changed the CSS, then you need to replace the CSS file in the extension with the one you have edited before uploading/enabling the new extension (there are template changes in RC12)
Only yesterday I adapted this Ext to all my styles :lol:
Thank you for your work!
I feel this will be quite a popular Ext!!
Definitely!
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
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 »

anotherguy77 wrote: Mon Nov 06, 2017 12:59 pm Hello,
I noticed that with this extension, while viewing your demo page on desktop all the tabs display across, but on a mobile device they are all contained under a "links" button. Is it possible for the tabs to display on a mobile device also?
It is written that way so that it doesn't 'break out' of a smaller device screen (if your buttons had long names for example)

To see what it looks like, download and unzip THIS FILE

Disable the extension, and upload headerlink.css to
ext/hifikabin/headerlink/styles/prosilver/theme
over writing the existing one. Enable the extension and purge your browsers cache to see the changes.

If you do not like how it looks, just reverse the above change.
User avatar
KhurramMunawar
Registered User
Posts: 534
Joined: Tue Mar 25, 2014 2:20 am
Location: Islamabad, Pakistan
Name: Khurram Munawar
Contact:

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

Post by KhurramMunawar »

A button to globally disable the extension in extension settings will be much appreciated.
And an option to change the bar color will make it suitable to work with much more styles.

Please tell me, what is the minimum forum width at which the header links become responsive , i.e " LINKS " button appeared. and how i can change this forum width value .

Thanks
Get Free Traffic To Your Website
Trafficonic.com - Free Traffic To Your Website
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 »

KhurramMunawar wrote: Fri Nov 10, 2017 2:29 pm A button to globally disable the extension in extension settings will be much appreciated.
Thats something I will look at on the next release
KhurramMunawar wrote: Fri Nov 10, 2017 2:29 pm And an option to change the bar color will make it suitable to work with much more styles.
maybe inherit the bar color from the style in use?
KhurramMunawar wrote: Fri Nov 10, 2017 2:29 pm Please tell me, what is the minimum forum width at which the header links become responsive , i.e " LINKS " button appeared. and how i can change this forum width value .

Thanks
OPEN

hifikabin/headerlink/styles/prosilver/theme/headerlink.css

FIND

Code: Select all

@media only screen and (max-width: 915px), only screen and (max-device-width: 915px)
Change BOTH instances of 915 to the value you prefer.

SAVE>UPLOAD>PURGE THE BROWSERS CACHE
fabiomaticus
Registered User
Posts: 135
Joined: Tue May 08, 2007 11:56 am
Location: Taranto - ITALY
Contact:

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

Post by fabiomaticus »

I have update php from 5.6 to 7 but i have this erro then i open new topic or reply:
Image
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 »

Both my Main and Extension fora are using php7 and display no error. the _STYLESHEETS_ 15 etc etc top right on your image is perplexing, as I have no idea where that is coming from.

Perhaps there is a conflict with your portal?

Try disabling and re enabling the ext, and if that doesn't work try disable>delete data and start again with a fresh download of this extension.
fabiomaticus
Registered User
Posts: 135
Joined: Tue May 08, 2007 11:56 am
Location: Taranto - ITALY
Contact:

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

Post by fabiomaticus »

The error was italian language of phpbb.
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 found where the problem was.
Locked

Return to “Extensions in Development”