hi
How to modify the actions in unser profiles?
I sought and found in BxDolProfileView.php
if (isMember ()) (
$ p_arr [ 'cpt_edit'] = _t ( '_EditProfile');
$ p_arr [ 'cpt_send_letter'] = _t ( '_SendLetter');
$ p_arr [ 'cpt_fave'] = _t ( '_Fave');
etc ....
the remaining shares but I deleted the user profile you can see them next! What do I need to delete or add new actions.
Wants to make free skype fashion and make it available.Help me
and so my code that I invented
$p_arr [$ skype] = '<script type="text/javascript"
src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js">
</ script> <a href = "skype:'.
$ p_arr [$skype].'? call "> <img
src="http://download.skype.com/share/skypebuttons/buttons/call_green_white_92x82.png" '. $p_arr [$skype].' style="border: none;" width="92" height="82" alt="skype" /></a> '. _t ( '_skype');
See you ;)