Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. inna
    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 32
    • Best 4
    • Groups 0

    inna

    @inna

    6
    Reputation
    11
    Profile views
    32
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website pythonforum.ir Location Iran Age 26

    inna Follow

    Best posts made by inna

    • RE: Google Recaptcha v3 not working

      @julian said in Google Recaptcha v3 not working:

      As far as I know ReCAPTCHA v3 should be working, I'll let @bentael know if there's been a change.

      Fine, thanks.

      @oplik0 said in Google Recaptcha v3 not working:

      v3 is not just "a better reCAPTCHA" and it is not replacing v2.

      v3 only offers "invisible" reCAPTCHA, but even if Spam Be Gone supported that (it doesn't yet) it still wouldn't work because it passes different data.
      reCAPTCHA v2 is binary - either user is a robot or not.
      v3 doesn't just pass "true||false" but instead passes a score from 0.0 to 1.0 and it's up to the application to determine what score is a success. It also never shows user a challenge as it's not supposed to interrupt the user in any way.

      So to sum it up: for Spam Be Gone to support v3 would mean changing the way it handles reCAPTCHA and I'm not even sure if it's a good idea. v3 is supposed to continuously chceck if user is a bot without interruptions, so it's best used for frequent user actions like posting or login, not for things like registration that happen once per user and it's not a big deal if it interrupts user with a challenge. So I'd say it'd be better for Spam Be Gone to extend its functionally to use v3 on login and posting, and leave v2 on the registration page.

      That convinced me 🙂 Thanks a lot.
      Unfortunately I'm not a developer and do not know how to develop a plugin, but I'll highly appreciate if it's developed by anyone (NodeBB team or another mate).

      posted in Technical Support
      I
      inna
    • RE: Who is using NodeBB?

      My Q/A forum for python programming language

      انجمن پایتون فارسی

      انجمن پایتون فارسی

      انجمن فارسی پایتون، انجمنی برای آموزش و آزمودن. فروم فارسی پایتون و تالارهای پرسش و پاسخ

      posted in General Discussion
      I
      inna
    • RE: How to be noticed of new posts by email?

      @julian said in How to be noticed of new posts by email?:

      @inna hello!

      This is likely the plugin you are looking for 🙂

      https://github.com/NodeBB/nodebb-plugin-category-notifications

      @julian hello,

      Thanks 🙂

      posted in General Discussion
      I
      inna
    • RE: Section name not being included in breadcrumb

      @baris that was fine and nothing was wrong with hierarchy.
      It seemed it took some time to affect the changes. Now it's as you wrote down, and my forum is working.
      The issue is solved, thanks.

      posted in General Discussion
      I
      inna

    Latest posts made by inna

    • RE: Section name not being included in breadcrumb

      @baris that was fine and nothing was wrong with hierarchy.
      It seemed it took some time to affect the changes. Now it's as you wrote down, and my forum is working.
      The issue is solved, thanks.

      posted in General Discussion
      I
      inna
    • RE: Section name not being included in breadcrumb

      @baris I did this first and when I restart nodebb, my forum does not work. When I revert it back, it works again.
      Anything wrong I did?

      posted in General Discussion
      I
      inna
    • RE: Section name not being included in breadcrumb

      @baris thanks for the hint and reply.
      I changed that line to this:

      if (!data.disabled && data.isSection) {
      

      And now it is working fine.
      Is that right? And would this cause a problem in the future?
      BTW, should I manually modify this file whenever I update/upgrade NodeBB? Am I right?

      posted in General Discussion
      I
      inna
    • RE: Section name not being included in breadcrumb

      another bump:)

      posted in General Discussion
      I
      inna
    • RE: Where are the users I did not approve

      @baris thanks,
      So you mean another user can register with one of those users again? Am I right?

      posted in General Discussion
      I
      inna
    • Where are the users I did not approve

      Hello,
      I set Admin Approval in Registration option in my website, and sometimes I see spam users register and I click on Red Cross button in Registration Queue.
      Now I wanted to see all of them, but I see only the ones I approved manually. I did not see any options to see them.
      I also searched one of them, but it found nothing.

      Would you help me how may I see them?

      Thanks in advance

      posted in General Discussion
      I
      inna
    • RE: Section name not being included in breadcrumb

      Bumps 🙂

      posted in General Discussion
      I
      inna
    • RE: How to be noticed of new posts by email?

      @julian said in How to be noticed of new posts by email?:

      "following/watching" settings in the category

      Thanks for the reply.
      I had misunderstanding how this plugin works, now I got it.
      It works now 🙂

      Just for other users if they see this topic in the future: You should go to each Category you created before or create after that, click on Subscribe green button and the plugin should work for you like me.
      For example in my website I have 3 categories called Q/A, Free Discussion and Announcements. I should subscribe in all these three and then just wait for another user to create topic.

      Your email sending should work of course.

      Again thanks @julian for helping me.

      posted in General Discussion
      I
      inna
    • Section name not being included in breadcrumb

      Hello,

      My website is: pythonforum.ir and as it's in Persian language, to acknowledge my mean I think it's better to use translators (sorry, I hope this sentence is not offensive, but if it is please pardon me and inform me).

      I have created some Sections like Python 3 and Python 2 which are my issues now. Both sections have their own Q/A and Tutorials forums in which users can create topic.
      But the issue is about breadcrumb that does not include and indicate the Section name.
      If you go to https://pythonforum.ir/category/5/پرسش-و-پاسخ and https://pythonforum.ir/category/8/پرسش-و-پاسخ , you see in the breadcrumb that both have 'Home / Q/A' and if a user creates a topic in Python 2 forum for example, I cannot understand by seeing breadcrumb.

      Is that an issue? Can I solve in Admin settings? I did not find any options for this.

      Thanks in advance

      posted in General Discussion
      I
      inna
    • RE: Issue of quoting and directions

      @pitaj that is done in: https://github.com/julianlam/nodebb-plugin-markdown/issues/119

      SaeedFazlollahzadeh created this issue in julianlam/nodebb-plugin-markdown

      open Automatic direction in quote block issue #119

      posted in General Discussion
      I
      inna