If you use Ilbello Del Web's excellent Spywall mod, you might have noticed that when people subscribe to a users wall feed, the link that gets sent in the email notifying you of a new wall post points to the Boonex Wall module.

To change this link to point at the users profile, make the following change.

Edit modules/boonex/wall/classes/BxWallModule.php

Find

'ViewLink' => BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri()  . 'index/' . $aProfileInfo['NickName']

Change it to

'ViewLink' => BX_DOL_URL_ROOT . $aProfileInfo['NickName']

Enjoy :)