Bubble Notifications Problem

I face a problem related to Bubbles Notification:

There is no Bubble Notification for any post/comment/like someone makes. No activity is shown there.(However, the activity is shown on the Wall)

Can anyone help me fix this?

Quote · 2 May 2011

provide us with your site;s url here

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

mt-face.com

Quote · 4 May 2011

I have found the following links, but I don't know what exactly they are doing and which one is the appropriate. If someone can help me I would really appreciate it...

Please have a look at these:

http://www.boonex.com/trac/dolphin/changeset/11899
http://www.boonex.com/trac/dolphin/changeset/11942
http://www.boonex.com/trac/dolphin/changeset/11925

Quote · 4 May 2011

 

I have found the following links, but I don't know what exactly they are doing and which one is the appropriate. If someone can help me I would really appreciate it...

Please have a look at these:

http://www.boonex.com/trac/dolphin/changeset/11899
http://www.boonex.com/trac/dolphin/changeset/11942
http://www.boonex.com/trac/dolphin/changeset/11925

all worked fine! look here - http://mt-face.com/m/spy

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

Unfortunately, it shows only ratings, add new photos, polls.

However, it excludes likes, comment on posts.

For instance, if the account "guest" comments or likes a photo of account "admin", I (as admin) do not see a bubble notification for such an event.

The other days, I was advised to run the following sql-query in my database (via phpmyadmin) to disable "xxyz viewed profile" annoying notifications:


SET @iAlertHandler = (SELECT `id` FROM `sys_alerts_handlers` WHERE `name` = 'bx_wall' ORDER BY `id` DESC LIMIT 1);
DELETE FROM `sys_alerts` WHERE `action` = 'view' AND `handler_id` = @iAlertHandler ;

 

I assume that there should be a similar sql-query or something... Right?

Quote · 4 May 2011

 

Unfortunately, it shows only ratings, add new photos, polls.

However, it excludes likes, comment on posts.

For instance, if the account "guest" comments or likes a photo of account "admin", I (as admin) do not see a bubble notification for such an event.

The other days, I was advised to run the following sql-query in my database (via phpmyadmin) to disable "xxyz viewed profile" annoying notifications:


SET @iAlertHandler = (SELECT `id` FROM `sys_alerts_handlers` WHERE `name` = 'bx_wall' ORDER BY `id` DESC LIMIT 1);
DELETE FROM `sys_alerts` WHERE `action` = 'view' AND `handler_id` = @iAlertHandler ;

 

I assume that there should be a similar sql-query or something... Right?

Hmm.. did you make any changes in spy modules? Try to reinstall his

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

How can a specific module be reinstalled? Specifically something that is Dolphin-embedded, like the Spy Module... Any help?

Quote · 4 May 2011

I checked file BxSpyProfilesActivity.php and I saw -if I am not mistaken- that there is no function for "Like".

Furthermore, THERE IS a function for notifying for comments:

case 'commentPost' :
if($iSenderId != $iRecipientId) {
$aSenderInfo = $this -> _getSenderInfo($iSenderId);
$sSenderNickName = $aSenderInfo['NickName'];
$sSenderProfileLink = $aSenderInfo['Link'];

$aParams = array(
'lang_key' => '_bx_spy_profile_has_commented',
'params' => array(
'sender_p_link' => $sSenderProfileLink,
'sender_p_nick' => $sSenderNickName,

'recipient_p_link' => $sProfileLink,
'recipient_p_nick' => $sNickName,
),
);
}
break;

I think that this is the case for notifying for comments, right. However it does not seem to work.

I strongly believe that there must be some sort of sql-query, which will enable bubble notifications for "Likes" and "Comments on Posts"

Any programmer???

Quote · 5 May 2011

You are correct. There is no LIKE notification. As a matter of fact, I have never noticed a 'Like' on any of the default boonex modules.

It will alert your when someone has posted a comment on your profile, but it will NOT alert you if someone replies to that comment.

Nothing to see here
Quote · 5 May 2011

Can anyone programmer suggest/do anything about that? I think that it couldn't be so hard to do... Probably some additional lines of code...

Quote · 8 May 2011

Yes, this would be seriously helpful!!!!!!!!!

Quote · 14 May 2012
 
 
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.