@Jenkler Hey thanks you very much this worked like a charm for me..great help!!
Best posts made by mkarmocha
-
RE: lost admin password
Latest posts made by mkarmocha
-
Nodebb Badges plugin
I am trying to install nodebb-plugin-badges plugin through npm but it is throwing error.
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/nodebb-plugin-badges
npm ERR! 404
npm ERR! 404 'nodebb-plugin-badges' is not in the npm registry.Is it no more maintained or supported by nodebb ???
Please let me know if there is any other plugin like providing badges to user according to their number of post and any good work for community.
Regards,
manoj -
Is it a bug in nodebb?
Nodebb by default has got description in span tag but when a new Category is created and description is given, it seems nodebb creates a new paragraph tag inside span. Has anyone faced similar issue?
Please see the screenshot below. The one in green circle is nodebb default category html generated code, and the one in red circle is created by me, the highlight p tag is generated by nodebb..if so why??? Is it a bug??
-
RE: How to embed and use custom font
@markkus I created the font folder in public directory and later declared my css in my less file and it worked !
-
RE: lost admin password
@Jenkler Hey thanks you very much this worked like a charm for me..great help!!
-
RE: How to embed and use custom font
No, I cannot use that way because I have custom font folder which I have generated through font squirrel
-
How to embed and use custom font
I checked this https://community.nodebb.org/topic/2674/registering-a-font article but it seems no one has yet provided any solutions.
I generated my custom font from fontsquirrel website and want to use it in nodebb forum.
How can I do that any idea??
-
RE: Nodebb Theme quickstart
@frissdiegurke said in Nodebb Theme quickstart:
@mkarmocha It's mostly extracted from the URL. See https://docs.nodebb.org/en/latest/themes/templates.html#how-it-works
I did check, but I don't get any hint about which tpl file is been used. For instance, I want to know which tpl file is been used in main page, like there are header.tpl, footer.tpl so what about the main content section ?? which tpl file is it using in homepage>>
-
RE: Nodebb Theme quickstart
Is there is any template hint in nodebb or else any other method to know what template is the page using.
-
RE: Nodebb Theme quickstart
@frissdiegurke said in Nodebb Theme quickstart:
@mkarmocha I've sent a PR to fix this: https://github.com/psychobunny/nodebb-plugin-custom-pages/pull/30
For now if you want to use nodebb-plugin-custom-pages, you have to press the save button within its ACP page at least once. This should fix it then.
Thanks
-
RE: Nodebb Theme quickstart
I ran the log and found this error
6/4 16:14 [21367] - info: [plugins] unbuild [email protected]
6/4 16:14 [21367] - error: [plugins] filter:widgets.getAreas, Cannot read property 'map' of null
6/4 16:14 [21367] - error: /api/admin/extend/widgets
TypeError: Cannot read property 'map' of null
at /home/ddd/PhpstormProjects/nodebb/node_modules/nodebb-plugin-custom-pages/library.js:31:17I uninstalled this plugin nodebb-plugin-custom-pages and it worked.