Hello, I want to remove "Subscribe" button on all pages (poll,blog,group,event,photo,video)
I have already removed it from Profile Actions block by editing BxBaseProfileView.php, now need a solution to remove it from all above stated pages.
Thanks
Hello, I want to remove "Subscribe" button on all pages (poll,blog,group,event,photo,video) I have already removed it from Profile Actions block by editing BxBaseProfileView.php, now need a solution to remove it from all above stated pages. Thanks |
You can remove them in the table "sys_objects_actions"
You will have to delete the cahce from cache folder after doing this. ---- |
Thanks, I've deleted the entry from db, cleared cache from admin panel and from folder too, but button exist on all pages, Any Solution? |
What type of Cache engines are you using? If you use Memcached you will need to flush that cache as well, which cannot be done from within Dolphin's Admin panel (which I still find odd, as I can do it with a single command line from SSH, or from 5 lines of code in PHP, Module idea anyone?) |