pocket plugin used only in custom pages

hi, i want used pocket plugin available only in my custom page and i used vanilla cms application but pocket plugin can be used only in all pages, activity, discussion, profile, comments pages and i want to used only in my custom pages
so i edit pocket plugin file /class.pocket.php
$Sender->SetData('Pages', array('' => '('.T('All').')', 'activity' => 'activity', 'comments' => 'comments', 'dashboard' => 'dashboard', 'discussions' => 'discussions', 'inbox' => 'inbox', 'profile' => 'profile'));
into
$Sender->SetData('Pages', array('' => '('.T('All').')', 'custom_page' => 'custom_page', .................
but it doesn't work any help???
Tagged:
0