Jump to content

DawPi

Clients
  • Posts

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

Projects

Forums

Events

Store

Gallery

Everything posted by DawPi

  1. It's already possible via Commerce app:
  2. New version to fix it submitted. Waiting on approval. Should be fine now. 🙂
  3. That might be a bug then. I'll check it tomorrow.
  4. Weird, I just checked it and it works. Option for that forum disabled, added attachment and then enabled and added it again. See:
  5. @PPlanet, I'll check it today and let you know. 🙂
  6. Hm, really weird. I've tested it last week with my CSEID and worked fine. Maybe you could recreate it and check with a fresh one?
  7. Hi, I have simple "stock" JS code: ;( function($, _, undefined) { "use strict"; ips.controller.mixin('customSubmitWrapper', 'gallery.front.submit.wrapper', true, function() { }); }(jQuery, _)); But every time when I rebuild app I'm gettings this: <?xml version="1.0" encoding="UTF-8"?> <javascript app="dp45ytembedgallery"> <file javascript_app="dp45ytembedgallery" javascript_location="front" javascript_path="controllers/submit" javascript_name="ips.submit.main.customYTSubmitWrapper.js" javascript_type="controller" javascript_version="10000" javascript_position="1000050">;( function($, _, undefined) {&#13; &quot;use strict&quot;;&#13; ips.controller.mixin('customYTSubmitWrapper', 'gallery.front.submit.wrapper', true, function() {&#13; &#13; });&#13; }(jQuery, _));</file> </javascript> What I'm doing wrong?
  8. Hello, not as default option in that version. PM me for more details.
  9. Client who initiated it and paid for development decided. I must follow agreements.
  10. All sorted out. Installed & works fine. 🙂
  11. Hi, I just installed it fine on dev board. Send me PM with ACP credentials, I'll check what's going on.
  12. It's pretty simple to understand - moderation actions apply on whole thread, not particular posts, so there is no need to display it under each post. 🙂
  13. No, not yet. Mod works as intended and your request is beyond of scope of standard support for my mods (bugs etc).
  14. Hello, when I delete nexus gateway I'm getting this error: Whoops\Exception\ErrorException: Undefined index: gatewayKey (8) #0 C:\wamp\www\45\applications\nexus\sources\Gateway\Gateway.php(102): Whoops\Run->handleError(8, 'Undefined index...', 'C:\\wamp\\www\\45\\...', 102, Array) #1 C:\wamp\www\45\system\Patterns\ActiveRecord.php(148): IPS\nexus\_Gateway::constructFromData(Array) #2 C:\wamp\www\45\applications\nexus\sources\Transaction\Transaction.php(116): IPS\Patterns\_ActiveRecord::load(7) #3 C:\wamp\www\45\system\Helpers\Table\Db.php(432): IPS\nexus\_Transaction::IPS\nexus\{closure}(7, Array) #4 C:\wamp\www\45\system\Helpers\Table\Table.php(489): IPS\Helpers\Table\_Db->getRows(Array) #5 C:\wamp\www\45\applications\nexus\modules\admin\payments\transactions.php(71): IPS\Helpers\Table\_Table->__toString() #6 C:\wamp\www\45\system\Dispatcher\Controller.php(101): IPS\nexus\modules\admin\payments\_transactions->manage() #7 C:\wamp\www\45\applications\nexus\modules\admin\payments\transactions.php(40): IPS\Dispatcher\_Controller->execute() #8 C:\wamp\www\45\system\Dispatcher\Dispatcher.php(152): IPS\nexus\modules\admin\payments\_transactions->execute() #9 C:\wamp\www\45\admin\index.php(14): IPS\_Dispatcher->run() #10 {main} To avoid it I need to edit and change it: 't_method' => function( $val ) { if ( $val ) { try { return \IPS\nexus\Gateway::load( $val )->_title; } catch ( \OutOfRangeException $e ) { return \IPS\Member::loggedIn()->language()->addToStack('gateway_deleted'); } } else { return \IPS\Member::loggedIn()->language()->addToStack('account_credit'); } }, To: 't_method' => function( $val ) { if ( $val ) { try { return \IPS\nexus\Gateway::load( $val )->_title; } catch ( \ErrorException $e ) { return \IPS\Member::loggedIn()->language()->addToStack('gateway_deleted'); } } else { return \IPS\Member::loggedIn()->language()->addToStack('account_credit'); } }, In nexus/sources/Transaction/Transaction.php It's a bug or I'm doing something wrong?
  15. This app (and almost everything else) was moved to another developer. He need time to take care of this and other apps. Please be patient.
  16. What's New in Version 2.0.6.3 pending approval added multimod delete function in the ACP for unused keys only.
  17. Do you have an active licence? Spam Service works on active licence holders only.
  18. What's New in Version 1.0.6 (pending approval) - added ACP logs; you will be able to see which topics are bought and by who and when. - fixed bug in displaying "buy" button in not selected forums.
  19. New version pending approval:
×
×
  • Create New...