Navigation

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

    revir

    @revir

    Plugin & Theme Dev

    V2MM: Find Freelance Jobs in China or Hire Freelancers in China on V2MM.

    15
    Reputation
    26
    Posts
    846
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online
    Website v2mm.tech Location Wuhan, China

    revir Follow
    Plugin & Theme Dev

    Best posts made by revir

    • V2MM theme

      Hi, guys. I built a forum called V2MM for Chinese freelancers, and I built a theme with the same name.

      nodebb-theme-v2mm on github.

      Its still under development, but there are a few unique features:

      • Show topics of subcategories in parent categories.
      • Support special topics, such as external link topics.
      • Special category template.

      0_1479194670448_Screenshot from 2016-11-15 15-12-56.png
      0_1479194684150_Screenshot from 2016-11-15 15-13-23.png

      posted in NodeBB Themes
      R
      revir
    • RE: Is there an option to allow/disallow users who have not confirmed an email address to post?

      You can disable the feature 'require email confirmation' at /admin/settings/user

      posted in General Discussion
      R
      revir
    • NodeBB Upyun Uploads Plugin: for Chinese users.

      Re: is there any other ways to upload pictures?

      Hi guys,

      I built this plugin for Chinese users like me to upload files to Upyun. Upyun is a giant CDN provider in China, I would like to use its service for my forum V2MM.

      NodeBB Upyun Uploads

      Thanks.

      posted in NodeBB Plugins
      R
      revir
    • RE: How to get user data in partials/topic/post.tpl ?

      I think to do this, you'd better hook "filter:post.upvote", check user's reputation, then return error info if not satisfied.
      This hook source code is at file socket.io/posts/helpers.js.

      See NodeBB how to do this for not-enough-reputation-to-downvote in src/posts/votes.js:

      if (command === 'downvote' && parseInt(results.reputation) < parseInt(meta.config['privileges:downvote'], 10)) {
          return callback(new Error('[[error:not-enough-reputation-to-downvote]]'));
      }
      
      posted in NodeBB Themes
      R
      revir
    • RE: How to Add rel="nofollow" to Links?

      I think the default markdown plugin has properly handled this, set the config "tell web crawlers that external links are not to be followed" true would add rel="nofollow" tag to outgoing links.

      posted in General Discussion
      R
      revir
    • RE: Introducing the build system in v1.4.x

      SO COOOOOOL!
      Can't wait to try it.

      posted in NodeBB Blog
      R
      revir
    • RE: lavender theme shows only one topic per category on the homepage

      Yes, there is such a setting. Under category settings, you can set number of Recent Replies to each category.

      posted in NodeBB Themes
      R
      revir
    • RE: How to Add rel="nofollow" to Links?

      no, I don't know why you would like that, I think all posts' external link should be not followed, I actually appreciate NodeBB has this feature, a lot of websites ignore this, there are so many SEO rubbish contents filled those sites.

      If you want to promote something, you should use the widget to add html code to that page, or write a template. Like what I did for my website, see the footer of the page, there are a lot of outgoing links, the crawler can index those.

      posted in General Discussion
      R
      revir
    • for NodeBB Chinese Users

      Hi,

      I am River Yang, I am from China, I find that NodeBB China has been unreachable now, what's happened there?

      Anyway I built v2mm.tech with NodeBB, it's a freelancers forum, there is a technique support category, we can discuss anything about NodeBB in Chinese over there.

      I love NodeBB, I put all the code of v2mm.tech on Github, and I write a series articles about NodeBB on my blog:

      • NodeBB 1: 一个现代化的论坛
      • NodeBB 2: 定制主题
      • NodeBB 3: mongodb 与 redis
      • NodeBB 4: plugin 探秘
      • NodeBB 5: 让你的网站全面使用HTTPS
      • NodeBB 6: 版本升级
      • NodeBB 7: 使用 Socket.io 实时通信
      • NodeBB 8: 使用CDN,将图片等附件资源上传至又拍云
      • NodeBB 9: 又一个社会化分享插件 —— morebasicshare.js
      • NodeBB 10: 搜索很难(1)

      There are several websites using NodeBB in China, and there is this repo NodeBB China on Github, which record some websites using NodeBB, those guys are trying to translate the docs of NodeBB into Chinese.

      Forgive my poor English, so If you are Chinese, you can ask me any questions in Chinese on V2MM. Thanks.

      posted in General Discussion
      R
      revir
    • I got a domain: nodebb.tech

      isn't it very cool? http://nodebb.tech

      built a website using ghost, I am writing articles about nodebb on it.

      posted in General Discussion
      R
      revir

    Latest posts made by revir

    • RE: Introducing the build system in v1.4.x

      SO COOOOOOL!
      Can't wait to try it.

      posted in NodeBB Blog
      R
      revir
    • RE: I got a domain: nodebb.tech

      @Jenkler
      Thanks.
      Yeah, I am Chinese, so I write what I am familiar with.
      Currently there are beginner, theming, plugining, coding categories.
      I used to write some articles on my personal blog, but I think this domain is cooler.

      posted in General Discussion
      R
      revir
    • I got a domain: nodebb.tech

      isn't it very cool? http://nodebb.tech

      built a website using ghost, I am writing articles about nodebb on it.

      posted in General Discussion
      R
      revir
    • RE: for NodeBB Chinese Users

      @julian said in for NodeBB Chinese Users:

      If you are able to host a NodeBB forum, I'd be more than happy to replace the link to yours instead.

      What does that mean?

      Thanks Julian, I am a big fan.

      posted in General Discussion
      R
      revir
    • RE: NodeBB v1.4.0 Release

      wonderful.

      posted in NodeBB Blog
      R
      revir
    • RE: nodebb-plugin-imgur - how can i config for faster load image?

      Are you in Vietnam?
      Would you like to try Upyun Uploads? Upyun is a Chinese CDN provider 🙂

      posted in NodeBB Plugins
      R
      revir
    • RE: Social sharing url

      That's really a bug:

      https://github.com/NodeBB/NodeBB/blob/v1.x.x/public/src/modules/share.js#L53-L56

      Forgot the relative path of the post URL...

      posted in Technical Support
      R
      revir
    • RE: how to create topic with posts in an easy way

      @riddle911
      This guy had the same issue about write-api: https://community.nodebb.org/topic/9966/cannot-find-installed-plugins

      posted in Technical Support
      R
      revir
    • RE: Cannot find installed plugins

      That's very strange, how could that happen.
      Anyway, nice job and good luck 🙂

      posted in General Discussion
      R
      revir
    • for NodeBB Chinese Users

      Hi,

      I am River Yang, I am from China, I find that NodeBB China has been unreachable now, what's happened there?

      Anyway I built v2mm.tech with NodeBB, it's a freelancers forum, there is a technique support category, we can discuss anything about NodeBB in Chinese over there.

      I love NodeBB, I put all the code of v2mm.tech on Github, and I write a series articles about NodeBB on my blog:

      • NodeBB 1: 一个现代化的论坛
      • NodeBB 2: 定制主题
      • NodeBB 3: mongodb 与 redis
      • NodeBB 4: plugin 探秘
      • NodeBB 5: 让你的网站全面使用HTTPS
      • NodeBB 6: 版本升级
      • NodeBB 7: 使用 Socket.io 实时通信
      • NodeBB 8: 使用CDN,将图片等附件资源上传至又拍云
      • NodeBB 9: 又一个社会化分享插件 —— morebasicshare.js
      • NodeBB 10: 搜索很难(1)

      There are several websites using NodeBB in China, and there is this repo NodeBB China on Github, which record some websites using NodeBB, those guys are trying to translate the docs of NodeBB into Chinese.

      Forgive my poor English, so If you are Chinese, you can ask me any questions in Chinese on V2MM. Thanks.

      posted in General Discussion
      R
      revir