links in e-mail

For a client of mine I am runnig a site.

The problem is that in the friendrequest and become friend mail the RequestLink link is not displayed.

It does display the name <RequestLink>  but not the link

How can I fix this?

Quote · 2 Feb 2011

What version of dolphin you are running there?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 3 Feb 2011

I use Dolphin 7.0.4.

Sorry for not mentioning this.

Quote · 3 Feb 2011

Open the list_pop.php

 

find these code lines:

//send system alert
bx_import('BxDolAlerts');
$oZ = new BxDolAlerts('friend', 'request', $iProfileId, $iMemberId);
$oZ -> alert();

 

and add this code lines after that:

 

$aRecipient = getProfileInfo($iMemberId);
$aPlus = array(
'Recipient'     => $aRecipient['NickName'],
'SenderLink'    => getProfileLink($iProfileId),
'Sender'        => getNickName($iProfileId),

'RequestLink'    => BX_DOL_URL_ROOT
. 'communicator.php?communicator_mode=friends_requests',
);

sendMail( $aRecipient['Email'], $aTemplate['Subject'], $aTemplate['Body'], '', $aPlus );

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 4 Feb 2011

 

Open the list_pop.php

 

find these code lines:

//send system alert
bx_import('BxDolAlerts');
$oZ = new BxDolAlerts('friend', 'request', $iProfileId, $iMemberId);
$oZ -> alert();

 

I cann't find this code anywhere in the file or any other of the Dolphin 7.0.4 files. That's rather strange isn't it?
I've added the list_pop.php file

So what's next? Where to put the code, and what's the piece i'am missing?

list_pop.php · 14.1K · 45 downloads
Quote · 4 Feb 2011

Nobody any idea?

Quote · 6 Feb 2011

 

Nobody any idea?

Make a ticket on our support page please!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 14 Feb 2011

I think you have changed or removed this email template: t_FriendRequest

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 17 Feb 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.