Try this CSS; it preserves the expand button but hides the settings:
// Hides the Kanban settings button but preserves the expand button
.kanban-spacer .btn {
&:nth-of-type(2){
display: none;
}
}
Try this CSS; it preserves the expand button but hides the settings:
// Hides the Kanban settings button but preserves the expand button
.kanban-spacer .btn {
&:nth-of-type(2){
display: none;
}
}
There are so many reasons to use private message, not a forum category.
Simply you know, that is reason why private message exists, beside others. I just want to develop for only private messages here.
Just be aware there is no advantage to private messages as opposed to a private group. Both are equally accessible to admins.
If you PM me I can just add anyone I wish to the conversation at any time.
Any admin can read your private message without your knowledge.
This is in addition to tags and categories and themes not applying to private messages.
Just thoughts. Good luck on it!
It seems that at first. But you will make trouble when you try to use group like private message for long time in forum.
There are so many, but I tell you this first:
Like I said, so many other reasons. And that is why private message exists, beside others.
Accessible yes. Visible, no. Private Messages that do not include the admin do not appear in any feed whatsoever. While anything in the Forum appears in Latest
unless specifically muted.
Tags do apply to PMs (but only for staff).
Iām getting an issue where I can see the board when itās set as the default for a category, but the option to see the board isnāt available in my options anymore.
Iāve noticed this too, and the link isnāt present regardless of it being default or not.
Iāve resorted to a text link in the category description as a workaround, but it isnāt great as nobody ever seems to read those. Oh, and making them default.
@david Could you let us know if youāve observed this as well and if we could expect a fix in the near future?
I think Iām getting to some kind of incompatibility between the Kanban plugin and the link structure to create new topics
When I use a link with a category that has a kanban board by default the new Topic link doesnāt work.
https://community/new-topic?title=topic%20title&body=topic%20body&category_id=3
I donāt see any error in the consoleā¦ Any hint on where could I look to see where the problem is exactly coming froim?
Iām getting this behaviour;
2nd level category āmakerfaire-planningā (hoping to use tags mode)
board works (and board button shows up) if I make planning default view, but not if I just add planning to display categoriesā¦
console with just display selected:
settings page: iirc the input box used to search for existing topics when partial text was entered; This seems like itās not getting any return from the query so offers to let me create a category link.
Using the category filter does not seem to have any effect. Whatever category I select, all categories are still displayed.
Any idea of a solution to this problem?
Iāve added a fix here:
let us know if you still run into the problem after updating!
Great to see this TC getting some love! It is super useful.
Any chance that we could get the nice Board
link back? I miss it! Iāve taken a look but donāt understand how on earth it puts (or is meant to put) the link in there.
Itās working fine now, thanks for fixing!
Iāve been asked to get a quote on how much it would cost to modify this plugin for a project proposal.
I thought iād cross-post here as the people watching this thread are likely to be the ones who already know the code and how the plugin works.
The task would be:
I sitll have the same issue on discourse stable 2.8.7
Whenever I assign a specific category in display categories
, the Board
link disappears. When leaving display categories
empty, the link is displayed properly.
I like this, but I wish it has support for floating style themes.
Hey guys
I donāt know what I am doing wrong, but the āBoardā button does not appear whenever I add any category into the display categories
fields. When itās left empty, the āBoardā button appears globally as expected.
Tested on 2.9beta9, even with safe mode will all plugins disabled.
See the quick video below:
You arenāt doing anything wrong, that has been a problem for ages.
I didnāt know that the Board button was actually working when Kanban was on globally. That points to a problem in the logic here, eh?
Do you have a fix in mind? Maybe the team would support a PR? Unfortunately I am not a dev, otherwise I would submit something