Hi..
I was wondering if there's a way to remove actions such as (share, subscribe, befriend, send message) from profile page?
I tried removing the links from showBlockActionsMenu function in BxBaseProfileView but it didn't work..
I'm using dolphin 7.1
thanks in advance,
Sumaya
|
Two ways, go into the database and remove them, first backing up the database, or use a mod from the market; Esase has two for actions although he is not very active when it comes to customer support. I have an issue with my Actions Premium and he won't help with it. Geeks, making the world a better place |
Table sys_objects_actions
Know what you do :-)
Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81 |
thank you guys,
I tried removing them from the database but it's still showing
|
|
thank you guys,
I tried removing them from the database but it's still showing
Yes, you have to clear caches when making changes. However, you also have to make sure you are removing them from the correct page. Of course, and I would love to be paid for each time I have said this; before making any changes to the database, back up back up first.
Geeks, making the world a better place |
Oh I'm sorry, i guess i didn't make myself clear, i meant I want to delete the whole button that says "share" not only specific actions.
I want the profile page to contain 5 buttons only (block, report, get email ..) and delete the rest
|
Like dately said....
phpMyAdmin
sys_objects_actions
The list are right there. You know what you have to do from there. After deleting some, don't forget to clear cache from your Dolphin Admin Panel.
|
Like dately said....
phpMyAdmin
sys_objects_actions
The list are right there. You know what you have to do from there. After deleting some, don't forget to clear cache from your Dolphin Admin Panel.
And as Geek_Girl added, you have to make sure you are removing the action from the correct page, each action is assigned to a particular page. The same action may be listed on another page, so if you remove it from the wrong page, it will still appear on the Profile page. And back up that database.
Geeks, making the world a better place |
|