Jump to content

DawPi

Clients
  • Joined

  • Last visited

Everything posted by DawPi

  1. It should be enough? /** * Run conversion */ class _convert extends \IPS\Dispatcher\Controller { /** * @brief Has been CSRF-protected */ public static $csrfProtected = TRUE;
  2. DawPi replied to DawPi's post in a topic in Marketplace
    It's done. Pending for approval.
  3. DawPi replied to DawPi's post in a topic in Marketplace
    Hello, of course if it doesn't work - it will be! As any other of mine mods. I'll check this today.
  4. For YOUR project. Not everyone. What's wrong with urls with ids?
  5. @Sheffielder:
  6. Absolutelly, there is always such possibility. That's why I wanted ACP - to investigate it. So it's a theme issue then. 🙂 Send me PM with ACP, I'll try fix it.
  7. I just checked it. Works fine on 4.4. If you have problems I can take a look. Just send me PM with your ACP first.
  8. Should work fine. I'll check it tomorrow.
  9. SQL Query? You can't because it's stored like this: /** * Get member link preference * * @return string */ public function linkPref() { if ( $this->members_bitoptions['link_pref_unread'] ) { In bitoptions. So you need a custom PHP script to achieve this.
  10. Hmm.. Type: Force Expire:
  11. I may do that for you. Just PM me. I've made dozen od such upgrades in the past and.. still doing.. 🙂
  12. Made as a custom job.
  13. Open PhpMyAdmin, go to forums_posts table and add default value (for example NULL) to charmod_name field. Should be fine then.
  14. What's New in Version 2.0.5 upgrade to 4.5 compatibility.
  15. You're very fast. 😉 Will check it (as other resources too).
  16. It's from an init.php file: // Recovery mode // Will turn off third party customisations if one is causing an issue that prevents // accessing the AdminCP. See https://remoteservices.invisionpower.com/docs/recovery_mode 'RECOVERY_MODE' => FALSE, Add it of course: \define( 'RECOVERY_MODE', true );
  17. Once I used Support tool in the ACP to check everything the issue was gone too. 😇
  18. DawPi replied to Nikola Nikola's post in a topic in General Questions
    Musisz napisać po angielsku, po polsku nikt tu nie pracuje. --- You must write it in English, no one works for IPS with native Polish language skills.
  19. DawPi replied to DawPi's post in a topic in Marketplace
    No problem, glad I could help resolve your issues.
  20. DawPi replied to DawPi's post in a topic in Marketplace
    My app is related and hooked into posts only in the forums app, see the hooks.json definition: { "advancedRegexpsIpsForumsTopic": { "type": "C", "class": "\\IPS\\forums\\Topic" } } And it does not updating any content in the DB or something.
  21. DawPi replied to DawPi's post in a topic in Marketplace
    Do you have enabled template disk caching? See more:
  22. DawPi replied to DawPi's post in a topic in Marketplace
    Will do it tomorrow and let you know. By then please open system logs in the acp and check them and Give me example of one log.
  23. Ask the plugin author in that support topic. 🙂