Custom Header Links

:discourse2: Summary Custom Header Links allows you to easily add custom text-based links to the header.
:eyeglasses: Preview Preview on Discourse Theme Creator
:hammer_and_wrench: Repository Link https://github.com/discourse/discourse-custom-header-links
:open_book: New to Discourse Themes? Beginner’s guide to using Discourse Themes

Install this theme component

Features

Desktop

Mobile

(due to very limited space I don’t recommend adding more than one link on mobiles)


Settings

Name Description
custom header links Custom links to be displayed in the header
links position Note that when links are displayed on the left, they’re automatically hidden while scrolling within topics to make room for the title

Adding links is straightforward. Every link needs 6 items. You enter comma delimited values in this order:

link text, link title, URL, view, target, hide on scroll

Link text: the text for the link.
Link title: the text that shows when the link is hovered.
URL: The path for the link (can be relative).
View: vdm = desktop and mobile, vdo = desktop only, vmo = mobile only.
Target: blank = opens in a new tab, self = opens in the same tab.
Hide on scroll: remove = hides the link when the title is expanded on topic pages keep = keeps the link visible even when the title is visible on topic pages.

If you’re not sure what hide on scroll does, here’s an example:

Most Liked and Privacy are set to keep and so they remain visible. The other links are set to remove, and so are hidden when the title expands in the header. This only affects topic pages.

Links position: This setting allows you to change the default layout so links will appear on the left near the logo instead of on the right. Note that when positioned to the left, links will automatically be hidden when scrolling within topics to make room for the topic title.


:discourse2: Hosted by us? Theme components are available to use on our Standard, Business, and Enterprise plans.

Last edited by @JammyDodger 2024-06-11T20:31:00Z

Check documentPerform check on document:
「いいね!」 82
How can I add custom hamburger menu
Header Submenus
Structuring a multilingual community
Display StatusPage status on as a header link
Control CSS based on user's logged in state
Custom Header Links (icons)
Looking for a freelancer to implement a custom Discourse theme (based on an existing mockup)
Add a global header between Discourse & Website
How to make custom setting type
Is it possible to have users' job titles next to their names on posts?
Link to find all deleted posts by all users in a particular period
Dropdown links in existing Header
Insert Link to External Website
Is anyone here using their Discourse instance as their entire website?
How to fire on every footer load (or page load?)
Custom links above header bar
Custom Header Links (icons)
Pre seeded posts all missing - Missing Terms of Service, FAQ and Privacy pages
Dropdown header links in the existing Header
Add a "curated personal learning" page for users
Redirect search icon to search page
Possible to change main logo URL?
2021: The Year in Review
How to add breadcrumb?
How to add contact us page?
Navigation bar above all post
Adding link to blog on main page
Customizing your site with existing theme components
Show "new topic" when not logged in
How can I add a new button to the topbar?
⬇️ Dropdown Header
How to fix logo size?
Links into the header block
Customize the header with links, icons, or menus
Privacy Policy does't meet Google's requirements
Customize Your Site Branding
Nextcloud support
How to override the site-header.hbs file from custom theme?
Sidebar link / top button to PM admin
Toolbar under site header per category
Privacy Policy does't meet Google's requirements
Link buttons on the top disappear when scrolling around the site
Disclaimer section on the "about" page
What Themes are being used for these Discourse forums?
Add button in header for logged in users
Use decorateWidget to add text link to header
[PAID] Expert Wanted for Forum Redesign
Add social media handles on home page
Create hyperlink from home logo
Configure a custom sidebar link to open in a new tab
2023: The Year in Review
Modifying Header
Fully Theme
Visiting /admin/upgrade may lead to a server error
How do I go about making a very customized theme?
How to Integrate a Custom Plugin in discourse UI
Embedding a whole Discourse forum on another site in an <iframe>
Memberstack + Webflow + Discourse OpenID Connect
Custom website header with forum
Custom Header Links (icons)
Brave default Theme
Why does the logo navigate to Discourse home not main site home
Structuring a multilingual community
How to make sidebar sticky?
Forum navbar is repeating
Adding my Nav into the header bar
Best place(s) to link back to a non-forum homepage?
Allow non-members to pm the administrator
Adding a header link for Guests Only
Link on Top header to Go to Home page of main site
How to finely scroll out custom header?
Can I add a icon and link back to my homesite at the top bar
Header Submenus
Custom Header links was automatically hide when scrolling topic page contents
Link behavior inconsistent
Upcoming Header Changes - Preparing Themes and Plugins
How to add a "button" which composes a pre-filled topic
Where to place project external URL?
Change destination of logo link
External header links are not opening in a new tab
How to split the forum into two main parts (general/groups) and how to display only subcategories I can create a new post in?
Add secondary url / embed into Wordpress
"An empty string is not a valid JSON string" when updating theme component #2
How can I add a button to the header?
Showing categories statically above most recent posts
How to add a button to the header area?

don’t know if this has been suggested, tried reading back but couldn’t find it.

was thinking that maybe adding the ability to create “sub-links” thus creating the idea of a list that you could edit (text color, background hover etc.) to get results similar to what zoom has

「いいね!」 8

the links that have the arrow to the right like developer means that it has “sub-links”

「いいね!」 1

Is it possible to add some basic dropdown menu to an any item?

I couldn’t create a dropdown menu with “Custom header links”. It seems Zoom did that. I reviewed their dropdown menu via console, but I couldn’t figure out how they interfere with the html of this component for adding dropdown to any item.

Is there a way to add this dropdown to item? @Johani

