Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. lavender
    Log in to post
    • V

      lavender theme shows only one topic per category on the homepage
      Technical Support • lavender • • vstoykov

      14
      0
      Votes
      14
      Posts
      4975
      Views

      T

      I even set to 3 recent replies, my board still display 1 topic on home

    • rod

      Lazy Load Problem
      Technical Support • lavender v1.0.3 v1.x.x • • rod

      5
      0
      Votes
      5
      Posts
      1886
      Views

      pichalite

      I would give them a couple of days to respond. If there is no response then create an issue.

    • kacemlight

      Lavender theme issue - Categories items don't display nearly
      Technical Support • lavender • • kacemlight

      5
      0
      Votes
      5
      Posts
      2370
      Views

      kacemlight

      Thnak you. Actually I had a bug on some css that I added. Sorry for wasting your time.

    • drew

      New baseTheme link and template inheritance
      Technical Support • lavender template • • drew

      1
      0
      Votes
      1
      Posts
      1096
      Views

      drew

      I use a slightly modified version of lavender for my site, and up until now that's been quite a headache.

      I've had to maintain an entire theme which is just a fork of lavender and constantly merge in changes just so I can have one template file be slightly different.

      I was wondering if this is now something I can resolve with the baseTheme parameter?

      If MyTheme has a baseTheme of nodebb-theme-lavender, which in turn has a baseTheme of nodebb-theme-vanilla does that mean that I can change my repo to just be the one altered file?

      I remember in the past I tried inheritance and found it didn't work.

    • tedr56

      Double Lavender
      Bug Reports • help lavender • • Ted

      4
      0
      Votes
      4
      Posts
      1887
      Views

      tedr56

      I think I resolved the issue.

      I uninstalled Lavender and reinstall it. Seems to be only one instance now

    • orweinberger

      Bug in the default lavender theme on v0.6.1?
      Bug Reports • lavender theme • • orweinberger

      3
      0
      Votes
      3
      Posts
      1805
      Views

      baris

      Should be fixed on lavender 1.0.1, if user didn't have a preference set in localStorage it was defaulting to fluid width whereas the template was starting with fixed width.

      https://github.com/NodeBB/nodebb-theme-lavender/commit/339e43e715b9056b4cbb206963dd069bf9aec434

      0 barisusakli committed to NodeBB/nodebb-theme-lavender default to fixed width if not set in local storage
    • A

      How do I extend Lavender and Vanilla themes?
      Technical Support • lavender • • arasbm

      2
      0
      Votes
      2
      Posts
      1619
      Views

      baris

      If you make a menu.tpl in lavender it will overwrite the one from vanilla so thats one way of doing it. Or you can fork vanilla and do the changes in your fork and make that a new theme.

    • J

      Lavender Modification - Category Header
      Technical Support • lavender nodebb theme • • Justin

      9
      0
      Votes
      9
      Posts
      4194
      Views

      J

      Awesome! Thanks guys!

    • Dustin Falgout

      Is it possible to display previews from child categories when the parent has no posts?
      NodeBB Development • homepage lavender templates • • Dustin Falgout

      12
      1
      Votes
      12
      Posts
      5922
      Views

      Dustin Falgout

      @julian Right, I understand. It just makes it difficult to migrate from a more traditional forum like phpBB (which is the most, or perhaps second-most, used forum software today). I think making it easier to migrate from phpBB's format could only help nodeBB gain more ground 🙂 Here is the github issue I opened a couple weeks ago. It was closed, though I hope we can reopen it. I'm more than willing to contribute. Let me know if there's anything I can do.

      https://github.com/NodeBB/NodeBB/issues/2549#issuecomment-69857946

      lots0logs created this issue in NodeBB/NodeBB closed Posts from child categories are not shown on the home page. #2549
    • LtRice

      Initial Site Load Doesn't Show Widgets/Background Image
      Bug Reports • background lavender widget area • • LtRice

      7
      0
      Votes
      7
      Posts
      2763
      Views

      LtRice

      @baris Guess that should have been the obvious, and yeah, we had some code that would auto generate a background for users. Disabling that did fix it. I really appreciate the help, feel kind of stupid now lol. Besides that being fixed now we still have an ongoing issue with plugins not working like emoji's, shoutbox, and so on. And words of advice on that?

    • A

      How can I make lavender use full browser width on desktop again?
      General Discussion • lavender width • • arasbm

      6
      0
      Votes
      6
      Posts
      2387
      Views

      A

      It is a bit different from the navigation features that are on top, because it actually changes the layout of the site.

      There is already pagination customization feature in the use profile. I think that is perhaps a better place for it.

      Having a shortcut like that on the home page seem pretty nifty, but right now it is very hard to discover. If we group a few features in the widget on the bottom right and made it a bit more discoverable, that could also work well.

      But I would recommend against putting anything like that in the nav bar on top.

    • J

      Lavender Question - Alignment (Bug?)
      Technical Support • bug lavender theme • • Justin

      15
      0
      Votes
      15
      Posts
      5542
      Views

      psychobunny

      Hey all, I've resolved this issue as of Lavender v0.2.8 - let me know if you still experience it. Make sure your full width categories have the class col-lg-12

    • A

      Category Previews: Not showing all the time & Misplaced footer
      Bug Reports • bug home lavender theme • • Aziroshin

      2
      0
      Votes
      2
      Posts
      1910
      Views

      baris

      @Aziroshin said:

      NodeBB Category Info (disabled)

      I would uninstall this completely to make sure, restart clear cache and try again. That plugin is deprecated I think since post previews can be set from core now.

      Is the forum public can we take a look?

    • agarcia17

      Lavender category size
      Technical Support • categories-size lavender • • agarcia17

      14
      0
      Votes
      14
      Posts
      4803
      Views

      esiao

      @agarcia17 I've omitted something the empty guide div should be added before the others with class category-item.

    • S

      Modifying the Lavender Theme
      Technical Support • lavender theme • • Silvina

      5
      0
      Votes
      5
      Posts
      3358
      Views

      S

      @baris
      Managed to find the following line

      <div class="<!-- IF categories.class -->{categories.class}<!-- ELSE -->col-md-3 col-sm-6 col-xs-12<!-- ENDIF categories.class --> category-item" data-cid="{categories.cid}" data-numRecentReplies="{categories.numRecentReplies}">

      in

      ./node_modules/nodebb-theme-lavender/templates/home.tpl

      So I proceed to change it to

      <div class="<!-- IF categories.class -->{categories.class}<!-- ELSE -->col-md-3 col-sm-6 col-xs-12<!-- ENDIF categories.class --> category-item category-class-{categories.cid}" data-cid="{categories.cid}" data-numRecentReplies="{categories.numRecentReplies}">

      ?

    • C

      MOTD section with Lavender?
      General Discussion • lavender shoutbox • • Chris

      1
      1
      Votes
      1
      Posts
      1132
      Views

      C

      Am I blind or is there no way to just have an MOTD widget for Lavender?

      I essentially just want to use the shoutbox plugin at the top of the category listing page but don't see a widget area for MOTD anymore. Is that only with Vanilla?

    • psychobunny

      HOWTO Lavender: Adding items to the menu on the bottom right
      NodeBB Plugins • howto lavender menu • • psychobunny

      8
      1
      Votes
      8
      Posts
      3008
      Views

      A

      @psychobunny Brilliant, works. Now for the actual theme changing part. 😆