Recent content by taydin

  1. taydin

    Require moderation if a user was inactive for some time

    @Dragonfruit That is exactly what I am doing at the moment. I have a user promotion where if somebody's message count is X, I lift moderation requirement. But if I see that the user is writing meaningful, on topic messages, I sometimes lift the moderation manually after a few messages. So that's...
  2. taydin

    Require moderation if a user was inactive for some time

    Not last post. Last time that user logged in would be fine I guess. Currently, I do this operation manually. I search for users with a "Last visited between:" 1 year ago - today. And then, I take these users out of the "Verified" user group. If a user is not in the verified group, new messages...
  3. taydin

    Require moderation if a user was inactive for some time

    Here is what I'm observiing in my forum nowadays. There are many users that had signed up many years ago, and wrote a number of valid, on topic messages and as a result were taken off of the "require moderation" status. These users stay inactive for several years, and then they come back and...
  4. taydin

    XF 2.2 Allow users to delete a thread if it only contains their posts

    Just tried this, if I enable "delete own thread", the user can delete threads even when it has other users messages. I want the user to only be able to delete his thread if the thread only has HIS messages.
  5. taydin

    XF 2.2 Allow users to delete a thread if it only contains their posts

    But if I enable "delete own thread" permission, won't those users be able to delete threads that have other user's messages in them?
  6. taydin

    XF 2.2 Allow users to delete a thread if it only contains their posts

    It is possible for users to delete their own posts if the necessary permission is set. I have it set in my forum. But why isn't it possible for users to delete a thread that contains ONLY their posts? Is there a way, a setting, or an addon that will allow users to do this?
  7. taydin

    XF 2.2 How to show number of hidden users

    I wouldn't go as far as having fake users online. But I have set the duration of people appearing online to 60 minues in the forum settings, which is the maximum. I think a forum with many users appearing online will be more appealing, and people are more likely to become a member, because in a...
  8. taydin

    XF 2.2 How to show number of hidden users

    My forum is new. Sometimes there are 10 users online, 7 of them have elected to be hidden. So people see 3 users online. And if you see a technical forum with just 3 users online, would you bother asking a question?
  9. taydin

    XF 2.2 How to show number of hidden users

    I want to respect the user's decision to not show up in the list. But I want people to know that there are X number of hidden users. People increasingly choose to remain invisible, and without showing that there are X number of hidden users, the forum looks like a no man's land.
  10. taydin

    XF 2.2 How to show number of hidden users

    Currently my sidebar shows the number of robots, number of members, and number of guest, and the overall total. I also want to show the number of hidden users (the ones that unchecked "show your online status"). Is there a setting or an addon for this?
  11. taydin

    Online Visitors: Filters for IP range, country, time and more.

    Yep this feature would be useful to me as well. My forum is new and when I look at the number of visitors, it's for example 60. But when I go through the list of IP's, most of them are VPS'es or dedicates servers crawling out information. Only 3 of them are REAL visitors :) I recognize the IP...
  12. taydin

    I can't upload .pdf files in resources

    Hmm OK, I see now ... I was trying to attach the RESOURCE FILE itself as an attachment to the description. I guess the right way is to choose the correct resource first, and at that point, keep adding files. And this works. Oh well, sorry for the noise :(
  13. taydin

    I can't upload .pdf files in resources

    With my limited (read: almost non-existent) PHP knowledge (I'm a C/C++ guy), I have sniffed around the source code and made the following change in ResourceUpdate.php:getConstraints() Change this: $constraints['extensions'] = ['jpg', 'jpeg', 'jpe', 'png', 'gif']; to this...
  14. taydin

    I can't upload .pdf files in resources

    Having same problem with XFRM version 2.1.1. The list in the allowed extensions includes PDF, but I can't upload PDF's. When I press attach files button, the list of allowed extensions is fixed to jpg, jpeg, jpe, gif, png. No matter what I enter in the resource manager configuration, the file...
  15. taydin

    As designed I have a very small image file that cannot be attached to a message

    And also, this image IS displayed correctly in my own forum when I insert it as an tag. It only doesn't work when I try to attach it.
Back
Top Bottom