Hello,
Per a customer’s article suggestion posted on our Forum (http://forum.arvixe.com/smf/clip-bucket-software/suggest-articles-to-be-written/msg60009/#msg60009), this article will give you step-by-step instructions on how to make Clip-Bucket send Subscription Emails for posted embedded videos too. By default, Clip-Bucket only sends out emails when videos are uploaded. This has been tested on v2.6, however, it should work on the whole v2 branch.
1. Open ./plugins/embed_video_mod/embed_video_mod.php
2. Find
<code>function embed_video_check($vid) { global $myquery,$db;</code>
and replace with the following:
<code>function embed_video_check($vid) { global $myquery,$db,$userquery;</code>
3. Find
<code>$db->update(tbl("video"),array("status","refer_url"),array('Successful',$ref_url)," videoid='$vid'");</code>
and after that line, paste:
<code>$userquery->sendSubscriptionEmail($vdetails,true);</code>
4. Save & Upload.
And that’s it! If you get stuck at any step or for some reason it is not working for you, please let me know as soon as possible so I can work on your specific situation. Should you have any comments or article suggestions, please feel free to post them here. Have a great day!
Best Regards,
Richi