Hello!
Any idea how I can remove the ugly .jpg file name above the photo in the ad?
Please advise?
Thanks,
vilhelm
Hello! Any idea how I can remove the ugly .jpg file name above the photo in the ad? Please advise? Thanks, vilhelm |
open file modules/boonex/ads/classes/BxAdsModule.php find this function: function _blockPhoto(&$aReadyMedia, $iAuthorId, $sPrefix = false) and this code: $aSqlRes = $this->_oDb->getMediaInfo($iMedId); Edit to this: $aSqlRes = $this->_oDb->getMediaInfo($iMedId);
You have then changed: ------- If there are more than one pic on the ad, it use a repeat function, |
Thanks! |