Recent content by Robert9

  1. R

    Signup abuse detection and blocking [Paid]

    Thank you, maybe this could be an idea. But why there was never any problems before the last version of Abuse Detection and/or newest Xenforo version? I have seen now that some of the registrations have this problem, but not all.
  2. R

    Signup abuse detection and blocking [Paid]

    I installed your add-on for testing on a client’s forum, and the same problem is happening there. New registrations are shown with the message Same IP, and the IP shown is the server’s IP. The add-on was installed without any changes. This test on a completely different server proves that the...
  3. R

    Signup abuse detection and blocking [Paid]

    There is a problem with your latest version. The add-on is flagging many normal registrations as if they were coming from the same IP address. Even my own test registrations are being identified as having the same IP address as many others. This IP address is the IP address of my server...
  4. R

    Signup abuse detection and blocking [Paid]

    Uninstalling and reinstalling seems to have solved the problem.
  5. R

    Signup abuse detection and blocking [Paid]

    Perhaps it is due to the update, or perhaps I changed something myself. I do not know. I have not had a single registration in a week. The usual average is more than 50 per day. Is there any setting I should check that might be blocking new registrations? Normally, all registrations were simply...
  6. R

    [XB] Thread Ratings [Paid]

    You want to rate threads only? Then show a second page "ratings" with "comments" and "ratings"?
  7. R

    Thread Titles Manager

    Is there a problem with viewsPerDay? {{ $thread.viewAgeDays() }} → {{ viewAgeDays() }} {{ $thread.viewsPerDay() }} → {{ viewsPerDay() }}
  8. R

    Similar threads [Paid]

    One of my customers had constant hiccups on a server that is not really large. While looking for possible problems, this add-on caught my attention. I have not looked into the code yet because the function is not very important to me. However, it might be worth checking whether it could be...
  9. R

    [XB] Thread Ratings [Paid]

    Nice addon, many ways to use it. But where is the small js to reset the stars after using the quick reply?
  10. R

    Guest post, register and /login/login

    I dont have the time to repeat the steps to find the problem, but there is a problem, if you reach login/login somehow and try to login after writing a post as guest. Maybe we never should see login/login at all?
  11. R

    Awaiting feedback RM, change user for resource with deleted user

    Sorry, i cant remember this issue. → "inform old and new user i guess there is missing something like: check if user exists, before inform users.
  12. R

    XF 2.3 xf_forum.last_thread_prefix_id?

    I have a question regarding xf_forum.last_thread_prefix_id. As far as I understand, XenForo stores the prefix of the last thread in a forum in the last_thread_prefix_id column of xf_forum. Is it correct that XenForo does not automatically update this field if someone edits a thread and changes...
  13. R

    [XB] Google Search

    Works
  14. R

    Start conversation [Paid]

    Are you sure about canStartConversationWith($post.User) ?
  15. R

    Start conversation [Paid]

    You may want to check the 1.9 again; 1. two times $visitor = \XF::visitor(); ... $visitor = \XF::visitor(); 2. You overwrite the controller instead to extend;
Back
Top Bottom