Posted January 26, 20169 yr Hello, 1. Simple class class _Item extends \IPS\Content\Item implements \IPS\Content\Followable { } 2. Code {template="follow" app="core" group="global" params="'myapp', 'item', $item->id, $item->followersCount()"} Follow button doesn't work. applications/core/modules/front/system/notifications.php /* Work out the index ID */ try { $indexId = \IPS\Content\Search\Index::i()->getIndexId( $thing ); } catch ( \UnderflowException $e ) { } I must implemented \IPS\Content\Searchable but I don't want.
February 17, 20169 yr Author Just now, Mark said: This isn't a question so I'll move it to feedback. If I ask you a question you'll move again? Also in forum description there is no word about the questions. Ok. How to use \IPS\Content\Followable without \IPS\Content\Searchable? Edited February 17, 20169 yr by newbie LAC
Archived
This topic is now archived and is closed to further replies.