Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. akumbhare
    A
    • Profile
    • Following 1
    • Followers 0
    • Topics 28
    • Posts 53
    • Best 5
    • Groups 0

    akumbhare

    @akumbhare

    9
    Reputation
    1076
    Profile views
    53
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    akumbhare Follow

    Best posts made by akumbhare

    • Implement 'COMMENTS' feature in NodeBB

      Hi,
      As we know, in NodeBB there is concept like "One Topic" has multiple "Reply" (Posts).
      I wanted to implement functionality which provides facility for the user to make
      "Comments" on each reply. So the hierarchy will be :
      --> Topic
      --> Reply
      --> Comment 1
      --> Comment 2
      Most important is I wanted to do this using PLUGIN approach.

      So Is there any similar plug-in available which can help me?
      If I want to implement this then how should I start this? Any guidelines.

      Thanks!!

      posted in NodeBB Development
      A
      akumbhare
    • How to change website HOME page ?

      Hi,

      In my nodeBB site, I want to show "General Discussion" category as a home page.
      Meaning "/category/2/general-discussion" should be my home page.
      When User visit my site it shows "topics" on "General Discussion" as Homepage.
      Where and What type of changes I have to make in my theme or in code?

      Is there any plugin which help me out from this?

      So any help would be greatly appreciated.
      Thanks!!!

      posted in Technical Support
      A
      akumbhare
    • RE: JavaScript Error for NodeBB V1.0.0 on Chrome browser latest version 55.

      Thanks for the support!!
      @julian @Bri @PitaJ

      I have upgraded Nodejs version to v4.7.0 and It solved the problem.

      posted in Bug Reports
      A
      akumbhare
    • How to debug particular functionality in NodeBB

      Hi,

      How to debug particular functionality in NodeBB such as "post a new topic", "Reply/comment".

      Any help would be greatly appreciated.
      Thanks!!!

      posted in NodeBB Plugins
      A
      akumbhare
    • Migrate posts , comments and replies from wordpress multisite to nodeBB

      Hi,

      We want to migrate wordpress posts as well as comments and replies associated to that post into nodeBB under General Discussion category.
      Please note our wordpress site is multi-site network.
      We have search for the implemented plug-in but we have not found any plug-in.
      So if you know any kind of a plug-in supported for latest version 0.6.0 which fulfil our requirement, please let us know.

      If there is no such kind of a plugin is available we are planning to implement wordpress plugin which migrate posts as well as comments and replies associated to that post.

      To implement wordpress plugin we need REST/MOBILE API. So by using that REST/MOBILE API, We can create topics/comments/reply from outside the nodeBB environment. So please let us know if nodeBB supports such kind of REST/MOBILE API.

      So any help would be greatly appreciated.
      Thanks!!!

      posted in NodeBB Development
      A
      akumbhare

    Latest posts made by akumbhare

    • RE: JavaScript Error for NodeBB V1.0.0 on Chrome browser latest version 55.

      Thanks for the support!!
      @julian @Bri @PitaJ

      I have upgraded Nodejs version to v4.7.0 and It solved the problem.

      posted in Bug Reports
      A
      akumbhare
    • RE: JavaScript Error for NodeBB V1.0.0 on Chrome browser latest version 55.

      @julian Thanks for the reply!

      Yes! We are using NodeBB v1.0.0.

      Is there any way to avoid loading JS file under public/src separately on chrome 55?

      posted in Bug Reports
      A
      akumbhare
    • JavaScript Error for NodeBB V1.0.0 on Chrome browser latest version 55.

      Hi ,
      @baris @julian @psychobunny
      For NodeBB V1.0.0 getting following JS error.
      Uncaught SyntaxError: Unexpected token function
      at /nodebb.min.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:10
      at /nodebb.min.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:10
      /src/modules/sounds.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:11 Uncaught TypeError: Cannot read property 'on' of undefined
      at /src/modules/sounds.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:11
      at Object.execCb (/nodebb.min.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:9)
      at w.check (/nodebb.min.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:9)
      at w.<anonymous> (/nodebb.min.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:9)
      at /nodebb.min.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:8
      at /nodebb.min.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:9
      at z (/nodebb.min.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:8)
      at w.emit (/nodebb.min.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:9)
      at w.check (/nodebb.min.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:9)
      at w.enable (/nodebb.min.js?bd1f194e-00b7-48d1-83ce-af6df8a63699:9)

      Please see this screenshot : http://screencast.com/t/vjlH6lL7

      On latest Chrome browser version 55 Js file under public/src loading seperately.
      Please refer screenshot : http://screencast.com/t/O0tlRSmJU

      Is there idea why these errors are getting introduced on latest version of Chrome only?
      Any help is appreciated!!

      posted in Bug Reports
      A
      akumbhare
    • RE: Gives Error while Moving more than two posts from same topic.

      @baris

      Yes, I get these issues in 0.8.2.

      1. If POSTS gets moved from one topic to another the POSTS count on the that topic page remains same. POST COUNT should decrements but It shows decremented count after page refresh.
      2. Steps to reproduce cant-move-to-same-topic error:
      • Create 'new TOPIC'.

      • Create 'another TOPIC' and create more than 2 REPLY to that topic.

      • Move one REPLY to new TOPIC.

      • Move second REPLY to new TOPIC.

      cant-move-to-same-topic error will occur.

      posted in Bug Reports
      A
      akumbhare
    • RE: Gives Error while Moving more than two posts from same topic.

      @baris

      1. When POST gets moved to topic of another category , Reply count on CATEGORIES page remains same.

      2. When POST gets moved to another topic count does not get incremented/decremented but it does after page refresh.1_1446536330730_Topic_details_page.png 0_1446536330729_category_page.png

      POSTS count of "Welcome to your NodeBB!" topic is "3" POSTS, But on the Category page it "General Discussion" category has "1" POSTS. It should be 3 POSTS.

      Please refer the attached screenshot:

      posted in Bug Reports
      A
      akumbhare
    • RE: Gives Error while Moving more than two posts from same topic.

      Thanks for the reply.
      No. not fork, I am trying to move single post from one topic to another.
      Steps:

      1. Login as site Admin.
      2. Move post from one topic to another.
      3. Move another post from that topic to another.

      Then it gives an error "cant-move-to-same-topic".

      posted in Bug Reports
      A
      akumbhare
    • Gives Error while Moving more than two posts from same topic.

      Hi,
      Steps to reproduce:
      I tried to move more than one post from one topic to another topic it gives an error "cant-move-to-same-topic". But also shows success message "Post Moved!"
      Also "cid:{cid}:tids:posts" key is not updating.
      Please refer attached screenshot:

      Is there any idea why these errors getting?

      Any help is appreciated!!
      Thanks
      0_1446478422979_Screenshot from 2015-11-02 20:59:19.png

      posted in Bug Reports
      A
      akumbhare
    • RE: JavaScript Error on Chrome browser latest version 43.

      Hi,

      More information related to this issue, This issue is occurs when 'nodebb.min.js' is minified.

      Screenshot of version 0.6.1 error on chrome 43:
      NodeBB_0.6.1_cheome_error.png

      Screenshot of version 0.7.0 error on chrome 43:
      NodeBB_0.7.0_chrome_error.png

      Above error is due to the minification of JS.
      When minification of JS is off there will be no ERROR:
      Thanks.

      posted in NodeBB Development
      A
      akumbhare
    • RE: JavaScript Error on Chrome browser latest version 43.

      @baris

      Thanks for the reply.

      No, We are not getting any error on https://community.nodebb.org site.
      We are getting error on fresh installation of NodeBB 0.6.1 and 0.7.0 version, Which we downloaded from your github repository.

      posted in NodeBB Development
      A
      akumbhare
    • Javascript Error in the latest code.

      Hi,

      I have downloaded the 0.6.1 and 0.7.0 version of nodebb from github repository
      by using following commands.

      1. git clone -b v0.6.1 https://github.com/NodeBB/NodeBB.git nodebb
      2. git clone -b v0.7.0 https://github.com/NodeBB/NodeBB.git nodebb

      and install the NodeBB setup on ubuntu server.

      While Running the 0.6.1 we get following errors :
      1..Uncaught SyntaxError: Unexpected identifier(anonymous function)(nodebb.min.js:15688)
      2..Uncaught Error: Load timeout for modules: csrf,forum/footer

      Common Errors
      (nodebb.min.js:12)
      3..Uncaught SyntaxError: Unexpected string(nodebb.min.js:1518)

      While Running the 0.7.0 we get following errors :

      1. Uncaught SyntaxError: Unexpected token function(nodebb.min.js:12999)

      These errors are not related to us but due these error user is not able to login or reply any comments.
      Error occurred only on Chrome 43 latest version.
      To reproduce issue please clear cache before hitting url or DISABLE cache through "Network" TAB

      Please let us know about how to resolved this issue.
      Thanks!!!

      posted in NodeBB Development
      A
      akumbhare