Jump to content

DawPi

Clients
  • Posts

    8,344
  • 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

Posts posted by DawPi

  1. 4 hours ago, theqkash said:

    How I can come with some "force" of plugin enable, or at least check which function is currently obsolete and should be checked by me?

    You can't. You need to fix all bugs/issues and upload new version of that plugin. Then you will be able to enable it.

     

    P.s. contact me if you need help with this.

    P.s.2 Pozdrawiam z mroźnej Polski 🙂

  2. Hm, I think I know. I've rechecked it and uploaded new version (pending approval) with a "fix" for that. You may "fix" that by running that query:

    CREATE TABLE `dp4custombadwords_settings` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `mid` int(10) UNSIGNED NOT NULL DEFAULT '0',
      `dp42bypass_badwords` tinyint(3) UNSIGNED NOT NULL DEFAULT '0'
    );
    
    ALTER TABLE `dp4custombadwords_settings`
      ADD PRIMARY KEY (`id`),
      ADD UNIQUE KEY `mid` (`mid`);

     

  3. 10 hours ago, Caedis said:

    Hi there!

    I'm not sure if anyone else is having this problem, but I'm unable to select which category of moderator actions I want users to be notified about. I don't see that option pop up while adjusting the settings. It instead sends a notification for everything, including items they can do (edit their posts), so it results in a lot of spam. 

    Hm, about which screenshot you're talking about?

  4. 24 minutes ago, cacique said:

    1) make the update one by one, that is, from version to version, until you reach the last one that does not need PHP8. And then work in the new server and update to the 4.7.4.

    You can't download 4.7.3 anymore. You must update it directly into 4.7.4.

    24 minutes ago, cacique said:

    2) create new install of fresh 4.7.4, and then use importer to import from IPS 4.5.4.2 (o don't know is this its possible)

    Import from old? 🙂 You can run just admin/upgrade/ and it will take care of everything. 🙂

  5. 15 minutes ago, Askancy said:

    If I have in the custom link:

    • Cyberpunk 2077
    • Cyberpunk 2077: Phantom Libery

    The system correctly recognizes when to use the custom link, without creating "conflicts".

    But if I have the custom links:

    • Call of Duty: Warzone
    • Call of Duty: Warzone 2.0

    When I go to write Call of Duty: Warzone 2.0, it uses the Call of Duty: Warzone custom link, how can I avoid it?

    One more time - what the issue is?

×
×
  • Create New...