Jump to content

DawPi

Clients
  • Posts

    8,346
  • 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. And then replace it by that exactly?
  2. DawPi

    .

    So translate them, spend on it many (really!) hours and release them for free then. 🙂
  3. Thank you for that info. 🙂 What I can do? I could only advice you to use one of them - my mod or build in acronyms system.
  4. Not sure. I didn't bought that app.
  5. You mean something like this?
  6. You mean this in all methods? /** * Remove Converted Data * * @return void */ protected function emptyData() { \IPS\Session::i()->csrfCheck();
  7. It should be enough? /** * Run conversion */ class _convert extends \IPS\Dispatcher\Controller { /** * @brief Has been CSRF-protected */ public static $csrfProtected = TRUE;
  8. It's done. Pending for approval.
  9. Hello, of course if it doesn't work - it will be! As any other of mine mods. I'll check this today.
  10. For YOUR project. Not everyone. What's wrong with urls with ids?
  11. 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.
  12. 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.
  13. Should work fine. I'll check it tomorrow.
  14. 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.
  15. I may do that for you. Just PM me. I've made dozen od such upgrades in the past and.. still doing.. 🙂
  16. Open PhpMyAdmin, go to forums_posts table and add default value (for example NULL) to charmod_name field. Should be fine then.
  17. What's New in Version 2.0.5 upgrade to 4.5 compatibility.
  18. You're very fast. 😉 Will check it (as other resources too).
  19. 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 );
  20. Once I used Support tool in the ACP to check everything the issue was gone too. 😇
×
×
  • Create New...