Navigation

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

    Posts made by PitaJ

    • RE: Add to NodeBB sections

      We already have category sections as a supported feature on many themes.

      posted in General Discussion
      PitaJ
    • RE: Add to NodeBB sections

      I don't see how this is any different from the categories page we already have. You could give some more details on what features exactly you're looking for?

      posted in General Discussion
      PitaJ
    • RE: nodebb-plugin-customize: Customize NodeBB Translations

      @smartpunter I'm not able to reproduce this. Can you try running ./nodebb build and restarting?

      Let me know if you see any errors during build, in the logs, on the client, etc

      posted in NodeBB Plugins
      PitaJ
    • RE: Excuse me, how to set a nodebb two domain address.

      More discussion here:

      https://community.nodebb.org/topic/13388/faq-websockets-not-working-due-to-misconfigured-origins

      There's another issue using two domains: you'll actually have to have separate nginx blocks for each because they can't share a TLS certificate.

      The real question is why not just redirect one domain to the other?

      posted in General Discussion
      PitaJ
    • RE: How to open github login option?

      nodebb-plugin-sso-github

      posted in General Discussion
      PitaJ
    • RE: nodebb-plugin-customize: Customize NodeBB Translations

      @smartpunter what nodebb version? Can you take a screenshot with the select drop-down open?

      posted in NodeBB Plugins
      PitaJ
    • nodebb-plugin-customize: Customize NodeBB Translations

      This plugin is meant to allow people to easily modify NodeBB translations on their forums.

      Github | npm


      I plan to add the ability to customize templates in the future.

      posted in NodeBB Plugins
      PitaJ
    • RE: image upload issues

      @Alvaro5 I assume you restarted NodeBB after running the npm command, yes?

      Try the solutions here:

      posted in Technical Support
      PitaJ
    • RE: image upload issues

      Have you tried npm install --build-from-source?

      posted in Technical Support
      PitaJ
    • RE: image upload issues

      What commands did you try exactly, and what were the outputs of those commands?

      posted in Technical Support
      PitaJ
    • RE: image upload issues

      Have you tried upgrading to Node 10?

      Have you tried any of the commands suggested previously in this topic?

      posted in Technical Support
      PitaJ
    • RE: image upload issues

      @Alvaro5 what have you tried?

      What version of nodebb, nodejs, npm, database?

      posted in Technical Support
      PitaJ
    • RE: How to install NodeBB via FTP

      You can't install NodeBB through FTP.

      posted in General Discussion
      PitaJ
    • RE: Backup Nodebb database and images to google drive or FTP daily and weekly automatically?

      You can probably do it with a cron job and an sh script

      posted in Feature Requests
      PitaJ
    • RE: NodeBB connection has been lost, attempting to reconnect

      Do you have any server-side experience? Can you log into the VPS and check if there are any errors?

      You'll have to run ./nodebb log in the base nodebb directory.

      posted in Technical Support
      PitaJ
    • RE: Getting a list of all categories on ACP plugin settings

      @jtsimoes

      It depends on what you hope to accomplish. Some things can only be done on the server, some things can only be done on the client, some things can be done on both but are easier on one or the other.

      Without knowing what runFunction() does I can't really advise.

      posted in Plugin Development
      PitaJ
    • RE: Edit teaser text

      What kind of changes do you want to do?

      posted in Technical Support
      PitaJ
    • RE: Scheduled Posts

      It may also be possible to set up a script running client-side that would submit a post at a certain time, though that would require you keep your tab open (but would probably be better than the CLI method).

      posted in NodeBB Development
      PitaJ
    • RE: Scheduled Posts

      If you are willing to write them offline, you could use the write-api plugin, curl, and at to schedule posts instead.

      posted in NodeBB Development
      PitaJ
    • RE: Custom homepage template

      @its-brad you could try using custom-homepage instead then, I think it uses a single template file.

      posted in NodeBB Development
      PitaJ