Remove the url box

I know it won't stop a right click download but I would like

to remove the url box in the "main photo info" box on the view photo page.

I think I could do it with the css files but would rather comment out a line or 2 of code.

Not sure even which file to explore.

I'm using 7.0.4

url.PNG · 11.1K · 91 views
Quote · 28 Apr 2011

Hello open the - inc/classes/BxDolFilesTemplate.php

find and remove this code lines:

'url' => array(
'type' => 'text',
'value' => $sUrlPref . 'view/' . $aInfo['medUri'],
'attrs' => array(
'onclick' => 'this.focus(); this.select();',
'readonly' => 'readonly',
),
'caption'=> _t('_URL')
),

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

Thanks kindly SashaE

I appreciate the help.

Quote · 29 Apr 2011
 
 
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.