Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. tedr56
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Ted

    @tedr56

    Plugin & Theme Dev

    20
    Reputation
    128
    Posts
    1010
    Profile views
    2
    Followers
    0
    Following
    Joined Last Online
    Website facebook.com/vjbros Location Bzh

    tedr56 Follow
    Translator GNU/Linux Plugin & Theme Dev

    Posts made by tedr56

    • RE: nodebb--plugin-sso-ldapauth

      Here are the server logs.
      No error when the server starts.

      gist logs

      posted in Plugin Development
      tedr56
    • nodebb--plugin-sso-ldapauth

      Hi nodebbers.
      I'm trying to adapt an old plugin for ldap connection with new nodebb requirements.
      nodebb-plugin-sso-ldap is using passport-ldap wich doesn't seem to install anymore, I guess from node version.
      So I'm trying this fork passport-ldapauth, but I'm the end of my javascript guessing.
      The logo appears on login screen but I get this error

      /auth/ldap
      Unknown authentication strategy "ldap
      

      I guess it's around the strategies.push something is wrong.
      Any help appreciated.

      You can find my code here: tedr56/nodebb-plugin-sso-ldap

      posted in Plugin Development
      tedr56
    • RE: Use Widget only on forum homepage

      Hi.
      It's already have been discussed in here.

      .shoutbox {
          display: none;
      }
      
      .page-home .shoutbox {
          display: block;
      }
      
      posted in Technical Support
      tedr56
    • RE: Soundcloud embed not working anymore

      Obviously there is dependencies issues, but this is as far as I can help you.
      Maybe @julian or @psychobunny can help.

      posted in Technical Support
      tedr56
    • RE: Showing widget on some of the pages

      @yariplus Thanks. Works like a charm.

      posted in Technical Support
      tedr56
    • RE: Showing widget on some of the pages

      @psychobunny I tried your method and it's working.
      Except this little mistake

      .page-recent .my-widget {
        display: none;
      }
      

      Is there a way to do the opposite?
      Show a widget on only one page?

      posted in Technical Support
      tedr56
    • RE: Soundcloud embed not working anymore

      On the last lines, you get a Address Already in Use Error.
      This means you didn't stop your forum before starting it in dev mode.

      Beside that, I don't see any issue. 😕

      posted in Technical Support
      tedr56
    • RE: Soundcloud embed not working anymore

      Sorry, but im out of ideas here.
      I'd suggest to launch your nodebb in dev mod ./nodebb dev
      and see if anything strange appears.
      Try enabling & disabling soundcloud plugin and post a soundcloud link.

      posted in Technical Support
      tedr56
    • RE: Soundcloud embed not working anymore

      I don't have the answer, but since it's working on your first site, it's not plugin related.
      It is a configuration issue.

      My last guess would be to check in markdown plugin options. See if Autoconvert url-like texts to links is checked.

      posted in Technical Support
      tedr56
    • RE: Soundcloud embed not working anymore

      Just a guess, but maybe it's your plugin ordering.
      Check in the plugin page, and see in "order active plugin"
      You should order soundcloud plugin after the markdown plugin.
      Hope it helps.

      posted in Technical Support
      tedr56