Twissell
- 12 Posts
- 20 Comments
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Inconsistent tag management
1·6 months agoNice notion, thanks!
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Inconsistent tag management
3·6 months ago@baris Great! So my observations and work were not in vain.
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Inconsistent tag management
1·6 months ago@baris Korwin
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Inconsistent tag management
1·6 months ago@baris thanks a lot feel free to chatting with me there!
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Inconsistent tag management
1·6 months ago> @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 :-)

Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Change sitemap format (tags)
1·7 months ago> 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?
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Change sitemap format (tags)
1·7 months ago@baris what about adding
lastmodfor topics’ sitemap? There is not much sense adding it for pages or categories, IMHO.
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Change sitemap format (tags)
1·7 months agoNo, I meant sitemap files included in default main sitemap.xml. Not
lastmodfor the RSS feed. That kind oflastmodxml tags
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Sitemap update period
1·7 months agoThanks @baris !
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•AdSense plugin breaking chat functionality
1·11 months agobaris issue has been solved. Thanks a ton!
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•AdSense plugin breaking chat functionality
1·11 months agoTheoretically, 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?
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Admin User ability to view private messaging of regular users
1·1 year agojulian 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.
Twissell@community.nodebb.orgto
General Discussion@community.nodebb.org•Advertisement and ads on Nodebb
1·1 year agoIt 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.
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•SEO ghost - title duplication problem
1·1 year agojulian 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
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Prerenderer.io for NodeBB
1·1 year agoI 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.
Twissell@community.nodebb.orgto
NodeBB Development@community.nodebb.org•NodeBB v4.5.0 — dependency updates, refactors, and AP improvements
1·1 year agoAh, 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 ?
Twissell@community.nodebb.orgto
NodeBB Development@community.nodebb.org•NodeBB v4.5.0 — dependency updates, refactors, and AP improvements
1·1 year agoE-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…

Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Where can I find "fallback emailer" and set it?
2·1 year agojulian 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.
Twissell@community.nodebb.orgOPto
General Discussion@community.nodebb.org•Where can I find "fallback emailer" and set it?
2·1 year agojulian 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
- Reverse DNS for VPS
- SPF for domain specified
- DKIM and DMARC as well
- MX record.

@julian sure thing! Hope to see the fix in the next release. Thanks.