newbie LAC Posted January 26, 2016 Posted January 26, 2016 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.
Mark Posted February 17, 2016 Posted February 17, 2016 This isn't a question so I'll move it to feedback.
newbie LAC Posted February 17, 2016 Author Posted February 17, 2016 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?
newbie LAC Posted March 11, 2016 Author Posted March 11, 2016 Thinking I need mention some users to get answer @Mark
Recommended Posts
Archived
This topic is now archived and is closed to further replies.