<div id="dropdown">
  <a title="Zoom Developer Documentation" href="https://marketplace.zoom.us/docs" target="_blank">Developer</a>
  <span class="caret"></span>
  <div class="dropdown-content">
    <a title="Zoom API Docs" href="https://marketplace.zoom.us/docs/api-reference/introduction" target="_blank">API</a>
    <a title="Zoom SDK Docs" href="https://marketplace.zoom.us/docs/sdk/native-sdks/introduction" target="_blank">SDK</a>
    <a title="Zoom Developer Blog" href="https://medium.com/zoom-developer-blog" target="_blank">Blog</a>
    <a title="Zoom Developer Changelog" href="https://marketplace.zoom.us/docs/changelog" target="_blank">Changelog</a>
    <a title="Zoom Developer Survey" href="https://docs.google.com/forms/d/e/1FAIpQLSeJPLhNuxjtkxyyV276R8S_nYz99fpMbbS8VWkC8Hwi7-2Byg/viewform" target="_blank">Survey</a>
  </div>
</div>
「いいね!」 5

Has anyone run into any issues with links not opening when setting links position to “left”?

Links work on Preview but not when I apply it to a theme.
Right alined links work fine though.

「いいね!」 1

Hi! Thanks for creating this.
Is it possible to add an SVG before the text link? If so - how?

「いいね!」 1

Have you found a solution for this? I am look for the same solution.

「いいね!」 6

how can the title convert **formatting code** into actual formatting? also how about Font Awesome icons before the text?

「いいね!」 2

Could be possible to add a flag to show or hide links as specific groups of users?

「いいね!」 3

Is there a way this theme component can allow for dropdown navigation? That means, when I hover over a header link, it has sub-items that appear underneath it. I know that this can be done via html/css as shown here:

「いいね!」 2

Thank you for creating this component!
One question and potentially a feature request: can we show a specific link for a specific group?
For example, if a user is in group customers I’d like to show a link to the customer’s control panel, if a user is in group workers I’d like to add a link to a different panel.
I think this would be a very useful feature.
The group name could be the last (optional) parameter.

「いいね!」 2

ありがとうございます!さまざまなバナーやコンポーネントを試した後、これを見つけました。まさに私が求めていたものです!

1つリクエスト/提案があります。リンクの並べ替え機能です。いくつか作成した後、先頭に1つ追加したいことに気づきました。今度はすべて手動でコピー&ペーストする必要がありますが、コピーすると他のエントリも同期/更新され続けるため、実際には非常に面倒です。

ドラッグ&ドロップまたは上下ボタンがあれば、将来のユーザー(または将来の編集)にとって非常に役立ちます。

「いいね!」 4

flex プロパティを使用しているため、数行の CSS で簡単に順序を操作できます。

例:

  • デフォルトの順序
    image

  • カスタム順序
    image

CSS の例:

.custom-header-links li {
  &:nth-child(1) {
    order: 3;
    background: red;
  }

  &:nth-child(2) {
    order: 1;
    background: green;
  }

  &:nth-child(3) {
    order: 2;
    background: yellow;
  }
}
「いいね!」 5

@Nick_Chomey このテーマコンポーネントだけでなく、type: list設定を使用する他の多くのテーマコンポーネントでも、これを行う必要があると感じることがよくありました。以前は機能リクエストを提出するつもりでしたが、完全に忘れていました。しかし、あなたが思い出させてくれたので、ここに1つ追加しました。

「いいね!」 3

@dax ありがとうございます!これが可能だとは知りませんでした!

@keegan 素晴らしいですね。いつか追加されることを願っています!

「いいね!」 2

私も同じ解決策を探しています。彼らがこれをどのように行ったか、もうわかりましたか?
ありがとうございます!

「いいね!」 1

Hi @Johani
素晴らしいコンポーネントを作成していただきありがとうございます!

ユーザーがログインしている場合にのみリンクを表示することは可能でしょうか?
外部リンクになります。

「いいね!」 1

Hey @andreas_can Metaへようこそ :wave:

このコンポーネントは、各リンクのテキストに基づいてCSSクラスを追加します。追加されるクラスは、リンクに指定したテキストと同じですが、スペースはハイフン(-)に置き換えられ、テキストは小文字に設定されます。その後、文字列 -custom-header-links が末尾に追加されます。

たとえば、テキストが

privacy

のリンクを追加すると、リンク要素には

privacy-custom-header-links

というクラスが追加されます。

リンクテキストが

Visit Shop

の場合は、CSSクラスは

visit-shop-custom-header-links

になります。

これで、各リンクに追加されるクラスがわかりました。ご質問に戻ります。

Discourseは、ユーザーがログインしていない場合に<html>タグにCSSクラスを追加します。そのクラスは

anon

です。

そのため、ログインしていないユーザーに対して特定のリンクを非表示にするために、それを使用できます。たとえば、テキストが

Customer Support

のリンクがあり、ログインしていないユーザーに表示したくないとします。

その場合、このCSSを

.anon {
  .customer-support-custom-header-links {
    display: none;
  }
}

メインテーマの common > CSS タブに追加します。

これにより、ログインしていないユーザーに対して、その特定のリンクが非表示になります。

「いいね!」 11

迅速かつ丁寧なご返信ありがとうございます!
まさに探していたものです。

試してみます :slightly_smiling_face:

「いいね!」 3

CSSのdisplay: none;は、ブラウザのレンダリングからリンクを隠すだけで、ページのソースコードやウェブクローラー、検索エンジンからは常に完全に表示されることに注意してください。

「いいね!」 3