Navigation

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

    Ted

    @tedr56

    Plugin & Theme Dev

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

    tedr56 Follow
    Translator GNU/Linux Plugin & Theme Dev

    Best posts made by tedr56

    • [nodebb-plugin-vimeo] Vimeo embed plugin

      Based on the Youtube plugin,
      I modified it to embed vimeo videos with a classic link.

      TUNNEL OF LIGHT
      https://github.com/tedr56/nodebb-plugin-vimeo

      Intall with :
      npm install nodebb-plugin-vimeo

      Restart the server, activate the plugin in admin panel, and restart again.

      posted in NodeBB Plugins
      tedr56
      Ted
    • [nodebb-plugin-soundcloud] SoundCloud embed plugin

      Here it is,
      little plugin to insert Soundcloud tracks
      with a little :

      npm install nodebb-plugin-soundcloud

      http://imgur.com/Mfr5VCF

      posted in NodeBB Plugins
      tedr56
      Ted
    • 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
      Ted
    • [nodebb-plugin-sketchfab] 3D Models embed

      For those working in 3d world, adapted plugin to insert 3d models in nodeBB forums.

      Enjoy

      npm install nodebb-plugin-sketchfab

      http://screencloud.net/v/rgdF

      posted in NodeBB Plugins
      tedr56
      Ted
    • Admin Email Broadcast

      Would be useful to have the possibility to send an email to all the members, specially the inactive ones.

      Couldnt this be a plugin?

      posted in Feature Requests
      tedr56
      Ted
    • RE: After upgrade to 0.8.0 I do not see my profile image

      Fixed on master branch

      posted in Technical Support
      tedr56
      Ted
    • RE: The unlimited thread

      http://blogs.villagevoice.com/runninscared/1-1-11.jpg

      posted in General Discussion
      tedr56
      Ted
    • RE: [nodebb-plugin-vimeo] Vimeo embed plugin

      Sure, a little framework for this kind of thing would be nice.

      But I'm not sure about the bottom part personnaly.

      By the way, soundcloud plugin ready.

      Talking about it, motivated me. 😉

      posted in NodeBB Plugins
      tedr56
      Ted
    • RE: The unlimited thread

      1

      posted in General Discussion
      tedr56
      Ted
    • [nodebb-plugin-dailymotion] DailyMotion embed plugin

      In the series of websites integration, next, dailymotion.
      Enjoy!

      npm install nodebb-plugin-dailymotion

      http://screencloud.net/img/screenshots/101a586ebf8010beed198707827818c2.png

      posted in NodeBB Plugins
      tedr56
      Ted

    Latest 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
      Ted
    • 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
      Ted
    • 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
      Ted
    • 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
      Ted
    • RE: Showing widget on some of the pages

      @yariplus Thanks. Works like a charm.

      posted in Technical Support
      tedr56
      Ted
    • 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
      Ted
    • 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
      Ted
    • 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
      Ted
    • 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
      Ted
    • 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
      Ted