Jump to content

motomac

Members
  • Posts

    482
  • Joined

  • Last visited

  • Days Won

    2

 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 motomac

  1. Hi, @Ryan H.

    I just upgraded to IPS 4.1.18 and tried to upgrade your app from 3.1.17 to 3.1.18, but got this error:

    1C133/9 The application you uploaded cannot be installed because it is not a valid application, the archive is corrupt or the file and directory permissions in /applications do not allow it.

    I already applied all patches from this page.

  2. Thanks for the explanation! Now I'm confused only with MD5 hash. May be it's better to generate unique names for every user who use this function like Guest 1, Guest 2, Guest 3 e.t.c.? It would be much easier for other users to distinguish different guests in one topic. I don't think, it would require additional SQL load, because User instance, if I'm not mistaken, would include new column automatically.

    My idea is that neither users, nor admin don't have to think about hashes and internal mechanism of the plugin.

    Thank you!

  3. What if I specify poster name? All anonymous posts will have one author? Would it be possible to determine the author account by the admin?

    If user makes a post and after that want to edit it or want to reply to the questions of the other users. Can he do that? Or it technically would be an another user and nobody can guarantee that these two posts belong to the same user?

    I don't understand why does this plugin use ugly MD5 in nick names. It looks too complicated and user unfriendly. Why not to simply show original names to those who can see them and show default name for the others?

    What would happen if I delete this plugin?

  4. I added custom css rule:

    .nbPinned  {
    	background: #e5e5e5;
        border-color: rgba(0,0,0,0.03);
        color: #333333;
      	font-weight: bold;
    }
    
    .nbPinnedPin {}
    
    .nbPinnedOthers {}

    In the most forums it looks good:

    566c0fdcd018c_-.--2015-12-1220-13-44.thu

    But in some forums "Other topics" don't have css style:

    566c0fff567fd_IT--.--2015-12-1220-14-42.

×
×
  • Create New...