Pavilion Header Search Theme Component

Same here. I can repro this on theme creator and discourse development.

3 个赞

@angus perhaps the component needs to be improved? In light of recent changes:

https://github.com/discourse/discourse/commit/58fe45ffd95dc89bf008eeef28509a4fbc72263b

There is some strange behavior in the drop-down menu.

7 个赞

Broken.

1 个赞

Thanks @Stranik and @nexo. I’ve added support for the new event added by https://github.com/discourse/discourse/commit/58fe45ffd95dc89bf008eeef28509a4fbc72263b.

https://github.com/angusmcleod/discourse-header-search-theme/commit/94276e5bef25255496529e1287105bf11353d0d5

The theme will continue to work with older Discourse versions as well.

8 个赞

User and tags go off of the search modal. Could you check if this happens to your instance?

It’s probably something wrong with your other themes. Long usernames are cut off with “…” when only using this component.
29%20PM

4 个赞

Testing this theme component now and I see that once a search is executed the top of the results are getting cut off, whole element is getting shifted up or something. Anyone else seeing this?

It seems to happen even when I switch to a default theme…but @angus I don’t see this active in your sandbox at the moment so not 100% sure if it’s a bug or something weird with my setup.

1 个赞

We don’t have space for a search bar on mobile. Has anyone ever seen a search bar integrated into the forum itself, rather than the header? I guess it could also be a footer search bar

Have you looked at this component?

7 个赞

thats exactly what i’m looking for. thank you @Johani.

We’ll modify it to work on tag-pages, which is the same for pretty much every plugin right now.

3 个赞

I noticed this issue too, made a PR with some updates

https://github.com/angusmcleod/discourse-header-search-theme/pull/3

7 个赞

Thanks! Merged :tada:

5 个赞

A nice setting would be to place it exactly in the center of the header :slight_smile:

1 个赞

Hey @angus

are there any plans to update the theme component? In theme preview it seems to have some layout issues
I think it’s a great feature that animates user more to use search function more frequently.

4 个赞

我提交了这个 PR:FIX: deprecations for ember-cli by pfaffman · Pull Request #4 · paviliondev/discourse-header-search-theme · GitHub

希望它能起到警示这个弃用的作用。:man_shrugging:

3 个赞

我做了一个 PR 来修复布局问题。

4 个赞

这个#theme-component与下面链接的组件有何不同?

1 个赞

嘿,不知何故,我无法将搜索栏移到标题下方。有什么建议吗?我一直在尝试将其嵌套在我创建的 after header html 的一个 div 类中

谢谢,

雅各布

您好,

感谢您提供的出色组件。

如何更改搜索框的颜色?

我想将其更改为白色。

谢谢

Screenshot from 2023-02-25 05-14-34

我总是惊喜地发现这个组件基本还能用 :slight_smile: 我做了一些更新,让它更符合最新的 Discourse。

不确定你是否在使用这个组件,但如果你在使用,请将此添加到你的主题 CSS 中

title .search-header #search-term {
  background-color: pink;
}

Screenshot 2023-03-02 at 09.54.36

2 个赞