@baris gotcha! I got it working after deleting the template. Thank you!
Teemberland
Posts
-
Tracking Categories/Topics -
Tracking Categories/TopicsHi @baris , we upgraded to v3.10.3. I noticed that the tracking feature is found on this forum, but I can't seem to find it on the Harmony template. We're using a custom Harmony template, how can we add this to option to our forums? Thanks!
-
3.8.0 Upgrade Supportcool, thanks guys. npm link seems to be working for now.
-
3.8.0 Upgrade Support@baris I was getting the same error after deleting package-lock.json and node_modules. So I deleted the custom theme in package.json and it allowed me to run npm i. I'm also able to upgrade to the latest.
now my question is, what is the proper way of installing my custom theme locally?
-
3.8.0 Upgrade Support@baris hey thanks for replying!
the theme is in package.json and in node_modules. I did notice that it's not in package-lock.json.
I tried installing it using npm, but I received the same error. What else can I try?
-
3.8.0 Upgrade Support@phenomlab ahh it's telling me that my custom theme isn't registered on npmjs.org. I've been using the custom theme (local machine), so I believe it is installed correctly. Is there a way to bypass this message?
npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/nodebb-theme-custom-theme - Not found npm ERR! 404 npm ERR! 404 '[email protected]' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.
-
3.8.0 Upgrade Supporthello, i'm stuck in an upgrade loop.
Upgrading from 3.7 to 3.8. When I run ./nodebb upgrade, I get the following error:
Error installing dependencies! message: Command failed: npm install --omit=dev stdout: null stderr: null /Users/new-user/some-folder/nodebb/src/cli/package-install.js:138 throw e; ^ Error: Command failed: npm install --omit=dev at checkExecSyncError (node:child_process:890:11) at Object.execSync (node:child_process:962:15) at pkgInstall.installAll (/Users/new-user/some-folder/nodebb/src/cli/package-install.js:129:9) at Object.<anonymous> (/Users/new-user/some-folder/nodebb/src/cli/index.js:52:18) at Module._compile (node:internal/modules/cjs/loader:1356:14) at Module._extensions..js (node:internal/modules/cjs/loader:1414:10) at Module.load (node:internal/modules/cjs/loader:1197:32) at Module._load (node:internal/modules/cjs/loader:1013:12) at Module.require (node:internal/modules/cjs/loader:1225:19) { status: 1, signal: null, output: [ null, null, null ], pid: 36362, stdout: null, stderr: null } Node.js v18.19.1
-
Harmony Theme - Help with Chat & File Structure@baris thanks!
-
Harmony Theme - Help with Chat & File Structure@baris I see. There won't be any issues if we decided to keep the chats folder outside of src/views correct?
-
Harmony Theme - Help with Chat & File Structurehi @baris , I think our custom theme is behind and noticed the chats folder in partials is no longer being used in the latest version (i think?). Where did they all go?
-
Clean Up Popular Topics@baris gotcha, i'll give this one a shot. TY!
-
Clean Up Popular Topics@baris , is there a way to clean up popular topics? Most of our popular topics are really old and locked/moved. TIA!
-
Hide Post Events@baris ohhh this is useful! Thanks!
-
Hide Post Events@baris gotcha! I guess for the time being, I could remove the partial from the topic.tpl right?
<!-- IMPORT partials/topic/event.tpl -->
-
Hide Post Events@baris is there a way to hide post events from registered users? I can't seem to find a setting for it.
We want to hide these events when a topic has been deleted or locked.
-
Exclude Specific Category in RSS Feed@baris okay thanks for the info!
-
Exclude Specific Category in RSS FeedHi @baris, is it possible to exclude a specific category in RSS feed? If that is not possible, if I want to remove just the RSS button in specific category, I will need to remove it in the template, correct? Or is there a RSS settings in admin that I'm missing? Thanks!
-
Skin Selector in User Setting@baris it worked, flawlessly! Thank you!
-
Skin Selector in User Setting@baris nice! I'll give it a shot! Thank you!