Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Teemberland
    T
    • Profile
    • Following 0
    • Followers 2
    • Topics 7
    • Posts 25
    • Best 1
    • Groups 0

    Teemberland

    @Teemberland

    1
    Reputation
    7
    Profile views
    25
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    Teemberland Unfollow Follow

    Best posts made by Teemberland

    • Display Group Badge On Topic List?

      Hello,

      I'm trying to create a plugin that shows the group badge next to the username on the topic list. It's very similar to this, but on the topic list.

      Thank you in advance!

      posted in Plugin Development
      T
      Teemberland

    Latest posts made by Teemberland

    • RE: Skin Switcher in User Settings

      @baris said in Skin Switcher in User Settings:

      https://github.com/pichalite/nodebb-theme-slick/commit/c304310f7fbb23a452664d04d81b6b24fed61d0d

      Thank you!

      posted in Technical Support
      T
      Teemberland
    • Skin Switcher in User Settings

      Hi, we are using the Slick theme for our forums and found that when users switch skins from user settings, they always have to refresh the forum to apply the newly-selected skin. Is it possible to apply the selected skin right away similar to Persona?

      posted in Technical Support
      T
      Teemberland
    • RE: Custom Favicon Not Showing

      Thank you so much, @baris !

      posted in Technical Support
      T
      Teemberland
    • RE: Custom Favicon Not Showing

      @baris Ah! I have a feeling that you are right. Is it safe to assume that this bug will get fixed in ver 1.17?

      posted in Technical Support
      T
      Teemberland
    • RE: Custom Favicon Not Showing

      @nubi-kr which cache are you referring to? Object cache or browser cache?

      posted in Technical Support
      T
      Teemberland
    • Custom Favicon Not Showing

      Hi,

      I don't remember having this issue on version 1.15, but after we upgraded to 1.16.2, our custom favicon stopped showing/working. I tried re-uploading the favicon, but it didn't work. I tried stopping, building, starting the forum, but the issue persists. What's weird is when I mark all notifications on read, the favicon changes to the custom favicon. However, when I refresh the page, the favicon reverts to the default nodebb favicon.

      Ver: 1.16.2
      Theme: Slick

      posted in Technical Support
      T
      Teemberland
    • RE: New theme nodebb-theme-slick

      @pichalite said in New theme nodebb-theme-slick:

      Theme updated with dark skin support. Admin's can set a skin from the theme's ACP settings page for all users and users can also set their skin preference in their settings page.

      @teh_g

      Hi I know this thread is old, but we just added a skin selector in user settings. The selector works, however the user need to refresh the page in order to see the changes. Here's the code snippet that I added to settings.tpl file.

      <!-- BEGIN customSettings -->
        <h4>{customSettings.title}</h4>
        <div class="user-setting">
          {customSettings.content}
        </div>
      <!-- END customSettings -->
      
      posted in NodeBB Themes
      T
      Teemberland
    • RE: No footer.js in v16.1.x?

      EDIT:

      @baris error is gone / fixed. Thank you!

      posted in NodeBB Development
      T
      Teemberland
    • RE: No footer.js in v16.1.x?

      @baris said in No footer.js in v16.1.x?:

      Which theme are you using? footer.js is no longer necessary in latest versions. It was removed from persona theme https://github.com/NodeBB/nodebb-theme-persona/commit/4dcc9fad23eed806604397292a2d8117f1052320.

      Mostly likely your theme is out of date.

      I will double check this with my colleague. I believe we're using a custom theme based on Persona.

      Since the theme is custom, does that mean we have to remove all dependencies for footer.js to fix the error?

      posted in NodeBB Development
      T
      Teemberland
    • No footer.js in v16.1.x?

      Hi, I just upgraded from v.14.x to v.16.1 and found a browser error after rebuilding my forum. Here's the snippet of the error:

      Uncaught Error: Script error for "forum/footer"
      https://requirejs.org/docs/errors.html#scripterror
          makeError require.js:168
          onScriptError require.js:1738
          load require.js:1943
          load require.js:1685
          load require.js:834
          fetch require.js:824
          check require.js:856
          enable require.js:1176
          enable require.js:1557
          enable require.js:1161
          bind require.js:134
          each require.js:59
          enable require.js:1113
          init require.js:788
          o require.js:1460
          setTimeout handler*req.nextTick< require.js:1815
          o require.js:1449
          requirejs require.js:1797
          <anonymous> (index):876
          EventListener.handleEvent* (index):875
      require.js:168:16
      

      I looked into my old install and found footer.js in public/src/client.

      My question is, is footer.js is still required? If not, how can resolve the browser error above? Thanks!

      posted in NodeBB Development
      T
      Teemberland