Jump to content

Is it possible to use external picture links for legacy file system off?


Recommended Posts

this is for legacy filesystem on

 

in classes/link.php

 

public function getImageLink($name, $ids, $type = null)

{

return ($this->allow == 1) ? ("http://www.myurl.be/".$ids.($type ? '-'.$type : '').'/'.$name.'.jpg') : ("http://www.myurl.be/img/p/".$ids.($type ? '-'.$type : '').'.jpg');

}

 

for legacy filesystem off ?

 

any idea of this can be solved by adding the pictures in a different field? and then change code or something?

 

ty,

Edited by mariusik88 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...