Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Jelena
    J
    • Profile
    • Following 10
    • Followers 3
    • Topics 7
    • Posts 22
    • Best 4
    • Groups 0

    Jelena

    @Jelena

    6
    Reputation
    858
    Profile views
    22
    Posts
    3
    Followers
    10
    Following
    Joined Last Online

    Jelena Unfollow Follow

    Best posts made by Jelena

    • Some questions about customizing Vanilla theme

      Hi,
      I started creating new theme based on Vanilla but it will be changed a lot. So here are the questions:

      • Where can I define avatar size for profile page, but not with changing css but the real picture size (cause changing css will only stretch the picture)?
      • How can i display "post content" in topics list? For example if there is a photo in the first post (not whole thread) I want to display that photo here http://screencast.com/t/7rrQQQSuc7s .
      • Is there a way to separate first post from others on post page? I want to move their positions, like on facebook for example. First post will be main post and others for example to be listed on it's right side as comments. I couldn't understand how to do that cause it seems like they all have the same code. Also how to remove this from other posts except first http://screencast.com/t/i89I9Ib2?
      • I don't need categories, I will use only tags. So, how to display topics on homepage? Is there any way that I can do that without using categories at all or I need to create one category where all topics will be added (but I don't want to user see that category anywhere on the site, for example http://screencast.com/t/6dIByIF5W )?
      posted in NodeBB Development
      J
      Jelena
    • Masonry.js on category page

      How can I apply masonry layout on category page? Consider that I am building my nodebb theme based on vanilla theme. So my category page looks like this http://screencast.com/t/LifqTQsa and that is not cool as you can see. 🙂
      I called masonry.js in plugin.json following the lavender theme example and copied the content of lavender.js file into mine. I tried to make it work by changing this code masonry = new Masonry('.row.home > div'

      into this

      masonry = new Masonry('.row.category > div'

      It didn't worked. Is that even possible to do with just changing lavender.js to affect on category page instead on homepage?

      posted in NodeBB Development
      J
      Jelena
    • RE: Which CMS would you choose if you wanted to create a Q&A forum?

      @baris Thanks! That worked ^^

      posted in General Discussion
      J
      Jelena
    • Displaying topics instead of posts on profile page

      I made a change on profile page, so now instead of posts it displays topics that user created. Like this http://screencast.com/t/8OjPbPkwP1u . But the problem is that if user make another post in his topic or in someone else's, it will show it again and again. Like this http://screencast.com/t/rucvj4rjHo .

      What i need is to show it only once and only when a user create the topic. How to achieve this?

      posted in NodeBB Development
      J
      Jelena

    Latest posts made by Jelena

    • RE: {tags.score} does not work in post page

      @Tanner Same problem on my theme, it came with the new nodebb update, v0.5.0-3 http://screencast.com/t/Amj6TRPH2F6z

      posted in Bug Reports
      J
      Jelena
    • A new post in topic shows only when page is refreshed

      In my topic.tpl I made some changes using @first to separate first post in topic from others. It worked, but there is now next problem. When i create a new post it doesn't show it instantly, I have to refresh page to see that post.

      This is how my topic.tpl looks now http://pastebin.com/jYNQ1WVr

      Also, I noticed this http://screencast.com/t/jESEIi9GiY . Instead of just creating one more <li> in .otherPosts div it creates another .firstPost and .otherPosts div.

      I think that maybe I made some mistake with using @fist but I can't figure out what is it. Someone help? 🙂

      posted in NodeBB Development
      J
      Jelena
    • RE: Using a script with Require.js support.

      @psychobunny I added you for a collaborator on my github project so there you can see everything you need. 🙂

      posted in Technical Support
      J
      Jelena
    • RE: Using a script with Require.js support.

      @esiao I checked, and i am calling the correct file. Here is how my isotope.js looks like after i deleted what @julian told me http://pastebin.com/YPYs63T9 . I am not sure but I think that nodebb minify files automatically and that is why that happens. Can someone confirm? @psychobunny @a_5mith

      posted in Technical Support
      J
      Jelena
    • RE: Using a script with Require.js support.

      @julian I delete that line like you said so this is left http://screencast.com/t/m27giXBBf . Now it doesn't show the first huge error like before, just these two http://screencast.com/t/bjsb13UHJXTj . I think that this second error is because of my main.js file but I don't know what exactly is problem.

      posted in Technical Support
      J
      Jelena
    • RE: Using a script with Require.js support.

      Thank you for referring me on this topic @psychobunny 🙂 I was trying to figure it out but no success.
      I want to implement isotope in my theme and this is what i used https://github.com/metafizzy/isotope/blob/master/dist/isotope.pkgd.js . So I did next:

      • I made two files:
        1. isotope.js where i putted the code from github I linked above and
        2. main.js where i putted code like this http://screencast.com/t/hzOQQJsq
      • In my plugin.json I added those correctly i believe, http://screencast.com/t/MQYZAVwSrdd

      And then it shows an error http://screencast.com/t/nYlVaPbtej . I am not sure what I have to do to fix this. Any help? @esiao

      posted in Technical Support
      J
      Jelena
    • RE: Page loads content only when i refresh it

      @a_5mith @psychobunny Thank you both. 🙂 So the error is removed and cache is cleared, so now it works like it should. ^^

      posted in NodeBB Development
      J
      Jelena
    • RE: Page loads content only when i refresh it

      @julian /api/recent route shows this http://screencast.com/t/juIfZXPC and I am using templates.js 0.0.10 .
      I just tried with templates.js 0.0.8 and it still happens the same thing.

      posted in NodeBB Development
      J
      Jelena
    • Page loads content only when i refresh it

      My theme is acting weird for some reason. When i click on menu to go to recent posts for example, it shows only header and sidebar i made and no content. Then I refresh page and it shows. Does anyone have an idea what can that be? @psychobunny @julian @trevor @a_5mith

      posted in NodeBB Development
      J
      Jelena
    • RE: Displaying topics instead of posts on profile page

      @trevor @esiao Yes, I need that for user's profile page, but tnx anyway 🙂 The thing is that I don't know how to make plugins, because I am focused on design for now. Is anyone else interested to help with this? @psychobunny @julian or any other developer?

      posted in NodeBB Development
      J
      Jelena