thank you very much @PitaJ.
i think i havent fully understood the templating system.
is the only resource on it this? is there abything else on this templating system?
thank you very much @PitaJ.
i think i havent fully understood the templating system.
is the only resource on it this? is there abything else on this templating system?
i dont know if it has something to do with this but i am modifing material theme.
right now i have
<h1>{children.posts.pid}</h1>
in the partials/category/subcategory.tpl
i also tryed {children.posts.topic.slug} and nothing.
i want to mention that {children.name}
works but nothing inside posts.
thx for the response
i am trying to get a topic name from the category termplate with subcategories.
so i get from the api:
{
"cid" : 5 ,
"name" : .......
"........." :
.
.
.
.
"children" : [
{
"cid": 6 ,
"name" : .........
.
.
.
.
"posts" ; [
{
"pid" : 9,
"timestamp" :.....
when i try to access anything after posts (for example " children.posts.user.username")
i get an empty space.
is there a way to access this?
thx in advance
quick question.
my logo in the header seams to be stretched.
i tried to reupload i differend sizes and it always stretches it.
is there a size or aspect ratio the logo has to be?
or should i just fix it with css?
thx
@pitaj so is there maybe a way to use full jquery?
when i load jquery i get:
Uncaught TypeError: i.find(...).timeago is not a function widgets.js:54
i want to add some scripts i have laying around ( slideshow in the background and other) and add some more functionality and UX.
i tried loading jquery from a cdn but that breaks stuff.
if i just load the scripts it asks for jquery.
hello
i wanted to ask if there is a way to use jquery.
at the moment i see in the html that some kind of jquery is loaded but i cant add scripts after it loads.
thx in advance.
@shery11 not yet how about you ?
@pitaj thank you for the response
i will try to do what i want.
Maybe i will come back to this post at some point.
you were very helpfull thx.
@julian to be clear i want the users not only to be able to register - log in/out, but also comment on my web app.
is this possible by sharing sessions?
Hello everyone,
i have used nodeBB a bit but am still a newbie(and am new here so hello everyone).
i have a keystoneJS project i am working on and i want to add to it some kind of community functionality.
So i found nodeBB, it looks awesome i am for sure using it for other projects.
So my question is: is it possible for nobeBB to share its users with a keystoneJS app? and so could someone please point me in the right direction?
thx in advance Nikk