Improve mentioning
Quote from kwiz on June 24, 2019, 1:00 pmHello 🙂
Possible to add an css class when the users logged in is mentioned (and users no read the mentioning ) ?
On forum and topic where the user was mentioned
it will be able to add a notification icon as on discord with :after in css for exemple
Hello 🙂
Possible to add an css class when the users logged in is mentioned (and users no read the mentioning ) ?
On forum and topic where the user was mentioned
it will be able to add a notification icon as on discord with :after in css for exemple
Quote from Asgaros on June 24, 2019, 4:37 pmHello @kwiz
Basically it would be possible, but it leads to a couple of problems:
- Should an indicator only be set if the user got mentioned in the last post or in general inside of the topic?
- What happens if the user visits the topic where he got mentioned? If the marker should get removed, it would be necessary to track those states inside the database as well – which could clash with the read/unread logic.
Hello @kwiz
Basically it would be possible, but it leads to a couple of problems:
- Should an indicator only be set if the user got mentioned in the last post or in general inside of the topic?
- What happens if the user visits the topic where he got mentioned? If the marker should get removed, it would be necessary to track those states inside the database as well – which could clash with the read/unread logic.
Quote from kwiz on June 24, 2019, 9:11 pm
- Should an indicator only be set if the user got mentioned in the last post or in general inside of the topic?
In general inside of the topic, it works in the same way as read / unread.
exemple if i was mentioned in a topic an icon with number of mention appear in forum.
After in list topic
And when i was read the topic with my mention the icon is hide
- Should an indicator only be set if the user got mentioned in the last post or in general inside of the topic?
In general inside of the topic, it works in the same way as read / unread.
exemple if i was mentioned in a topic an icon with number of mention appear in forum.
After in list topic
And when i was read the topic with my mention the icon is hide
Quote from kwiz on June 24, 2019, 9:13 pm
- What happens if the user visits the topic where he got mentioned? If the marker should get removed, it would be necessary to track those states inside the database as well – which could clash with the read/unread logic.
the marker removed yes.
but the logic is more or less the same as for the topics read / unread
we can cumulate both, if we have an unread mention, the topic should also be unread
- What happens if the user visits the topic where he got mentioned? If the marker should get removed, it would be necessary to track those states inside the database as well – which could clash with the read/unread logic.
the marker removed yes.
but the logic is more or less the same as for the topics read / unread
we can cumulate both, if we have an unread mention, the topic should also be unread
Quote from Asgaros on June 24, 2019, 9:43 pm@kwiz
I see, that makes sense. I will evaluate if I can add this in a future release but I have to do some internal changes before. Additionally I need to ensure that it has no impact on the performance because there is the requirement to parse or check all unread posts in the topic-overview for the current username which can be a lot of internal work (especially for new users with alot of unread posts).
I see, that makes sense. I will evaluate if I can add this in a future release but I have to do some internal changes before. Additionally I need to ensure that it has no impact on the performance because there is the requirement to parse or check all unread posts in the topic-overview for the current username which can be a lot of internal work (especially for new users with alot of unread posts).
Quote from Asgaros on September 26, 2019, 6:21 pmUnfortunately not yet.
Unfortunately not yet.
Quote from vivekanand m on October 10, 2019, 10:28 ami have created a forum for my website,but the problem with it is whenever i get into the discussion page it does not take me anywhere “not able to perform any operation over there”. can anyone help me with this..??
i have created a forum for my website,but the problem with it is whenever i get into the discussion page it does not take me anywhere “not able to perform any operation over there”. can anyone help me with this..??
Uploaded files:Quote from Asgaros on October 10, 2019, 7:57 pmHello @vivekanand-m
Can you create a test-account for me so I can have a look into it? You can send me more information via mail to:
developer (at) thomasbelser.net
Hello @vivekanand-m
Can you create a test-account for me so I can have a look into it? You can send me more information via mail to:
developer (at) thomasbelser.net
Quote from chuyennhathaiphong on November 8, 2019, 12:09 pmIs it possible to change the CSS for the forum? Is there some I want to change?
Is it possible to change the CSS for the forum? Is there some I want to change?