Recent content by mejicat

  1. mejicat

    XF 2.0 Moving cron jobs to an actual crontab

    Thanks for telling me! Yes, the cron system in XF2 is not bad at all, but I think it's just stupid in principle to couple cron jobs with requests to the server when you have access to an actual crontab. I will definitely try your extension on my board, and thanks again for stopping by this...
  2. mejicat

    Lack of interest Link to profiles exist even if "View member profiles" is disabled in permissions

    Thanks for your answer. Yes, it's not a small change, but I think it's worth it not to accidentally leak user data in "semi-public" communities like mine. Glad you're considering it for the future. Thanks again and keep up the good work!
  3. mejicat

    Lack of interest Link to profiles exist even if "View member profiles" is disabled in permissions

    Not really sure this is a bug, but - at least for me - it's unintended behavior. My forum is setup so that the members list and members profile are viewable only to registered users. This means that search indexes cannot see profiles (and, just to be sure, I include /members/ in my robots.txt)...
  4. mejicat

    XF 2.0 Moving cron jobs to an actual crontab

    Hello, I'm quite new to XF2, and I'm still sort-of figuring out how things work. It seems that "cron jobs" in XF2 aren't actually inserted into a crontab, but are handled by the software according to their schedule. Since PHP is stateless and would need some special configuration to actually...
  5. mejicat

    Fixed Class XF\Authentication\IPBoard40x does not exist

    Having this problem too in v2.0.4. Converted from IPB 4.2 to XF1, and then from XF1 to XF 2.0.4. Whenever anyone tries to login with their old IPB account, this error happens: LogicException: Class XF\Authentication\IPBoard40x does not exist src/XF/Container.php:267 Stack trace #0...
Top Bottom