Comment on
Inconsistent tag management
Reply in thread
@baris Great! So my observations and work were not in vain.
Comment on
Inconsistent tag management
Reply in thread
@baris Great! So my observations and work were not in vain.
Comment on
Where can I find "fallback emailer" and set it?
Reply in thread
julian said in Where can I find "fallback emailer" and set it?: > get your emails to land in a spam bin somewhere.
Everything works fine, you just need setup following list of records
Comment on
Where can I find "fallback emailer" and set it?
Reply in thread
julian said in Where can I find "fallback emailer" and set it?: > We should probably just update this to ℹ️ or ⚠️ instead of an error
IMHO, that's the right solution.
Comment on
NodeBB v4.5.0 — dependency updates, refactors, and AP improvements
Reply in thread
Ah, it was partly my bad, nevertheless chat notification seems to be slowed down a bit. As if a queue or polling has been implemented, with a delay of 2-3 minutes. Is queue implemented for this kind of messages for now ?
Comment on
Advertisement and ads on Nodebb
It seems this brakes Chat functionality (Firefox 143 & Chrome 141) for loggen in users. JS from Adsense conflicts with NodeBB core js files Can author check it on his side? The error is something like Service Worker cannot be register on specific conditions.
Comment on
SEO ghost - title duplication problem
Reply in thread
julian yep! rel="canonical" tag has one and only one value.
Like https://example.com/topic/42/slug_of_title_here where 42 is just a topic id
Comment on
Admin User ability to view private messaging of regular users
julian thanks for response. So you literally meant there is no built-in feature(s) to do so? And I can accomplish this via custom plugin only.
Comment on
AdSense plugin breaking chat functionality
Theoretically, I found a workaround: disable advertisements only on the chat page. Can anybody tell me, how can I achieve this via custom code snippet and/or extension?
Comment on
AdSense plugin breaking chat functionality
Reply in thread
baris issue has been solved. Thanks a ton!
Comment on
Sitemap update period
Thanks @baris !
Comment on
Change sitemap format (tags)
No, I meant sitemap files included in default main sitemap.xml.
Not lastmod for the RSS feed. That kind of lastmod xml tags
Comment on
Change sitemap format (tags)
Reply in thread
@baris what about adding lastmod for topics' sitemap?
There is not much sense adding it for pages or categories, IMHO.
Comment on
Change sitemap format (tags)
> looking at every topic to get the most recent lastmod
That exactly what I meant! It's rather hard to implement with no significant performance degradation as far as I understand. Am I right?
Comment on
Inconsistent tag management
Reply in thread
@baris thanks a lot feel free to chatting with me there!
Comment on
Inconsistent tag management
Reply in thread
> @baris said: > > Are you still seeing the deleted tag when you load the topic page? What version of NodeBB are you using? If you can reliably reproduce let us know the reproduction steps
Yes and the second 'yes'. NodeBB version is latest stable 4.9.2
I login into admin panel Dashboard (Manage -> Tags), part by part delete all tags, BUT topics' tags persists. The resource is Bios-Doctor Forum. You may create and account then I'll grant you admin privileges, so you can see the problem firsthand.
I can share any logs upon your request too :-)
Comment on
Inconsistent tag management
Reply in thread
@baris Korwin
Comment on
Inconsistent tag management
Nice notion, thanks!
Comment on
Is the rel="canonical" attribute required on the forum's home page?
Reply in thread
@julian sure thing! Hope to see the fix in the next release. Thanks.
Comment on
Prerenderer.io for NodeBB
I meant, yeah, I can activate the prerender service on their SaaS using the default method (CloudFlare Worker), BUT it would be nice to have a NodeBB module for the backend-activation method.
Comment on
NodeBB v4.5.0 — dependency updates, refactors, and AP improvements
E-Mail notifications about new chat message doesn't work after upgrading to 4.5.0 . DB MongoDB version v7.0.23
Notifications is enabled, but not function properly after the upgrade. Other notifications work fine, so far, so good...