Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. You can change the domain in the conf_global.php file
  2. Ask him if he has declared the $multitons variable in the classes;) /** * @brief Multiton Store */ protected static $multitons;
  3. I guess because the module doesn’t exist, that said, you really shouldn’t put your custom code into the core application , why aren’t you creating your own application with its own modules and controllers ?
  4. Based on the error it sounds like not all files were overwritten. Was this an upgrade via the ACP, or did you manually upload the files to your server? If the later, I would just try it again.
  5. There is an upgrade step which should enable it for all groups, let me test this.
  6. Daniel F posted a post in a topic in General Questions
    We have an open bugreport for this.
  7. Changed Status to Not a bug
  8. This function doesn't exist in IC5 anymore.
  9. I have created an internal suggestion mentioning this because it sounds like an oversight. The REST response for downloads app files contains the primary image, cms records too, so it would be just logical to also include it for blog entries and calendar events.
  10. That's correct, the cover photo isn't included (yet) into the REST API response
  11. The forum selector is for the content which should be shown, not where it should appear
  12. Daniel F posted a post in a topic in General Questions
    You can use the page for both! Use blocks from the ACP ( ACP => PAges => BLocks) to contol the visibility via permissions, so that one set of blocks is visible to only guests and the other to members)
  13. Daniel F posted a post in a topic in Technical Problems
    Seems that your translation isn’t up2date.
  14. Matt literally fixed this few minutes ago.
  15. Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
  16. I have created a ticket to take a look at this.
  17. You should be able to unblock them in your ACP on their Profile.
  18. Sounds like your .htaccess file is missing. In your ACP => System => Advanced Configuration, download the .htacces file and upload it to your community root directory
  19. Are they working on other communities for you? Are they working on your own community for you? Are they working for others on your community?
  20. The bug was the missing settings in your ACP => System => Email Settings You should be able to disable it now there.
  21. Fixed:) Please report such stuff as separate bugs, so that it doesn't get lost between all the comments.
  22. Featured Content in IC5 is almost the same as our picks in IPS4! If you want to allow your members to use it, you can create a new member group, make it a moderator group and allow it only to feature and unfeature content.
  23. You could create a custom block : ACP => Pages => Blocks Chose the Forum Statistics Block and then customize the template <h3 class='ipsWidget__header'>{lang="block_forumStatistics"}</h3> <div class="ipsWidget__content"> <ul class='ipsList ipsList--stats ipsList--stacked ipsList--border ipsList--fill'> <li> <strong class='ipsList__label'>{lang="total_topics"}</strong> <span class='ipsList__value'>{number="$stats['total_topics']" }</span> </li> <li> <strong class='ipsList__label'>{lang="total_posts"}</strong> <span class='ipsList__value'>{number="$stats['total_posts']" }</span> </li> </ul> </div> My only change was the removal of "format="short"" Easy Peasy, isn't it:)
  24. Daniel F posted a post in a topic in Technical Problems
    The login credentials on file are not working. {!#[1:Имя пользователя или пароль][2:Email адрес или пароль][3:Имя пользователя, email адрес или пароль]} неверны. Пожалуйста, попробуйте ещё раз (убедитесь, что caps lock выключен).