Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

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???

Sign In or Register to comment.