-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timestamp, Moderation Functions, Minimize Button #34
Comments
IDK, maybe I missed something, basically you need to go through every file and either edit it or clone it with a Delete in name. |
I am quite busy as well. If you want to use it, the commit is in this branch. Not sure why I did not open a PR; we have been using it on https://ostrov-tucnaku.cz/ for a while now so there should not be any serious issue. |
No problem! You've done a lot of work already, I'll manually cherry-pick it later, thx! |
I am on shared hosting without SSH so I use Bazaar exclusively. Is there a way I might be able to grab the moderation bits via Bazaar? Or should I simply be able to upload jtojnar's files over top gpascualg's without any trouble? Thank you everyone for your help over the last few days. |
There are no moderation bits implemented. The only unmerged change are the timestamp tooltips and Telegram notifications hack. Just copying the files over will not work since the same files have been modified. You will need to use git to merge the conflicts before copying the resulting sources to your server. |
But I can also just download your fork from this link, correct? |
@jtojnar Maybe you could do some PRs for that? Having some settings to toggle on/off telegram notifications and so on |
I thought you were going to cherry-pick the timestamp commit. As for the telegram code, it is jut a hack; I was waiting for some kind of hook to Flarum Notify extension. |
Yeah.. completely forgot about it, I've been disconnected from flarum lately. I've just cherry-picked it. Ok, sounds like a good idea to wait for Notify extension |
Actually we already have an issue about the notification events: #30 |
Hello,
We have been using your chat extension on our website for 4 months. Right now it works as good as it should be but it needs some improvements. We are getting nice traffic on our website and chat needs a delete message function because as you know, there are trolls everywhere. What it should do is delete a message if needed and update everyones chat frame as message deleted. Our users want timestamp for their messages. Right now when someone sends a message its unknown when it was sent. Another issue is chat minimization works perfect but it doesn't give a hint that when user clicks header bar it minimizes the frame. So what would be better is adding a minimize button to minimize chat frame. I know these are too much to ask and you might be busy. I am a ready to fork it to add these but i don't know which function does what. So if you are not willing to add these options, i am asking for a lead for what should i do to add these improvements.
The text was updated successfully, but these errors were encountered: