Jump to content

DawPi

Clients
  • Posts

    8,441
  • Joined

  • Last visited

  • Days Won

    20

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by DawPi

  1. 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!
  2. 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}}
  3. Theme: I'm on 4.6.10.
  4. @CodingJungle I have only this:
  5. 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.
  6. It's done and will be released as 4.0.5 version.
  7. My mod is fully working and supported as well. 😉
  8. Hello, how to fix it? Got it: applications/core/setup/upg_106156/upgrade.php Missing \ here:
  9. And it's done:
  10. Interested. 🙂
  11. Enter "mass" in the ACP search bar and you will find the option to send mass mailing to them.
  12. I can update it for you. P.s. wystarczy do mnie napisać PW. 🙂
  13. Hello, really good suggestions! I'll concider them for sure. 🙂
  14. I have mod for that. Account being created at the checkout. Card details will be saved also.
  15. It's a plugin. You can configure it as any other plugin - from the Plugins list in the ACP.
  16. I have mod for that - but for topics. I can make similar for posts for you if you want to. PM me for more details.
  17. Yes.
  18. Then what? 🙂
  19. { "chIPSDispatcherFront": { "type": "C", "class": "\\IPS\\Dispatcher\\Front" }, "dp45guestViewLimTopicPostSouCore": { "type": "C", "class": "\\IPS\\forums\\Topic\\Post" } }
  20. Sure, here you are: { "dp45guestViewLimitsDispatcherFro": { "type": "C", "class": "\\IPS\\Dispatcher\\Front" }, "dp45guestviewlimitsFrontForumsIn": { "type": "C", "class": "\\IPS\\forums\\modules\\front\\forums\\index" }, "dp45guestViewLimitsforTopPostCor": { "type": "C", "class": "\\IPS\\forums\\Topic\\Post" } }
  21. You can use that mod:
  22. Found old plugin: Maybe you could ask the author if he can update it or not.
×
×
  • Create New...