remove photo/embed link code on viewphoto?

Hi,

 

Is there a way to remove/disable the url and embed link codes on the viewphoto page?

 

Thanks!

Quote · 4 Aug 2009

inc/classes/BxDolSharedMediaView.php

 

Locate:

 

function getBlockCode_FileInfo() {
  if (is_array($this->aInfo))
   return $this->oShared->showFileInfo($this->aInfo);
 }

Comment it out as such:

 //function getBlockCode_FileInfo() {
  //if (is_array($this->aInfo))
   //return $this->oShared->showFileInfo($this->aInfo);
 //}

This will effect all media, photo, video and music.

Quote · 4 Aug 2009

Many thanks!

Quote · 4 Aug 2009

It works. Thanks

Quote · 4 Sep 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.