Welcome, Guest
Please Login or Register.    Lost Password?

Rokbox modification
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Rokbox modification
#103
Rokbox modification 6 Months, 4 Weeks ago Karma: 0
Hi, thanks for your component

Is it possible to delete photographer and license text on rokbox?

Thank's for your help

(sorry for my poor english)
graooor
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#105
Re:Rokbox modification 6 Months, 3 Weeks ago Karma: 2
Hey,yes that's possible, but only with a hack...

You just have to open the following file:
*root*\administrator\components\com_photoblog\classes\images.php
and delete the lines 97-99 and 107-109:

Code:

$this->text .= JText::_( 'Photographer' ).': '.ViewHelper::getPhotographer($this->id);
$this->text .= ' // ';
$this->text .= JText::_( 'License' ).': '.ViewHelper::getLicense($this->id);



Afterwards it should work...
And please make a backup first

Regards, Marco
Marco
Senior Boarder
Posts: 59
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1