Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. loopyNid
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 15
    • Best 0
    • Groups 0

    loopyNid

    @loopyNid

    0
    Reputation
    279
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    loopyNid Follow

    Latest posts made by loopyNid

    • RE: category template accessing topic from API

      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?

      posted in Technical Support
      L
      loopyNid
    • RE: category template accessing topic from API

      i dont know if it has something to do with this but i am modifing material theme.

      posted in Technical Support
      L
      loopyNid
    • RE: category template accessing topic from API

      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

      posted in Technical Support
      L
      loopyNid
    • category template accessing topic from API

      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 😄

      posted in Technical Support
      L
      loopyNid
    • Logo stretched.

      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 😄

      posted in General Discussion
      L
      loopyNid
    • RE: load Jquery?

      @pitaj so is there maybe a way to use full jquery?

      posted in Technical Support
      L
      loopyNid
    • RE: load Jquery?

      when i load jquery i get:

      Uncaught TypeError: i.find(...).timeago is not a function              widgets.js:54
      
      posted in Technical Support
      L
      loopyNid
    • RE: load Jquery?

      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.

      posted in Technical Support
      L
      loopyNid
    • load 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.

      posted in Technical Support
      L
      loopyNid
    • RE: Share users between nodeBB and KeystoneJS

      @shery11 not yet 🙂 how about you ?

      posted in Technical Support
      L
      loopyNid