Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. etakmit
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 31
    • Best 1
    • Groups 0

    etakmit

    @etakmit

    1
    Reputation
    592
    Profile views
    31
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    etakmit Unfollow Follow

    Best posts made by etakmit

    • RE: Problem with Emailer (Mailgun) Plugin

      Bahahah - nice catch. the API key was wrong (most keys are just letters / numbers so thats what I copied). I missed a simple key- that preceded the key. once I added that we're all good.

      thank you!

      posted in NodeBB Plugins
      E
      etakmit

    Latest posts made by etakmit

    • RE: Upgrade error

      upgrade to 1.6.x is fine. still same error when trying to go to 1.7.x

      posted in Technical Support
      E
      etakmit
    • RE: Upgrade error

      interestingly enough I pulled the 1.5.x branch and the upgrade ran fine. maybe ill go to 1.6 first

      posted in Technical Support
      E
      etakmit
    • Upgrade error

      I'm going from 1.5.3 to 1.7.3.

      my git is where it needs to be and a git pull shows me all is up to date. when i run nodebb upgrade i see

      sudo ./nodebb upgrade
      /opt/nodebb/src/cli/index.js:60
              .description('Welcome to NodeBB')
               ^
      
      TypeError: program.name(...).description is not a function
          at Object.<anonymous> (/opt/nodebb/src/cli/index.js:60:3)
          at Module._compile (module.js:570:32)
          at Object.Module._extensions..js (module.js:579:10)
          at Module.load (module.js:487:32)
          at tryModuleLoad (module.js:446:12)
          at Function.Module._load (module.js:438:3)
          at Module.require (module.js:497:17)
          at require (internal/module.js:20:19)
          at Object.<anonymous> (/opt/nodebb/nodebb:5:1)
          at Module._compile (module.js:570:32)
      
      posted in Technical Support
      E
      etakmit
    • RE: Installation on fresh Ubuntu 16

      or sudo systemctl status mongod

      posted in Technical Support
      E
      etakmit
    • RE: Google Tag Manager

      they want it in the head / body fields.

      footer.tpl doesn't have those. i'm going to try header.tpl

      posted in Technical Support
      E
      etakmit
    • RE: Google Tag Manager

      @julian yeah I was thinking that. I'll give it a go and see what happens.

      posted in Technical Support
      E
      etakmit
    • Google Tag Manager

      For those of you who are doing SEO.

      Where are am I putting the tag manager code? In the .tpl files (it wants it on "every" page). Maybe header.tpl or footer.tpl?

      Thanks for any thoughts here!

      posted in Technical Support
      E
      etakmit
    • RE: Simplifying the URL

      @PitaJ said in Simplifying the URL:

      @etakmit unfortunately, multiple posts can have the same title, so some kind of unique ID has to be included in the url. It could be the pid of the post, either prepended or appended to the URL, or something else.

      Fair point!

      posted in Technical Support
      E
      etakmit
    • RE: Simplifying the URL

      What I'm ultimately looking for is that URLs to posts are simply

      http://domain/post-title

      Sadly I dont think either of your options quite fit although they're pretty close! Thank you!

      posted in Technical Support
      E
      etakmit
    • Simplifying the URL

      The URL for topics currently looks like
      https://forum.com/topic/15/url-rewrites

      We'd like to see

      https://forum.com/url-rewrites

      I haven't found a toggle in the admin side, nor did I see a plugin to accomplish this. Is this something that can be done simply? I kicked around the forum here and all of my searches generally ran into old config.json references which didn't seem to apply.

      posted in Technical Support
      E
      etakmit