Jump to content

Daniel F

Invision Community Team
  • Posts

    6,572
  • Joined

  • Days Won

    37

 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 Daniel F

  1. On 11/6/2019 at 10:26 AM, Sonya* said:

    Update the filenames with the actual title in the Marketplace. I still see the titles from the LAST Black Friday there

    This seems like a bug. I’ll take a look:)

     

    We have some internal suggestions and ideas how to make this page and the overall purchase/ manage renewals experience better.

  2. Hi,

    we have clients in our cloud which have issues because of your application.
    I haven't looked up what exactly you're storing in fcontentCache but it seems that this data are never removed from the space, except when one calls the clear cache function, which people obviously aren't doing.

    There are that many files in the directories, that it won't list the directory on S3 as there are too many files.

  3. No, it can't login via REST, but it's really not that hard. There are AFAIK 2 MP developers who accomplished this (I'm also using a similar way by having an extra login form for the bot without CSRF protection) but we're unfortunately not allowing such resources in our marketplace, because they're literally adding a "backdoor" to your installation 😉

  4. 32 minutes ago, sobrenome said:

    Hello, to implement lazy loading for an image I should call the image using this template just placing in the params”” the image source, like $record_image for example?

    No, there’s no need for the template if it’s only for an image. Please take a look at the guides for further information.

     

  5. 3 minutes ago, Steph Jensen said:

    On top of all this, i've had to buy this twice, because it initially transitioned over to @InvisionHQ. Sounds like i'll have to disable that feature. It does put the extra features of the marketplace at risk, because we can only be sure to be able to use them , as long as the developer is still active

    Let’s be fair.. you got a refund for the second purchase.

  6. It was brought to our attention that this application requires manually uploaded files. As of 4.4.3 you're able to hook into IPS\nexus\Purchase\LicenseKey::licenseKeyTypes() to register your own LicenseKey class within your applications namespace.

  7. One of our clients has a huge system log database table full with following error:

    SELECT * FROM `chatapp_chatrooms`  LEFT JOIN `core_permission_index` ON core_permission_index.app='chatapp' AND core_permission_index.perm_type='chatroom' AND core_permission_index.perm_type_id=chatapp_chatrooms.id WHERE (( FIND_IN_SET(2,perm_) ) OR perm_='*' )
    Unknown column 'perm_' in 'where clause'

     

  8. 9 minutes ago, sseguin613 said:

    IS there a way to have the menu have translated item names or items based on language?

    For example in english the Home button should go to one link and the French Accueil button should go to another link (in french).

    Any way to do this?

    Or atleastto have different menu names based on the language set?

    No, there’s no way to have custom links based on the language, but the menu names are translatable 

  9. 12 minutes ago, TheJackal84 said:

    When does this happen?

    that is for when a member replies to a topic it awards points, but I can not reproduce it nor have I had anyone say it is throws that error.

    No idea, a clients error log had more then 50 pages with almost only this error, so I reported it.

  10. Following error is being generated by the app:

    Quote
    
    Cannot use object of type IPS\Db\Select as array
    	
    #0 /system/Node/Model.php(1564): IPS\Patterns\_ActiveRecord::constructFromData(Object(IPS\Db\Select), true)
    #1 /applications/donate/sources/Reward/Reward.php(271): IPS\Node\_Model::constructFromData(Object(IPS\Db\Select))
    #2 /applications/donate/modules/admin/donations/donations.php(242): IPS\donate\_Reward::issue('176.00', Object(IPS\Member))
    #3 [internal function]: IPS\donate\modules\admin\donations\_donations->add()
    #4 /system/Dispatcher/Controller.php(85): call_user_func(Array)
    #5 /applications/donate/modules/admin/donations/donations.php(30): IPS\Dispatcher\_Controller->execute()
    #6 /system/Dispatcher/Dispatcher.php(129): IPS\donate\modules\admin\donations\_donations->execute()
    #7 /admin/index.php(14): IPS\_Dispatcher->run()
    #8 {main}

     

     

  11. Following error is being generated by the app:

    Quote

    Call to a member function bind_param() on null

     

    #0 /system/Db/Select.php(373): IPS\_Db->preparedQuery('/*IPS\\forums\\me...', Array, true)
    #1 /system/Db/Select.php(436): IPS\Db\_Select->runQuery()
    #2 /system/Db/Select.php(355): IPS\Db\_Select->rewind()
    #3 /system/Patterns/ActiveRecord.php(138): IPS\Db\_Select->first()
    #4 /init.php(588) : eval()'d code(104): IPS\Patterns\_ActiveRecord::load(25, 'forum_id')
    #5 /system/Content/Item.php(4124): IPS\forums\membersshop_hook_TopicHook->processCommentForm(Array)
    #6 /applications/forums/modules/front/forums/topic.php(130): IPS\Content\_Item->commentForm()
    #7 /system/Dispatcher/Controller.php(96): IPS\forums\modules\front\forums\_topic->manage()
    #8 /system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute()
    #9 /applications/forums/modules/front/forums/topic.php(39): IPS\Content\_Controller->execute()
    #10 /system/Dispatcher/Dispatcher.php(152): IPS\forums\modules\front\forums\_topic->execute()
    #11 /index.php(13): IPS\_Dispatcher->run()
    #12 {main}

     

  12. 10 hours ago, Sonya* said:

    Topic can be featured, but there is no block for featured topics

    There's no need for a separate block, the topic feed has a filter for this.

    10 hours ago, Sonya* said:

    Articles -> Article can be featured, but there is no block for featured articles

    Same here:)

     

×
×
  • Create New...