Subscriptions problem

Hi, I've searched and searched, but can find no answer to this problem. I hope someone can help me...

 

 

When a member submits media (let's say a photo) should they automatically receive an email when someone rates it or leaves a comment?

 

 

Secondly, if a member subscribes to a photo, video etc. They get an email which says:

 

"You were successfully subscribed to !" and they never get an email when someone else makes a comment.

When a member looks at their current subscriptions (again, photos as an example), the just see "Unsubscribe" as a link for all their subscriptions. It's impossible to determine which link refers to which subscription.

 

 

Looking at the database, it seems all wrong..(sys_sbs_types) for photos and certain other media...

 

 

return BxDolService::call('photos', 'get_subscription_params', array($arg2, $arg3));

 

 

Yeah, right... So where is the match for the email template called "Subscription" and "ViewLink"?

 

 

ObjectId, which is ($arg3) is no good in this release as we can't view photos (and certain other media) using the code which is used by other modules such as "Articles": eg.

 

 

return array('template' => array('Subscription' => _t('_articles_sbs_main'), 'ViewLink' => BX_DOL_URL_MODULES . '?r=articles/view/' . $arg3));

 

 

At least that's close(r) to what I need, but no cigar... Photos and other media require the URL, not the ObjectId, because it doesn't work.

 

 

I can't believe that no-one has reported this, or is it really just me? Well, demozzz.com doesn't work, nor does any other RC2 I've seen..

 

 

Getting notifications on your uploads is paramount, and subscribing is more than just a luxury... It's very important.

 

Affected modules are:

 

  • Photos
  • Files
  • Ads
  • blogs
  • videos
  • sounds
  • events
  • groups
  • store

 

Modules that work, and use a different method are:

 

  • system (mass mailer)
  • profile
  • articles
  • feedback
  • news
  • poll
  • sites

 

If you have a D7 site and these subscriptions work for you, please help me so I can have the same!

 

Thanks

Quote · 5 Dec 2009

Thank you for detailed explanation!

http://www.boonex.com/trac/dolphin/ticket/1576

Rules → http://www.boonex.com/terms
Quote · 7 Dec 2009
 
 
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.