NodeBB 3.7.1
-
thanks @baris , can you please check the bottom menu bar on mobile?
the problem I mentioned here continues...
3.7.0 Upgrade Support
I have encountered several issues while using the website on mobile, the bottom bar prevents the visibility of bottom sheet options When browsing sub-catego...
NodeBB Community (community.nodebb.org)
When I click topic tools sequentially, the bottom menu bar appears and obstructs all options to be seen...
-
hi @baris , how do these reward work?
- "last logged in time"
- "join date"
is the unit in days?
join date > 365
last logged in time > 365how to interpret these formulas? a user who joined earlier than 365 days ago? and a user who has not been logged in more than 365 days?
-
@baris said in NodeBB 3.7.1:
Days registered unit is days
Last logged in time and join date are unix timestamps in millisecondsThanks.
So, we should provide a specific date, right? timeframe (1 month, 1 year etc. will not work?
-
I have a request about the deleted topics... Can we implement some visibility for the right side columns (votes/posts/views) for moderators/admins ?
When a topic is deleted the information on the right side is completely removed, and this info cannot be viewed until clicking the title. While this is OK for regular users, I believe it would be beneficial for moderators to have access to this information on topics list page. Previously, we were able to detect mistakenly deleted topics by moderators due to this visibility. The current way is making our job more challenging.
If this is how your envision how Harmony should work, could I request the necessary code to implement this?
-
Hi @baris , thank you for implementing two column layout on the widget page, it is now much easier to arrange them. However, I have a request, can we extend these html boxes on the X axis when editing them? They move along the Y axis but not along the X axis... Overall, it will be easier to see the codes...
-
@crazycells I always copy the content of widgets to VSCode and edit them that way in a full blown editor. Once I'm done, I paste them back.
Also means I can save widgets I create so I can share with others.
-
Is there an easy way to write this sub category name as one line on mobile?
-
additionally, since apple started to use
.heic
as their standart photo format, can you please add this extension to the forum? so, we do not convert these photos anymore -
@crazycells You can complain to apple https://github.com/lovell/sharp/issues/1105
-
@baris said in NodeBB 3.7.1:
@crazycells You can complain to apple https://github.com/lovell/sharp/issues/1105
lol thanks... then european union should ban heic and heif, this is the only way lol...
I have seen this one as well... does this mean it requires additional libraries for support?
HEIC support · Issue #3981 · lovell/sharp
Feature request What are you trying to achieve? Would like to see HEIC support to enable conversion from HEIC to other supported formats. Any plans for HEIC support?
GitHub (github.com)
-
hi @baris , I have upgraded to 3.7.3 , however all the pages look distorted... and we have these lines in the code:
2024-04-03T16:44:19.320Z [4567/2516] - warn: [deprecated] at SocketPosts.getPostSummaryByIndex (/home/fsuzer/nodebb/src/socket.io/posts.js:31:10) at wrapperCallback (/home/fsuzer/nodebb/src/promisify.js:46:11) at onMessage (/home/fsuzer/nodebb/src/socket.io/index.js:206:25) use GET /api/v3/posts/byIndex/:index/summary?tid=:tid
-
never mind... apparently, the problem was custom scss codes we had...