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

Everything posted by DawPi

  1. New version pending approval with a fix for that.
  2. Ops, sorry. Checking it now.
  3. Weirdo still! Just tested it and worked fine, see:
  4. Unless you have mod created by me 😉 It's called (DP46) Search in Archive. PM me if you're interested.
  5. Nope, it was just bug fixes release. New versions works in the same as in the IPS - nothing fast and easy, need to gain other ideas etc.
  6. Do this: repeat that error, open core_log sql table and paste here newest (latest) log content. We'll see what's going on.
  7. Or even protect it via htaccess too: https://www.askapache.com/online-tools/htpasswd-generator/
  8. My mod can do that: Just FYI (and others). 😉
  9. https://www.techandme.se/convert-myisam-to-innodb/
  10. I have been experiencing this for years, probably as everyone knows. Just gently explain everything and... move on. 🙂
  11. Hello, if you burned out just... rest. You do not need to disable purchases. Just inform clients (new and exists) that you're in the "bug mode" only and no new requests will be added. 🙂
  12. I can't reproduce. Send me access details with the exact steps to reproduce and I'll check it ASAP.
  13. Hello, what is the url in specific? Post it here.
  14. Hello, I've modified IPS4 files and found. Someone else (other modder) add something like this to the template bit "and\count" and it was it!
  15. Sure: <h3 class='ipsType_reset ipsWidget_title'>{$title|raw}</h3> {{if $viewType}} <div class='ipsWidget_inner ipsPad_half'> <ul class='ipsDataList ipsDataList_reducedSpacing' data-controller='core.front.core.ignoredComments'> {{foreach $results as $result}} {template="sdResult" group="plugins" app="core" location="global" params="$result[ 'indexData' ], $result[ 'authorData' ], $result[ 'itemData' ], $type"} {{endforeach}} </ul> </div> {{else}} {{if $orientation == 'vertical'}} <div class='ipsPad_half ipsWidget_inner'> <ul class='ipsDataList ipsDataList_reducedSpacing' data-controller='core.front.core.ignoredComments'> {{foreach $results as $result}} {template="sdResultRow" group="plugins" app="core" location="global" params="$result[ 'indexData' ], $result[ 'authorData' ], $result[ 'itemData' ], $result[ 'containerData' ]"} {{endforeach}} </ul> </div> {{else}} <div class='ipsWidget_inner'> <ul class='ipsDataList' data-controller='core.front.core.ignoredComments'> {{foreach $results as $result}} {template="sdResultRow2" group="plugins" app="core" location="global" params="$result[ 'indexData' ], $result[ 'authorData' ], $result[ 'itemData' ], $result[ 'containerData' ]"} {{endforeach}} </ul> </div> {{endif}} {{endif}}
  16. Hello, I have strange (for me) problem with one of the widgets on PHP 8. On 7.4 was fine. Error code: #0 /.../plugins/sdstreamcontent/widgets/sdStreamContent.php(56): IPS\_Theme->getTemplate('plugins', 'core', 'global') #1 /.../system/Widget/Widget.php(103): IPS\plugins\sdstreamcontent\widgets\_sdStreamContent->init() #2 /.../system/Widget/Widget.php(396): IPS\_Widget->__construct('34y8hagzy', Array, NULL, 'vertical') #3 /.../system/Dispatcher/Front.php(626): IPS\_Widget::load(Object(IPS\Plugin), 'sdStreamContent', '34y8hagzy', Array, NULL, 'vertical') #4 /.../system/Dispatcher/Dispatcher.php(155): IPS\Dispatcher\_Front->finish() #5 /.../index.php(13): IPS\_Dispatcher->run() #6 {main} What is might be? Init function in the widget file is standard: /** * Initialise this widget * * @return void */ public function init() { $this->template( array( \IPS\Theme::i()->getTemplate( 'plugins', 'core', 'global' ), $this->key ) ); parent::init(); } Template bit is there: Any tips, advices? Thanks in advance.
×
×
  • Create New...