I upgraded yesterday as soon as I saw the update posted.
so far so good.
Best posts made by sweetp
-
RE: NodeBB v1.12.2 released!
-
v2.0 custom persona theme mobile problems
Ive just updated to v2.0, and now the navigation/user menus don't work on mobile?
here's my site:
support.sweetpproductions.comand, here's the repo for my theme, all I am doing is adding custom css, with also some custom javascript:
github.com/sweetppro/nodebb-theme-sweetpcan anyone see anything obvious I am doing wrong?
-
RE: Who is using NodeBB?
Ive been running NodeBB for my support forum for a little over a year now, and are super happy with it:
support.sweetpproductions.comI also included css support for dark mode in my custom theme.
-
RE: v2.0 custom persona theme mobile problems
@phenomlab this is so odd....
I use a VPN, and the menus weren't working via VPN.
as soon as I disabled it, removed the cache and reloaded... the menus worked.thanks for the second set of eyes
-
RE: NodeBB v1.15.0-rc.0 -- Release Candidate published
@julian nice one!
Iβve a actually been running one of the later betas in production for a week or so with no issues.
Looking forward to the final release.
-
RE: Formatting is all jacked up when I login to your forum?
I had the same issue, and fixed it by changing the Skin in my user settings
-
RE: v2.0 custom persona theme mobile problems
I forgot to mention, I am using the Paper skin
-
RE: Redis or MongoDB?
@scottalanmiller my support forum has pretty low traffic, so itβs not really an issue
Actually the version of postgresql I had to install on my server doesnβt seem to be compatible with my install of Plesk either.
But it works well, and I donβt have to mess around learning how to support mongodb.
-
RE: NodeBB v1.12.0 is released!
no problems on my forums as far as I can tell.
instant search is great, awesome work! -
RE: How to remove the icon before "thread being removed to other section"
thanks @PitaJ, Im ok with that, I'll probably never run the command again. In this particular case, I changed the structure of my forum and moved a large number of topics into different categories.
Latest posts made by sweetp
-
RE: v2.0 custom persona theme mobile problems
@sweetp ok so I have a fix, in the file:
nodebb-theme-persona/public/persona.js
on lines 13-16, commenting out the event handler
//$(window).on('action:app.load', function () { setupTaskbar(); setupMobileMenu(); //});
Now the menus show as they should every time.
Theres probably a better way...
I'll post a bug report to GitHub -
RE: v2.0 custom persona theme mobile problems
actually the bug still happens.
specifically if I refresh the homepage.
(macOS 12.3.1, iOS 15.4.1)when I add a get request local override for this script:
2286.ab7f70f35005dbd282bd.min.js
I don't see the issue
This script is being block on page reload, and a bunch of other scripts (one of which is for the mobile menus I guess) aren't loading...
I don't know how to debug this, or have any idea how to fix.It also occurs using the defualt NodeBB Persona theme. I havnt tried any others.
here's a video:
-
RE: v2.0 custom persona theme mobile problems
@phenomlab this is so odd....
I use a VPN, and the menus weren't working via VPN.
as soon as I disabled it, removed the cache and reloaded... the menus worked.thanks for the second set of eyes
-
RE: v2.0 custom persona theme mobile problems
I forgot to mention, I am using the Paper skin
-
v2.0 custom persona theme mobile problems
Ive just updated to v2.0, and now the navigation/user menus don't work on mobile?
here's my site:
support.sweetpproductions.comand, here's the repo for my theme, all I am doing is adding custom css, with also some custom javascript:
github.com/sweetppro/nodebb-theme-sweetpcan anyone see anything obvious I am doing wrong?
-
RE: NodeBB v1.15.0-rc.0 -- Release Candidate published
@julian nice one!
Iβve a actually been running one of the later betas in production for a week or so with no issues.
Looking forward to the final release.
-
RE: NodeBB v1.13.3 released!
fixed with the following patch:
https://github.com/NodeBB/NodeBB/commit/6a5e86dc667a42009bcac0c7061a21b6717cf9a9