@baris , is there a way to clean up popular topics? Most of our popular topics are really old and locked/moved. TIA!
Teemberland
Posts
-
Clean Up Popular Topics -
Upvote/Downvote Topics (Similar to Reddit)@gotwf said in Upvote/Downvote Topics (Similar to Reddit):
@Teemberland To my knowledge, not at the topic level. Post level only.
On related note: I don't think this would be a good idea. I DO, however, believe that revisiting the algo by which thread popularity is tabulated could use some revision. Prime among which, would be to in some way take into account the number (and frequency/periodicity?) of upvotes received for posts under the thread, as on longer running threads most folks do not bother to scroll to top and upvote the starter post from the OP.
Thanks! I do like what you said about thread popularity.
-
[harmony] topic title in sticky-tools bar@phenomlab said in [harmony] sticky topic:
Skins - colors
we are currently using this in v2. Love this! I read the title of this post and thought this was the main thread for Harmony questions because it shows 'sticky'. I just misunderstood it. I'll create a separate thread for my question.
-
Emoji problemI had a similar issue after upgrading to v1.17. The solution was to update your Node version to ver 14. I hope this helps.
-
Display Group Badge On Topic List?Hello,
I'm trying to create a plugin that shows the group badge next to the username on the topic list. It's very similar to this, but on the topic list.
Thank you in advance!
-
Process "18736" from pidfile not found, deleting pidfile@vijay-kumavat I had this issue yesterday. If you're on v3, make sure that you are using node v16 and up. Then delete pidfile and start the server again.
-
Reset Session For Specific User@crazycells I could do that, but I would hate to force him to reset his password. If there are no other ways, I'll just revoke all users sessions. Or, I guess I could catch him online one of these days to revoke his session.
-
Reset All Users Skin Selection@baris said in Reset All Users Skin Selection:
You need to clear the cache or restart nodebb since you are modifying the database via cli
perfect! I just tested and it worked. Thanks for your help!
-
Skin Switcher@phenomlab This is perfect! Thank you so much!
-
Upvote / Downvote Function On Topic Level@baris works perfectly! Thanks for all your help!
-
Process "20108" from pidfile not found, deleting pidfile@baris I'm able to fix it. I switched to v16, deleted the pidfile, then start nodebb again. Thanks!
-
Help with Custom Skin in V3@baris this makes me so happy. Thank you!!!
-
Loading JS/JQuery in Extend > Widgets@baris said in Loading JS/JQuery in Extend > Widgets:
<script type="text/javascript">
(function() {
function myWidgetCode() {
$('#someElement').text('jquery should work here!');
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', myWidgetCode);
} else {
myWidgetCode();
}
})();
</script>I just tried and it works perfectly! Thank you!
-
Group Badge Not ShowingThat worked, @baris ! Thanks!
EDIT:
Now that it is set on my end, all users will see the badge now right? They don't have to go to Edit to set this on their end?
-
Failed To Load Custom Skin (If Custom Skin Is Set As Default)@baris I tested this yesterday and it works now! Thank you!
-
Skin Selector in User Setting@baris it worked, flawlessly! Thank you!
-
Exclude Specific Category in RSS Feed@baris okay thanks for the info!
-
Hide Post Events@baris ohhh this is useful! Thanks!
-
Tracking Categories/Topics@baris gotcha! I got it working after deleting the template. Thank you!