Jump to content

DawPi

Clients
  • Posts

    8,345
  • 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. 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}}
  2. 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.
  3. It's done and will be released as 4.0.5 version.
  4. Hello, how to fix it? Got it: applications/core/setup/upg_106156/upgrade.php Missing \ here:
  5. Enter "mass" in the ACP search bar and you will find the option to send mass mailing to them.
  6. I can update it for you. P.s. wystarczy do mnie napisać PW. 🙂
  7. Hello, really good suggestions! I'll concider them for sure. 🙂
  8. I have mod for that. Account being created at the checkout. Card details will be saved also.
  9. It's a plugin. You can configure it as any other plugin - from the Plugins list in the ACP.
  10. 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.
  11. { "chIPSDispatcherFront": { "type": "C", "class": "\\IPS\\Dispatcher\\Front" }, "dp45guestViewLimTopicPostSouCore": { "type": "C", "class": "\\IPS\\forums\\Topic\\Post" } }
  12. 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" } }
  13. Found old plugin: Maybe you could ask the author if he can update it or not.
×
×
  • Create New...