• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

    • All categories
    Load new posts
Log in to post
  • Varun Ganesh DV

    Mobile Responsive Issue on Sidebar and Footer

    Scheduled Pinned Locked Moved Technical Support bug bug on mobile screen issue mobile screen issue responsive
    0 Votes
    1 Posts
    203 Views
    Varun Ganesh DV

    Hello @administrators

    Global Sidebar is coming below the global footer.

    actually it should come like Below the sidebar content footer should come.

    Mobile Screen. Footer content is Coming First and Sidebar Content Coming Next
    Screenshot from 2020-06-05 20-29-49.png
    Footer Contents in Computer Screen
    Also See Footer Content is Not Exactly in Middle when i add sidebar widgets
    Screenshot from 2020-06-05 20-29-31.png
    Sidebar Contents in Computer Screen
    Screenshot from 2020-06-05 20-29-28.png

    I think Some Bootstrap Layout issue if Bootstrap is Used.
    This issue only if i use Global Widget
    Please Consider it and Fix in Next Update

  • meghanmullallyM

    Heroku deployment issue

    Scheduled Pinned Locked Moved Technical Support issue heroku deployment help
    0 Votes
    2 Posts
    503 Views
    julianJ

    Are you running this on your local machine? Do you have build-essentials installed?

  • insuusveneratiI

    Plugins and Themes not loading

    Scheduled Pinned Locked Moved Technical Support theme issue
    0 Votes
    8 Posts
    3787 Views
    pichaliteP

    @insuusvenerati try running ./nodebb build and then start NodeBB

  • NicolasN

    Parsing posts and markdown plugin with auto-linking

    Scheduled Pinned Locked Moved Unsolved Plugin Development issue conflict parse markdown
    0 Votes
    17 Posts
    4054 Views
    A

    My YouTube plugin needs updating. But I'm in London tomorrow to Thursday. Then spending alternate weeks in gibraltar. So its hard to find the time. 😉

  • NicolasN

    Unread page, weird behaviors

    Scheduled Pinned Locked Moved Unsolved Bug Reports issue
    0 Votes
    1 Posts
    1027 Views
    NicolasN

    Try to select topic starters:

    Screen Shot 2015-10-08 at 9.59.02 AM.png

    Even more problems in Firefox 41 😉

  • NicolasN

    Default Composer Issue

    Scheduled Pinned Locked Moved Unsolved Bug Reports issue composer
    0 Votes
    1 Posts
    1224 Views
    NicolasN

    Guys, this problem also on this board:

    https://github.com/NodeBB/nodebb-plugin-composer-default/issues/6

  • NicolasN

    Chats don't load

    Scheduled Pinned Locked Moved Solved Bug Reports error issue chat 0.8.2
    0 Votes
    8 Posts
    3386 Views
    NicolasN

    You did change by moving blocks under component, that is why It doesn't work for old themes.
    I have fixed problems.

  • NicolasN

    JS Minification

    Scheduled Pinned Locked Moved Plugin Development issue nodebb
    0 Votes
    2 Posts
    1824 Views
    NicolasN

    Same problem again...

    Actions that I have made to 'fix' this problem:

    Disable single plugin ./nodebb reset plugin="nodebb-widget-essentials" - No Success Disable all plugins - No Success Drop all collections in Mongo, and ./nodebb setup - No Success Delete nodebb.min.js from public directory - No Success Delete all public subdirectories that could be found in .gitignore - No Success Delete public directory and checkout latest from current branch - Success

    Maybe it will give you some insights 😉

  • NicolasN

    Plugin registration

    Scheduled Pinned Locked Moved Plugin Development plugin issue
    0 Votes
    3 Posts
    1984 Views
    barisB

    That error is caused by the following bit of code in src/plugins.js

    paths = paths.map(function(pluginLib) { var parent = path.dirname(pluginLib); return cached.filter(function(libPath) { return libPath.indexOf(parent) !== -1; }); }).reduce(function(prev, cur) { return prev.concat(cur); });

    If paths is an empty array calling reduce will throw that error. We should add better checks to detect that.

  • NicolasN

    Reputation list sorting after import of users

    Scheduled Pinned Locked Moved NodeBB Plugins import issue reputatiton
    0 Votes
    5 Posts
    2417 Views
    barisB

    As mega said you need to add all users to a sorted set called users:reputation.

    So go through all your users and add their user ids to users:reputation with the score being their reputation.

  • Peter-Zoltan KeresztesP

    uploaded profile image has bad URL

    Scheduled Pinned Locked Moved General Discussion image profile issue nodebb
    0 Votes
    16 Posts
    7043 Views
    barisB

    That's an unrelated bug check here https://github.com/NodeBB/NodeBB/issues/2711

  • mootzvilleM

    Bug / Issue Report Template

    Scheduled Pinned Locked Moved Bug Reports how-to bug issue report
    0 Votes
    10 Posts
    3683 Views
    julianJ

    @Tanner write API could help with that, but until then, here's the high-level implementation/workaround:

    FTPP (form-to-post plugin) establishes new POST route at /feedback When that route is called, take req.body.text (where text is the id in the corresponding form) and call Topic.post as a pre-registered user.

    That's pretty much it. There's more to expand on (such as spam prevention/throttling/auth/security), but yeah.

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.