Can anyone show me how to remove some of the Action Buttons that are normally displayed in the block on the left side please?
I want to restrict access of certain actions.
V7.0.9
Can anyone show me how to remove some of the Action Buttons that are normally displayed in the block on the left side please? I want to restrict access of certain actions. V7.0.9 |
Option |
Thank you so much. Do you know if they ever fixed the bug with the "Broadcast message" Action Button? Cause you cannot control it from Admin Membership side. |
i don't know about any "Broadcast message" Action Button is this available in the default installation ? |
I thought it was in mods like events etc? Could you check yours as I have a mod from Modzzz for events. |
you just need to open sys_objects_actions search for the button you want to remove and delete it. Its so simple :) so much to do.... |
where do i go to find sys_objects_actions Everyday is a new beginning. |
cpanel->phpmyadmin->dolphin database (whatever the name is)->sys_objects_actions contact your host if you don't have cpanel and don't know phpmyadmin location. where do i go to find sys_objects_actions or get this http://www.boonex.com/m/actions-manager-premium so much to do.... |
can you tell me if I can control what membership see's particular action buttons via database ? DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
yes, in some cases where there are php code in database otherwise you have to do it in a particular file. can you tell me if I can control what membership see's particular action buttons via database ?
so much to do.... |
OK could you give an example of how this would work please (code etc) ? thank you for time ;) yes, in some cases where there are php code in database otherwise you have to do it in a particular file. can you tell me if I can control what membership see's particular action buttons via database ?
DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
In the sys_object_actions table "Eval" column for the profile page mail button. Suppose i only want to show that button to standard membership than i would do this. Putting this So, it will look like this $aMem = getMemberMembershipInfo(getLoggedId()); I didn't tested this but i suppose it should work. so much to do.... |