Jump to content

DawPi

Clients
  • Posts

    8,341
  • 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. 41 minutes ago, Daniel F said:

    This application isn't working for people with archived content.

    SELECT * FROM `forums_archive_posts`  LEFT JOIN `dp44indefinitepostsedits_posts` AS `indefiniteedit` ON indefiniteedit.post_id = forums_posts.pid WHERE `archive_id`='341869'
    Unknown column 'forums_posts.pid' in 'on clause'

     

    I remember that I was trying update it here, but wasn't approved without reason. 😉

    I just uploaded new version again.

  2. On 6/29/2021 at 10:00 PM, Guest said:

    my members are missing the feature of emphasized topic titles for unread topics / posts in topic feeds. Support told me they removed this feature due to performance reasons.

    I have mod for that - (DP45) Unread Items in Topic Feed. Works fine with IPS 4.7. Anyone interested please send me PM. I'll send  that for free.

  3. 9 hours ago, Gauravk said:

    CREATE TABLE IF NOT EXISTS `dp4groupsviewlimits_members` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `memberid` bigint(10) NOT NULL, `dp43gvl_limit_views_cookie` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `memberid` (`memberid`) );

    That of course. 😉

  4. Weird. You're missing one table in SQL. Do you have access to PhpMyAdmin?

    If yes, then run that query:

    CREATE TABLE IF NOT EXISTS `<PREFIX>dp4groupsviewlimits_members` (
      `id` bigint(10) NOT NULL AUTO_INCREMENT,
      `memberid` bigint(10) NOT NULL,
      `dp43gvl_limit_views_cookie` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
      PRIMARY KEY (`id`),
      UNIQUE KEY `memberid` (`memberid`)
    );

    Don't forget to replace <PREFIX> by your prefix database.

  5. 6 hours ago, OptimusBain said:

    Hi @DawPi I was wondering if this option mentioned by this user was ever added. I was thinking of purchasing your plugin but wanted to know if this was added.

    It wasn't. Only he asked about something like this.

    6 hours ago, OptimusBain said:

    I also wanted to ask you if the notes added by a user can be seen only by that user, not the whole group. Is that something that is possible? I want users to be able to add notes to themselves and see a list of the notes added in one place, not only as an icon amongst thousands of topics.

    Nope. 🙂

    You're looking for a different mod I think.

×
×
  • Create New...