I need disable some buttons action in profile : see images
Can help me?
I need disable some buttons action in profile : see images
Can help me? |
The easiest way is to buy one of the action managers from the market, Actions Manger Premium from EASE allows one to archive actions and Modzzz has an action manager as well that allows this. With the archive feature, you can simply disable the action without deleting it from the database. The other way outside of a module is to edit the database and I don't like mentioning that route unless I know someone won't trash their database. Anything one works directly on the database they should perform a backup first. Geeks, making the world a better place |
Thank you very much. I think "actions manager by modzzz", are compatible with version 7.1.4 "actions manager premium by ESASE", compatibility not specified |
Thank you very much. I think "actions manager by modzzz", are compatible with version 7.1.4 "actions manager premium by ESASE", compatibility not specified I am using ESASE's module with 7.1.4 Geeks, making the world a better place |
ok, I see |
ok, I see Both modules will do what you need to do; it is a matter of personal choice which vendor you go with. Geeks, making the world a better place |
in templates/base/scripts/BxBaseProfileView.php - look for section similar to this: if(isMember()) {
change section in blue to this: $p_arr['cpt_get_mail'] = ''; caredesign.net |
Muchas Gracias professorSr Thank you very much professorSr |