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
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 ?