• NodeBB v0.6.x

    Announcements nodebb upgrade
    2
    0 Votes
    2 Posts
    801 Views
    ScuzzS
    I’ve finally got round to upgraded to the latest version of NodeBB! After spending days messing about trying to get the forums backup and and running i attempted to load our old database and user the latest version of NodeBB. And guess what? it worked! Everything (mostly) is back to how it was before. See you in another 10 years.
  • [nodebb-plugin-imdb] IMDB Information

    Development and Coding nodebb imdb plugin
    14
    3 Votes
    14 Posts
    2k Views
    AlmostA
    Look at you getting things to work! Nice job.
  • 2 Votes
    13 Posts
    2k Views
    ScuzzS
    Here is all the css i have currently in the admin control panel. There are some changes I have made directly to some files. I think these changes are only background color and @brand-primary. body { background: #f0f0f0; color: #888; } .shoutbox blockquote { padding: 5px; margin: 0px; font-size: medium; } .shoutbox .img-responsive { max-width: 200px; } .shoutbox-content { height: 250px; } .col-xs-12 { padding-left: 0px; padding-right: 0px; } .navbar-default { background-color: #dc3522; } .navbar-default .navbar-nav>li>a { color: #FFF; } .navbar-default .btn-link { color: #FFF; } .navbar-default .navbar-toggle .icon-bar { background-color: #FFF; } .navbar-default .navbar-toggle { border-color: #FFF; } .navbar-default .navbar-toggle:hover { background-color: #bd2e1d; } .row { margin-left: 0px; margin-right: 0px; } #nprogress .bar { background: #FFF; } #nprogress .spinner-icon { border-top-color: #FFF; border-left-color: #FFF; } .categories>li, .category>ul>li { padding: 20px; background: #FFF; border: 1px solid #e2e2e2; margin-bottom: 20px; -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 3px; overflow: hidden; } .categories-title { display: none; } .categories>li .card, .category>ul>li .card { border-left: 1px solid #e2e2e2; } .category>ul>li:not(.unread) h2 a { color: #dc3522 !important; } .category>ul>li:not(.unread) h2 a:hover { color: #bd2e1d !important; } .topic h1 { display: none; } .topic .posts>li { background: #FFF; border: 1px solid #e2e2e2; padding: 20px; margin-bottom: 20px; -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 3px; } .account .profile { background: #FFF; border: 1px solid #e2e2e2; padding: 20px; margin-bottom: 20px; -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 3px; } .posts-list { background: #FFF; border: 1px solid #e2e2e2; padding: 20px; margin-bottom: 20px; -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 3px; } .users-container { background: #FFF; border: 1px solid #e2e2e2; padding: 20px; margin-bottom: 20px; -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 3px; } .btn-primary { background-color: #dc3522; border-color: #dc3522; } .btn-primary:hover { background-color: #bd2e1d; border-color: #bd2e1d; } .btn-primary:focus { background-color: #bd2e1d; border-color: #bd2e1d; } .fab { background-color: #dc3522; } a { color: #dc3522; } a:hover { color: #bd2e1d; } .pagination>li>a, .pagination>li>span { color: #dc3522; } .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { background-color: #dc3522; border-color: #dc3522; } .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus { color: #bd2e1d; }
  • nodebb-plugin-butt

    Development and Coding nodebb plugin
    1
    2 Votes
    1 Posts
    618 Views
    SchamperS
    About In protest of the removal of all my contest entries I have made a new plugin! I’m sure you are familiar with the cloud -> butt extensions for basically all major browsers out there… Well now there’s a NodeBB plugin for it as well! Bonus: you can even customize what words to change to butt in the ACP! Installation npm install nodebb-plugin-butt Source Github
  • nodebb-plugin-anchors

    Development and Coding nodebb plugin anchors
    2
    2 Votes
    2 Posts
    1k Views
    J
    Woo hoo! Do you want to be included in the plugin contest? :smile:
  • nodebb-plugin-image-sizer

    Development and Coding nodebb plug image sizer
    1
    1 Votes
    1 Posts
    839 Views
    AlmostA
    I made a plugin so that you can resize images in markdown specifically because of this thread. The syntax is based loosely on the way iOS handles multple image sizes combined with normal markdown image embedding: ![alt text](http://someurl.com/someimage.png@<size> Size can take the following formats: 100x200 - Absolute size 100x x200 - Absolute size where the other dimension is calculated to maintain aspect ratio 50% - Percentage 0.5 - Scalar Multiplier So for example, my original picture: http://cl.ly/image/2L3F1M2E1X3l/IMG_0136.JPG is 1000x750. All of the following would produce the same image at 1/2 size: [white house](http://cl.ly/image/2L3F1M2E1X3l/IMG_0136.JPG@500x375) [white house](http://cl.ly/image/2L3F1M2E1X3l/IMG_0136.JPG@500x) [white house](http://cl.ly/image/2L3F1M2E1X3l/IMG_0136.JPG@x375) [white house](http://cl.ly/image/2L3F1M2E1X3l/IMG_0136.JPG@50%) [white house](http://cl.ly/image/2L3F1M2E1X3l/[email protected]) Install via npm: npm install nodebb-plugin-image-sizer Source: https://github.com/Kern--/nodebb-plugin-image-sizer Known Issues: Images that are set to be wider than their container become elongated (width is set to match the container, but height is not adjusted). This means that mobile can get a bit dicey.
  • NodeBB Hiccups

    Development and Coding nodebb hiccup
    4
    0 Votes
    4 Posts
    982 Views
    SchamperS
    Btw npm link still works fine.