I removed mine a while ago, cant remember if i edited it out or not.... but there is a box you can check in Admin advanced settings - anonymous mode, try that first.
I removed mine a while ago, cant remember if i edited it out or not.... but there is a box you can check in Admin advanced settings - anonymous mode, try that first. |
help!!! hi um i tried this just now i have 7.0 all i did was checked anonymous mode and saved and the button went away but now no java works nothing loads and i cant click buttons also there is no arrows to click in advanced settings. can this be fixed ????plz be lite on me im a nooby still ps i searched i didnt find nothin on it. ive also tried to get into advanced settings on both firefox and ie |
any help here would be greatly appreciated :( |
I removed mine a while ago, cant remember if i edited it out or not.... but there is a box you can check in Admin advanced settings - anonymous mode, try that first. To disable the function edit freemail.php, comment out following lines $send_form = send_form(); and $mail_ret = sendMail( $aRecipientArr['Email'], $subject, $message, $recipientID, $aPlus ); Don't think disabling button in admin panel is 100% - seem to remember a bug where members could still get the info even if the button was removed. Not sure if this was fixed in 6.1.6 Dolphin - Ajax Masturbation |
help!!! hi um i tried this just now i have 7.0 all i did was checked anonymous mode and saved and the button went away but now no java works nothing loads and i cant click buttons also there is no arrows to click in advanced settings. can this be fixed ????plz be lite on me im a nooby still ps i searched i didnt find nothin on it. ive also tried to get into advanced settings on both firefox and ie Wrong forum for D7 stuff Dolphin - Ajax Masturbation |
thx for the reply i did what u said and it didnt bring anything back or was that to disable the button? if so thx for that but how do i get my pointer arrows back so i can edit advanced settings again nothing onn my site is working while this anonymous mode thing is clicked for some reason |
The mod is to stop the get email function from being called. Dolphin - Ajax Masturbation |
That's close DeeEmm and it might work, but here is how we totally killed it across the board from every functioning or even appearing as an option, regardless of what that little button or membership level permissions say:
1. Remove freemail.php or rename it. This will kill the get mail function for the hackers who know the dolphin URL's and try just typing it in.
2. Go to templates/base/BxBaseProfileView.php and locate the following code: function showBlockActionsMenu( $sCaption, $bNoDB = false ) { // init some user's values $iViewedMemberID = (int)$p_arr['ID']; /* $p_arr['member_id'] = $iMemberID;
Replace it with:
function showBlockActionsMenu( $sCaption, $bNoDB = false ) { // init some user's values $iViewedMemberID = (int)$p_arr['ID']; /* $p_arr['member_id'] = $iMemberID;
Note: All we have done here is deleted freemail.php and commented out the links that apply to get mail and it's language key. This is the one I wrote a few weeks or so ago and was tested out by a couple members, they found it to work well. You can read the whole discussion here in regards to pulling it from D7
http://www.boonex.com/unity/forums/?action=goto&search=1#topic/Get-Email-D7.htm |