Jump to content

DawPi

Clients
  • Posts

    8,333
  • Joined

  • Last visited

  • Days Won

    19

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by DawPi

  1. Hello, I’m not aware of anything like that build in. Sending welcome messages you may achieve by using app named „Auto Welcome” by devfuse.
  2. That's an amazing feature and will be one of my favorites! For sure!
  3. It's known (by me) situation. Refreshing and another try fixing it usually.
  4. For 99% there are MyISAM tables still. Double check all of them. For example via PhpMyAdmin.
  5. I suggest start digging there. Maybe there are some '.htaccess' glitches which need to be checked again?
  6. Are you self hosted? Ask the host provider then if he could advise - it may be everything, but I suggest start from there.
  7. I can help you. Just PM me.
  8. I can upgrade it for you guys to the latest IPS4. Just PM me.
  9. It's really easy to understand Jim. 🙂 URL pointing into forums_Topic item type. It's fine, but as it's archived item then it should look for \IPS\forums\Topic\ArchivedPost here: $commentClass = $class::$commentClass; Instead of \IPS\forums\Post
  10. You can use any of mine mods: https://forum.invisionize.pl/files/file/877-dp45-no-index-topics/ https://forum.invisionize.pl/files/file/897-dp45-disable-indexing/
  11. The only: https://invisioncommunity.com/developers/index/
  12. Supporting for v5 mean create it from scratch! 🙂
  13. And you have 4.2 or 4.3 IPS4 version, right? 😇 Try recovery mode, go to ACP and disable/uninstall that plugin then.
  14. The reason why it crashed I don't know - I think it must be something related to ekforum's board installation, but I've removed particular hook file and recreated it. Works.
  15. OK, I think I've did it. Thanks for everyone. P.s. I'll confirm it later.
  16. Adriano, I know which plugin is causing it but we don't know WHY it doesn't work well on ekforum's board, but works fine on any of mine boards.
  17. In file: /admin/applications/core/modules_admin/mycp/dashboard.php Find: $online = $this->DB->buildAndFetch( array( 'select' => 'count(*) as rows', 'from' => 'sessions', 'where' => "running_time > {$time}" ) ); Change to: $online = $this->DB->buildAndFetch( array( 'select' => 'count(*) as `rows`', 'from' => 'sessions', 'where' => "running_time > {$time}" ) ); Save and upload.
  18. Are you checking it by guest maybe? If yes then try use Recache cache option in the ACP under Support tab and check if it helps.
  19. Tu masz lepsze: https://forum.invisionize.pl/files/file/825-axen-advanced-server-list/
  20. Hello, you may be interested to start here for example: https://invisioncommunity.com/developers/
×
×
  • Create New...