Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
pocket plugin used only in custom pages
john_hrangkhol
New
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