Navigation

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

    xanthos84

    @xanthos84

    2
    Reputation
    11
    Posts
    554
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    xanthos84 Follow

    Best posts made by xanthos84

    • RE: Stupid Question - NodeJS Update/Upgrade 0.10.29->4.1.1

      Okay what I now have done is replacing the node executable from the /usr/local/n/versions/4.4.1/ folder in the /usr/bin/ folder,
      now the process.versions is showing me 4.4.1!

      Is this the way it should be? Only replacing the executable and everything is fine? Or did i miss something?

      And which NodeJS version do you recommend for NodeBB at the moment? Thanks!

      posted in Technical Support
      X
      xanthos84
    • Post Reactions Plugin

      Hi,

      I am searching for a post reaction plugin, so you have a few possiblities to give feedback to a post like
      "Useful" "Promote" "Awesome" "WTF" etc you know the deal!

      I can pay little bit for the plugin to develop if it is needed - please get in touch.
      Thanks

      posted in Plugin Requests
      X
      xanthos84

    Latest posts made by xanthos84

    • Tags needed per Category on/off

      Hi,

      I need a plugin which let me configure tags needed per category.
      So in some categories you dont have to insert tags,
      in some other you should get an alert reminding you with a message to enter tags.

      posted in Plugin Requests
      X
      xanthos84
    • RE: Custom Fields per Category

      @pichalite ok thanks I will write them.

      If somebody else want to get this done with some donations, please contact me also.

      posted in Plugin Requests
      X
      xanthos84
    • RE: Persona | Show all Topics under Main-Category

      @pichalite because I will access them in another way.

      posted in NodeBB Themes
      X
      xanthos84
    • RE: Categories Widget | Show all Sub-Categories too?

      after fiddeling around the complete day, i have found it!
      if anyone else need it, you can change the categories.tpl in /nodebb-widget-essentials/public/templates/widgets/ for example into:

      # code block
      <!-- BEGIN categories -->
      <ul class="categories-list">
      <li>
      <!-- IF !categories.link -->
      <h4><a href="{relative_path}/category/{categories.slug}">{categories.name}</a></h4>
      <!-- ELSE -->
      <h4><a href="{categories.link}">{categories.name}</a></h4>
      <!-- ENDIF !categories.link -->
      <!-- BEGIN children -->
      <!-- IF categories.children.link -->
      <a href="{categories.children.link}" itemprop="url" target="_blank">
      <!-- ELSE -->
        <a href="{config.relative_path}/category/{categories.children.slug}" itemprop="url">
      categories.children.name}</a><br /> 
        </div>
      <!-- ENDIF categories.children.link -->
      <!-- END children -->
      </li>
      </ul>
      <!-- END categories -->
      
      
      posted in NodeBB Plugins
      X
      xanthos84
    • Post Reactions Plugin

      Hi,

      I am searching for a post reaction plugin, so you have a few possiblities to give feedback to a post like
      "Useful" "Promote" "Awesome" "WTF" etc you know the deal!

      I can pay little bit for the plugin to develop if it is needed - please get in touch.
      Thanks

      posted in Plugin Requests
      X
      xanthos84
    • RE: Persona | Show all Topics under Main-Category

      found plugin
      https://github.com/cwis-public/nodebb-plugin-merge-subtopics
      to be useful

      but now it should also hide the subcategories in the main categories list (where all the sub-topic are shown)

      posted in NodeBB Themes
      X
      xanthos84
    • Custom Fields per Category

      Hi,

      I would need some more custom fields to enter data into depending on the category.
      So for example I have a "music post" category and want a field "link to audio:"
      where the user has to enter a value (mustfield).

      I can pay also for it if this is needed!

      posted in Plugin Requests
      X
      xanthos84
    • Categories Widget | Show all Sub-Categories too?

      Hi,

      if I add the categories widget to a sidebar it only shows the Main/Head Categories
      but not the subcategories underneath it.

      Is it possible to show them too?

      Thanks!

      posted in NodeBB Plugins
      X
      xanthos84
    • RE: Stupid Question - NodeJS Update/Upgrade 0.10.29->4.1.1

      Okay what I now have done is replacing the node executable from the /usr/local/n/versions/4.4.1/ folder in the /usr/bin/ folder,
      now the process.versions is showing me 4.4.1!

      Is this the way it should be? Only replacing the executable and everything is fine? Or did i miss something?

      And which NodeJS version do you recommend for NodeBB at the moment? Thanks!

      posted in Technical Support
      X
      xanthos84
    • Stupid Question - NodeJS Update/Upgrade 0.10.29->4.1.1

      Hi everyone, I am a fresh NodeJS user so please bare with me.
      I have NodeBB installed - everything is running,
      but I have the fear that I use an old NodeJS version.

      When I type node in the console - and process.version I get v0.10.29,
      now I want to upgrade this to at least 4.1.1

      Now everywhere I see "its so easy to update NodeJS through NPM"
      like these commands:

      sudo npm cache clean -f
      sudo npm install -g n
      sudo n stable

      Yeah, NodeJS installs in a higher version - but when I do the node process-versions command I get v0.10.29 back and nothing changed.

      ??
      Can anyone enlighten me? Thanks a lot 🙂

      posted in Technical Support
      X
      xanthos84