API shorthand syntaxShorthand In the API docs, this: POST /-/v0/something {
field: 'value',
oneTwoMany: 123,
}
means sending a HTTP POST request to /-/v0/something with a header Content-Type: application/json and a JSON payload: { "field": "value", "oneTwoMany": 1... | API | | 0 | 2021-05-22 19:32:17.601Z |
Talkyard API authenticationTo use non-public parts of the API, you need to generate an API secret: Go to https:// your talkyard site /-/admin/settings/features and click Enable API and save the settings. Now, the API tab appears — go there and generate an API secret. Note that... | API | J | 2 | 2021-05-22 19:29:26.640Z |
Multi tenant / multi site supportHi. Is it possible to configure a muilti-site multi-tenant installation? I read somewhere in the forum that the database supports multi-tenant but can find no other information. | Support | F | 4 | 2021-05-16 04:11:51.723Z |
User managementHi - is it possible to limit user permissions o that only Admins can add new topics. We are investigating using Talkyard for our running club and would like to contain the list of topics. | Support | R | 1 | 2021-05-14 09:05:00.650Z |
Is there a way to delete/hide users?Hi @KajMagnus We often end up creating test accounts in our internal team, and due to our SSO, they end up being created as users on the forum too. Sometimes our customers think those test accounts are our real accounts and so start tagging them. Is ... | Support | CC | 4 | 2021-05-10 15:31:36.557Z |
Is it possible to put multiple threads on the same page?I'm interested in whether it is possible to put multiple threads onto the same page simultaneously. The use case I am exploring for Talkyard involves attempting to achieve something not quite as sophisticated as commenting in a Google doc, but is alo... | Ideas | T | 2 | 2021-05-08 21:30:54.144Z |
Migration from phpbbHi guys, I currently have a forum with phpbb and I want to transfer it to the talkyard. How can I do this ? Is there any easy way to do this? | Development | J2 | 1 | 2021-05-05 06:45:55.490Z |
Search finds only exact wordsIt seems like the search function only finds exact words, e.g., when I search for "search" I won't find articles containing "searching". Is there a way to change this behavior so that substring matching would work? Update: The title and the paragraph... | Support | S | 7 | 2021-04-30 08:56:14.114Z |
How to reorder categoriesWhen I create a new category, is it possible to choose its order? And could I reorder all categories? | Support | S | 1 | 2021-04-28 18:45:08.057Z |
Can you disable the "Some disagree with this" feature?I've used forums like Reddit for ages.. before that, Digg. The hivemind effect is cancer. The "some disagree with this" feature is not a feature I want, because I feel that it hinders discussion and influences perception more than it should. Can this... | Support | L | 2 | 2021-04-28 18:35:06.396Z |
Explain icons... |
TalkYard is incorrectly scrolling all blog posts to commentsA bad bug seems to have slipped through to TalkYard's production servers. My blog uses TalkYard for blog comments, but every page the user visits, TalkYard immediately scrolls down to the comments, even if there is no comment ID in the URL bar. If I ... | Support | | 4 | 2021-04-24 18:29:16.876Z |
Why does TalkYard's robot.txt exclude user profile pages?I got an email from Google Search warning me that they're indexing pages that are disallowed by robots.txt (weird that they're ignoring the robots.txt, but anyway...). I checked it out, and it looks like they're user profile pages: I can see that my ... | Support | | 4 | 2021-04-22 11:32:45.376Z |
| Support | F | 1 | 2021-04-16 05:00:20.964Z |
Feature request for "unread" indicatorHi, I would like if there was an indication, next to each topic title on the main page, of new topics which I haven't read, or topics containing replies that I haven't read. This "indication" could be something as simple as a red dot next to the topi... | Ideas | H | 1 | 2021-04-15 12:02:05.409Z |
| Issues | MZ | 4 | 2021-04-10 05:20:08.594Z |
| Issues | | 2 | 2021-04-09 12:03:58.856Z |
Using firewalld instead of ufwI think that docker doesn't play well with ufw. It supports firewalld instead. https://github.com/debiki/talkyard-prod-one/blob/master/scripts/start-firewall.sh#L15 | Issues | | 3 | 2021-04-04 15:36:07.789Z |
Talkyard hosted comments and GDPR, CCPAI singed up for the Almost Free plan for hosting comments a new programming blog. I am not using Google Analytics and wondered if the Talkyard hosting in is GDPR compliant and hopefull if also compliant with CCPA laws in the state of California. Any ... | Support | G | 1 | 2021-04-04 06:35:44.240Z |
How to load comments dynamically on a JS app?I have an app whose content is updated with JS (AJAX). I would like the comments to be updated too when the content is updated. First of all, I can use a data-discussion-id to specify the comments that should be loaded. But I don't see how to refresh... | Support | | 1 | 2021-04-04 00:06:13.418Z |
Use 'stable' tag for Docker imagesSorry, for writing in the forum. I would prefer to open an issue on GitHub, but they are disabled for your project. I see that in docker-compose.yml you use heavily ${VERSION_TAG}, for example https://github.com/debiki/talkyard-prod-one/blob/master/d... | Ideas | | 3 | 2021-03-31 14:26:40.782Z |
Using static IP addresses?Using static IP addresses for the containers seems suspicious and unnecessary: https://github.com/debiki/talkyard-prod-one/blob/master/docker-compose.yml#L19 I don't see why you can't use service names or aliases: https://docs.docker.com/compose/comp... | Ideas | | 3 | 2021-03-31 14:19:10.308Z |
How to delete your own personal data (GDPR)Alternative 1 (This, alternative 1, is not yet implemented.) If you'd just want to get dis-associated with some specific posts of yours, then, go to those posts, and, in the ☰ dropdown below each such post, click Toggle anonymous .... Then, change th... | How To | | 0 | 2021-03-26 06:18:42.377Z |
| Issues | A | 7 | 2021-03-26 03:50:31.425Z |
Issues with @media print stylesheetThe avatars look atrocious in print. The biggest issue is the a[href]::after { content: " (" attr(href) ")"; }
rule. Could we get a display: none for avatars and/or get the above rule limited to only the text of the comment? Speaking of print media,... | Issues | M | 7 | 2021-03-18 13:29:52.032Z |
Read APIAn API which allows you to read information about one or more disscusionid's. I want it because I need to get the comment count on each of my blog cards. So before they opened the post, so people have an idea how much discussion is going on. If I tak... | Ideas | S2 | 5 | 2021-03-18 13:20:23.718Z |
HIGH PRIORITY: Can't create categoriesI was hoping to create a category this morning to be able to share with all of our users, but the forum creates an error. Last time this happened you just upped the limit, but this seems like a really bad way to fix it. Please fix this asap, since it... | Issues | CC | 11 | 2021-03-17 12:03:06.399Z |
| Ideas | M | 4 | 2021-03-16 20:43:29.282Z |
German translation doneHi @KajMagnus you seem to be the master of desaster when it comes to translations ;-) I think Talkyard is the best solution for adding comments to websites done with Ghost, thank you for sharing this great project. Unfortunately I need it in German f... | Development | M | 6 | 2021-03-16 04:01:20.531Z |
Comment section being equal to a forumHello guys, Hard to title this so let me explain ;) I'm starting a podcast company, and I want that every episode has a comment section, and that this comment section to be a thread of my forum ! So, my community can comment directly from the comment... | Support | L | 1 | 2021-03-14 18:26:07.880Z |
Can I find free Talkyard hosting?I am tring to create a talkyard erver online. I do not have accses to any hardware. Are their any online tools that I could use to host it for free? | Support | B | 1 | 2021-03-12 17:53:57.498Z |
Line edits & quote backlinksContinuing this conversation with @KajMagnus on listeners for page loading. By the time I'm done with a day's programming at my job, most of my coding energy has been sapped, and I end up code a bit quick and dirty, so the script isn't elegant, but t... | Ideas | S | 1 | 2021-03-12 04:20:01.457Z |
| Support | | 1 | 2021-03-04 15:11:55.534Z |
Search for users in the search field?It's really often that I need to find the latest posts (or a specific post from the past) made by a specific user. Currently, it doesn't look like the Elasticsearch index takes users' fullnames or usernames into account. It would be amazing if it wer... | Ideas | C | 1 | 2021-03-04 10:22:26.912Z |
API: Being able to fetch Topics based on answered stateHi I would really like this feature, I think it can be really useful to other people as well. Background to explain the use case: We have a slack workspace filled with students and would like to make a bot that can notify students each morning of una... | Ideas | J | 24 | 2021-03-04 06:52:26.151Z |
Solved problems have wrong icons on listsCheck this thread: https://forum.soundflow.org/-4265/soundflow-42-new-deck-on-the-computer-screen-imprisoning-protools It's a Problem type thread: And it's marked as solved: But out in the list it doesn't appear as solved: | Issues | CC | 11 | 2021-03-04 05:55:32.900Z |
"Not found" on forum link previews too oftenHi Magnus, If you take a look at this: https://forum.soundflow.org/-3934#post-3 Quoting a search on the forum shows "Not found". Just like it does for items it can't have access to. It would be better IMO if it didn't say "Not found". Just show the l... | Issues | C | 3 | 2021-02-28 20:29:47.730Z |
| Issues | CC | 15 | 2021-02-26 18:03:28.995Z |
Retina screenshots are double in sizeHi @KajMagnus Take a look at something like this page: https://forum.soundflow.org/-3904#post-2 I copy-pasted a screenshot on the Mac directly into the forum, but the screenshot appears as double the size. This is because the screenshot is coming fro... | Issues | C | 2 | 2021-02-23 10:56:22.076Z |
Contributions?Ty is open source, but is it "open for contributions"? There's not much documentation for prospective contributors, besides CONTRIBUTING.adoc, and Issues are disabled in GitHub. If I wanted to pick something up, how would one do that? (And I can see ... | Development | N | 2 | 2021-02-22 20:23:34.491Z |
| Issues | SSS | 7 | 2021-02-22 19:20:26.343Z |