Trouble installing NodeBB on OpenShift PaaS

General Discussion

Suggested Topics


  • 0 Votes
    3 Posts
    359 Views

    @sharonyue to remove the panel you have to edit the template.

    https://github.com/NodeBB/nodebb-theme-persona/tree/master/templates

    I do not know exactly where it is but it should something with topic template.

    Maybe here:

    https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/topic.tpl

    <div class="topic-header"> <h1 component="post/header" class="" itemprop="name"> <span class="topic-title" component="topic/title"> <span component="topic/labels"> <i component="topic/pinned" class="fa fa-thumb-tack <!-- IF !pinned -->hidden<!-- ENDIF !pinned -->" title="{{{ if !pinExpiry }}}[[topic:pinned]]{{{ else }}}[[topic:pinned-with-expiry, {pinExpiryISO}]]{{{ end }}}"></i> <i component="topic/locked" class="fa fa-lock <!-- IF !locked -->hidden<!-- ENDIF !locked -->" title="[[topic:locked]]"></i> <i class="fa fa-arrow-circle-right <!-- IF !oldCid -->hidden<!-- ENDIF !oldCid -->" title="{{{ if privileges.isAdminOrMod }}}[[topic:moved-from, {oldCategory.name}]]{{{ else }}}[[topic:moved]]{{{ end }}}"></i> {{{each icons}}}{@value}{{{end}}} </span> {title} </span> </h1> <div class="topic-info clearfix"> <div class="category-item inline-block"> {{{ if category.icon }}} <div role="presentation" class="icon pull-left" style="{{{ if category.bgColor }}}background-color: {category.bgColor};{{{end}}}; {{{ if category.color}}}color: {category.color};{{{end}}}"> <i class="fa fa-fw {category.icon}"></i> </div> {{{ end }}} <a href="{config.relative_path}/category/{category.slug}">{category.name}</a> </div> <div class="tags tag-list inline-block hidden-xs"> <!-- IMPORT partials/topic/tags.tpl --> </div> <div class="inline-block hidden-xs"> <!-- IMPORT partials/topic/stats.tpl --> </div> {{{ if !feeds:disableRSS }}} {{{ if rssFeedUrl }}}<a class="hidden-xs" target="_blank" href="{rssFeedUrl}"><i class="fa fa-rss-square"></i></a>{{{ end }}} {{{ end }}} <!-- IMPORT partials/topic/browsing-users.tpl --> <!-- IMPORT partials/post_bar.tpl --> </div> </div>
  • 0 Votes
    1 Posts
    239 Views

    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

  • NodeBB v1.0.2

    General Discussion
    0 Votes
    2 Posts
    1k Views

    Comparing 1736b1c015b956e8ae9223e4f7bf24cc4dbe612d...v1.x.x · NodeBB/NodeBB

    Node.js based forum software built for the modern web - Comparing 1736b1c015b956e8ae9223e4f7bf24cc4dbe612d...v1.x.x · NodeBB/NodeBB

    favicon

    GitHub (github.com)

  • 0 Votes
    17 Posts
    6k Views

    Well, damn. Didnt know that.

    Okay, Thanks for your phenomenal help, @pichalite.

    Gonna mess around with this proxying and nginx a bit now that everything is moving forward again.

  • 0 Votes
    2 Posts
    1k Views

    @riotshielder Looks like NodeBB isn't playing nicely with your subfolder install. Can you try installing it on a subdomain, like forum.ts-mc.net?