Prevent private content from posting to wall

Certain modules in use at my site will upload a private photo for use only with the mod. This event then gets displayed on a users wall as "shnelson added new private photo." With no clickable content for anyone other than the author.

 

Is there an easy way to prevent private uploads/updates from being posted to the wall? I took a look through the class files and found nothing too obvious :(

Skype: shawn.nelson
Quote · 8 Jul 2011

i agree with you here.  that part sort of sucks with dolphin.  I posted a forum and a privite picture and you can still see it via rss or in spy so whats the point really...

not helpful i know.  but just agreeing with you.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 8 Jul 2011

bump..

needs solution !

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 13 Apr 2012

search in the module for $oAlert = new BxDolAlerts(

then there is usually a line below it that says

$oAlert->alert();

 

comment them out and you won;t get that anymore.  I wish the module writes would provide an admin panel option for wall alerts to be able to turn them off if you don't want them.

The other way to stop it iin the modules/boonex/photos/templates/base/wall_post_private.html

You can make that blank or comment the HTML out by starting it with <!--  and ending it with -->

Then it won't show either (maybe depending on the module).

Hope that helps!

http://www.mytikibar.com
Quote · 14 Apr 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.