Suggestion: Keyboard Shortcut
It would be great for there to be keyboard shortcuts to navigate comments. As an example, every time the user hits 'z' the window will move to highlighting the next unread comment. Following 'z' inputs will mark the selected comment as read and then automatically move to the next new comment.
BrianGoodison 20 days ago
π Feedback
Suggestion: Keyboard Shortcut
It would be great for there to be keyboard shortcuts to navigate comments. As an example, every time the user hits 'z' the window will move to highlighting the next unread comment. Following 'z' inputs will mark the selected comment as read and then automatically move to the next new comment.
BrianGoodison 20 days ago
π Feedback
2
Deleting a user through the Console API fails with 500 error code
const hyvorUsers = await axios.get( `https://talk.hyvor.com/api/console/v1/xxxx/users?search=${user.email}`, { headers: { 'X-API-KEY': HYVOR_CONSOLE_API_KEY } } ) if (hyvorUsers?.data?.length === 1) { await axios.delete( `https://talk.hyvor.com/api/console/v1/xxxx/user/${(hyvorUsers.data as any)[0].htid}`, { headers: { 'X-API-KEY': HYVOR_CONSOLE_API_KEY } } ) } The above is an example typescript code that fails (with website id removed). Even if the first API call succeeds, and I get a correct Hyvor user as a result, the second call then fails and give me a 500 error code.If I try the DELETE call with a random false htid, it does correctly give me a 404 error code
Tanguy GΓ©rΓ΄me 27 days ago
π Bugs
Deleting a user through the Console API fails with 500 error code
const hyvorUsers = await axios.get( `https://talk.hyvor.com/api/console/v1/xxxx/users?search=${user.email}`, { headers: { 'X-API-KEY': HYVOR_CONSOLE_API_KEY } } ) if (hyvorUsers?.data?.length === 1) { await axios.delete( `https://talk.hyvor.com/api/console/v1/xxxx/user/${(hyvorUsers.data as any)[0].htid}`, { headers: { 'X-API-KEY': HYVOR_CONSOLE_API_KEY } } ) } The above is an example typescript code that fails (with website id removed). Even if the first API call succeeds, and I get a correct Hyvor user as a result, the second call then fails and give me a 500 error code.If I try the DELETE call with a random false htid, it does correctly give me a 404 error code
Tanguy GΓ©rΓ΄me 27 days ago
π Bugs
1
Hotkeys interfere with actually typing
For example, go to this customer's pagestart a new comment and start typing, maybe "The quick brown fox jumps over the lazy dog". You will be taken away from the page you're commenting on and a new comic will load. Whatever hotkeys Hyvor is defining, they need to be turned OFF while in mid typing.
Ross Presser 28 days ago
π Feedback
Hotkeys interfere with actually typing
For example, go to this customer's pagestart a new comment and start typing, maybe "The quick brown fox jumps over the lazy dog". You will be taken away from the page you're commenting on and a new comic will load. Whatever hotkeys Hyvor is defining, they need to be turned OFF while in mid typing.
Ross Presser 28 days ago
π Feedback
1
Toggle Comments ON/OFF, but keep Reactions/Ratings
The Hyvor Talk "View Demo" β where you can see 1) RATINGS and COMMENTS, 2) REACTIONS and COMMENTS, or 3) COMMENTS (only) βΒ gave me an idea. It would be so valuable to have the option to show 1b) RATINGS (only), and 2b) REACTIONS (only). Of course, I'm not just talking about the demo; it would be cool to be able to toggle the same as for the demo within the admin console as we tweak settings in preparation to install the widget.
Vladimir Suhadolnik About 1 month ago
π Feature Requests
Toggle Comments ON/OFF, but keep Reactions/Ratings
The Hyvor Talk "View Demo" β where you can see 1) RATINGS and COMMENTS, 2) REACTIONS and COMMENTS, or 3) COMMENTS (only) βΒ gave me an idea. It would be so valuable to have the option to show 1b) RATINGS (only), and 2b) REACTIONS (only). Of course, I'm not just talking about the demo; it would be cool to be able to toggle the same as for the demo within the admin console as we tweak settings in preparation to install the widget.
Vladimir Suhadolnik About 1 month ago
π Feature Requests
2
Hyvor Talk will not load styles with a strict CSP
I am using Zola Static Site Generator, I recently added hyvor talk to my abridge theme. Hyvor Talk will not load styles with a strict CSP (I do not consider adding unsafe-inline to style-src a solution, obviously that would work, but it would lower the security of the page and the mozilla observatory rating.)My preferred solution would be to somehow get hyvor talk to quit trying to use inline styles and instead simply provide me with a link to a stylesheet that I can put in the head of my site, but if there is another way to resolve this other than adding unsafe-inline, then I would be up for trying it.https://abridge.netlify.app/overview-abridge/here is my CSP: https://github.com/Jieiku/abridge/blob/master/netlify.toml#L19here are the errors from the chrome developer console:here is how the page looks without those styles:
jieiku 4 months ago
β Help
Hyvor Talk will not load styles with a strict CSP
I am using Zola Static Site Generator, I recently added hyvor talk to my abridge theme. Hyvor Talk will not load styles with a strict CSP (I do not consider adding unsafe-inline to style-src a solution, obviously that would work, but it would lower the security of the page and the mozilla observatory rating.)My preferred solution would be to somehow get hyvor talk to quit trying to use inline styles and instead simply provide me with a link to a stylesheet that I can put in the head of my site, but if there is another way to resolve this other than adding unsafe-inline, then I would be up for trying it.https://abridge.netlify.app/overview-abridge/here is my CSP: https://github.com/Jieiku/abridge/blob/master/netlify.toml#L19here are the errors from the chrome developer console:here is how the page looks without those styles:
jieiku 4 months ago
β Help
1
Planned
Filter between Comments and replies in user profile
It would be cool if you could filter to just original comments vs comments and replies all listed together when pulling the user profile up.
exaisios aisimos 6 months ago
π Feature Requests
Planned
Filter between Comments and replies in user profile
It would be cool if you could filter to just original comments vs comments and replies all listed together when pulling the user profile up.
exaisios aisimos 6 months ago
π Feature Requests
5
Support for pagination
Haven't seen this feature for any other comments system other than Disqus. Would be great to give users to option after x number of comments to go to another page of comments. Thanks!
Connor Pant 6 months ago
π Feature Requests
Support for pagination
Haven't seen this feature for any other comments system other than Disqus. Would be great to give users to option after x number of comments to go to another page of comments. Thanks!
Connor Pant 6 months ago
π Feature Requests
1
Closed
Increasing sales
I suggest updating commenting box design to be as good as this feature software. First impression will either sell your software or not. Latest updates 7 months ago on https://github.com/hyvor/hyvor-talk-comments will not boost confidence for potential new clients.
Kristjan Kure 7 months ago
π Feedback
Closed
Increasing sales
I suggest updating commenting box design to be as good as this feature software. First impression will either sell your software or not. Latest updates 7 months ago on https://github.com/hyvor/hyvor-talk-comments will not boost confidence for potential new clients.
Kristjan Kure 7 months ago
π Feedback
1
Planned
Asking users' permission to sign-up for email newsletters
I have moved across from Ghost Blog and one thing I missed about it is how users can create their own account, comment on blogs, and opt in to receive email newsletters if they want to. Hyvor Talk has two of those three features.Since Hyvor Talk has a well-known privacy policy to not share Hyvor Account emails to third-parties, so I thought what if we can ask Hyvor Users' permission to subscribe email newsletters of the website?We do not have to force a user to sign-up email newsletters or create a whole, new feature inside Hyvor Talk for email, but at least we can have integration to MailerLite and MailChimp (etc.) to give a choice to our signed-in Hyvor users if they want to opt-in and help every content creator, blogger, developers out there empower their own community. Especially now that you have Membership feature on your v3, we can also invite members to subscribe to email newsletters to get their favorite content creator's updates, news, review, blog, and more.Here is a link to Ghost's new commenting feature: https://ghost.org/changelog/native-comments/. The reason why I mentioned this is because they identified two big things on why they considered commenting in the first place: empower community and ability to overcome automated spam with member authentication.If this feature is pushed out, it will be plus points to your product since I am almost paying the same amount of my Hyvor Talk plan with Ghost's blog pricing... Additionally, your product still adheres to the "privacy-focused, fully-featured commenting system" with your amazing member authentication and can go beyond full-featured commenting system.Let me know what you think of this feature, thank you for your consideration and looking forward to hearing from you soon.P.S. Forgot to change from "Feedback" to "Feature Request" tag.
Amanda Patricia Viray 8 months ago
π Feedback
Planned
Asking users' permission to sign-up for email newsletters
I have moved across from Ghost Blog and one thing I missed about it is how users can create their own account, comment on blogs, and opt in to receive email newsletters if they want to. Hyvor Talk has two of those three features.Since Hyvor Talk has a well-known privacy policy to not share Hyvor Account emails to third-parties, so I thought what if we can ask Hyvor Users' permission to subscribe email newsletters of the website?We do not have to force a user to sign-up email newsletters or create a whole, new feature inside Hyvor Talk for email, but at least we can have integration to MailerLite and MailChimp (etc.) to give a choice to our signed-in Hyvor users if they want to opt-in and help every content creator, blogger, developers out there empower their own community. Especially now that you have Membership feature on your v3, we can also invite members to subscribe to email newsletters to get their favorite content creator's updates, news, review, blog, and more.Here is a link to Ghost's new commenting feature: https://ghost.org/changelog/native-comments/. The reason why I mentioned this is because they identified two big things on why they considered commenting in the first place: empower community and ability to overcome automated spam with member authentication.If this feature is pushed out, it will be plus points to your product since I am almost paying the same amount of my Hyvor Talk plan with Ghost's blog pricing... Additionally, your product still adheres to the "privacy-focused, fully-featured commenting system" with your amazing member authentication and can go beyond full-featured commenting system.Let me know what you think of this feature, thank you for your consideration and looking forward to hearing from you soon.P.S. Forgot to change from "Feedback" to "Feature Request" tag.
Amanda Patricia Viray 8 months ago
π Feedback
9
Closed
Can I remove a reaction count?
If I have been testing and changing the reactions, can I remove a reaction count? What was once a 5 rating (in the reactions) is now a meh 2 rating. Help.
Techsplained 8 months ago
π Feedback
Closed
Can I remove a reaction count?
If I have been testing and changing the reactions, can I remove a reaction count? What was once a 5 rating (in the reactions) is now a meh 2 rating. Help.
Techsplained 8 months ago
π Feedback
2
Member login required without SSO?
Hello, I'm wondering if there is a way to require commenters to sign into my website in order to comment without implementing the single sign-on feature. I'm using Ghost for my site. This is my first website so please forgive me if the answer is painfully obvious. Thanks!
Twoahh 8 months ago
β Help
Member login required without SSO?
Hello, I'm wondering if there is a way to require commenters to sign into my website in order to comment without implementing the single sign-on feature. I'm using Ghost for my site. This is my first website so please forgive me if the answer is painfully obvious. Thanks!
Twoahh 8 months ago
β Help
2
Closed
Special Characters in Usernames with SSO setup
On my site hosted on Ghost Pro, and using SSO with Hyvor, Ghost usernames are allowed to contain some special characters, notably apostrophes. When a user has an ' in their name, the comments may not render, or their username is rendered with the html encoding for the ' mixed in. Usernames should be allowed to contain the ', and SSO should deal with site usernames that don't conform to the Hyvor limitations.
An Anonymous User 8 months ago
π Feedback
Closed
Special Characters in Usernames with SSO setup
On my site hosted on Ghost Pro, and using SSO with Hyvor, Ghost usernames are allowed to contain some special characters, notably apostrophes. When a user has an ' in their name, the comments may not render, or their username is rendered with the html encoding for the ' mixed in. Usernames should be allowed to contain the ', and SSO should deal with site usernames that don't conform to the Hyvor limitations.
An Anonymous User 8 months ago
π Feedback
1
Edit timer
Is there a way to set how long a user would have the ability to edit a post? Also, could there be a way to indicate when a post is edited, especially when a reply has been made to it?
An Anonymous User 8 months ago
π Feature Requests
Edit timer
Is there a way to set how long a user would have the ability to edit a post? Also, could there be a way to indicate when a post is edited, especially when a reply has been made to it?
An Anonymous User 8 months ago
π Feature Requests
1
Is there any feature for grouping pages?
Our service has a structure of "Category > Group > Contents", and each "Contents" has threaded comments.We want to display "merged comments" when visiting the "Group" or "Category" pages.Is there an existing feature that can do this, or are there any plans to implement it?
An Anonymous User 9 months ago
β Help
Is there any feature for grouping pages?
Our service has a structure of "Category > Group > Contents", and each "Contents" has threaded comments.We want to display "merged comments" when visiting the "Group" or "Category" pages.Is there an existing feature that can do this, or are there any plans to implement it?
An Anonymous User 9 months ago
β Help
1
In Progress
different sort order preferences for nested vs main comments
it would be cool for example, if i could set the main stream comments to show the latest up top, but in the reply comments it shows the oldest up top with the most recent bottommost. the current sort order applies to all.
An Anonymous User 9 months ago
π Feature Requests
In Progress
different sort order preferences for nested vs main comments
it would be cool for example, if i could set the main stream comments to show the latest up top, but in the reply comments it shows the oldest up top with the most recent bottommost. the current sort order applies to all.
An Anonymous User 9 months ago
π Feature Requests
2
How to install on Tumblr?
Hey hey! I'm a Disqus refugee and would love to give Hyvor a try, but I'm pretty dumb with javascript and am not sure where to post the code in Tumblr's custom HTML templates. Any advice would be very appreciated.
An Anonymous User 9 months ago
β Help
How to install on Tumblr?
Hey hey! I'm a Disqus refugee and would love to give Hyvor a try, but I'm pretty dumb with javascript and am not sure where to post the code in Tumblr's custom HTML templates. Any advice would be very appreciated.
An Anonymous User 9 months ago
β Help
1
Integrations?
Does Hyvor Talk integrates with other WordPress plugins, such as members and communities plugins like buddypress or buddyboss?
An Anonymous User 11 months ago
π Feature Requests
Integrations?
Does Hyvor Talk integrates with other WordPress plugins, such as members and communities plugins like buddypress or buddyboss?
An Anonymous User 11 months ago
π Feature Requests
1
Loading the Hyvor Talk JavaScript Code using Google Tag Manager
Are there any reccomendations or instructions for loading the Hyvor Talk javascript using Google Tag Manager?For example, instead of embedding the javascript part of the code (as shown here: https://talk.hyvor.com/docs/code), load the javascript with Google Tag Manager.
edmadcap 11 months ago
β Help
Loading the Hyvor Talk JavaScript Code using Google Tag Manager
Are there any reccomendations or instructions for loading the Hyvor Talk javascript using Google Tag Manager?For example, instead of embedding the javascript part of the code (as shown here: https://talk.hyvor.com/docs/code), load the javascript with Google Tag Manager.
edmadcap 11 months ago
β Help
2