overlib display is incorrect 16 years 8 months ago #1

  • dahc nitram
  • Localtime: 10:49
  • Europe/Bucharest
  • Posts: 1
The overlib display is about 200px off from the tooltip. This could also be my template but I was wondering if there was a way to adjust the position of the overlib? -thanks
The administrator has disabled public write access.

Re: overlib display is incorrect 16 years 8 months ago #2

  • Andy - The Factory
  • Bukarest
  • Localtime: 10:49
  • Europe/Bucharest
  • Posts: 1713
Sure,

go to line 133 in the module and replace
            $desc="return overlib(relevant_getcontent('MM_".$module->id."_ICONT$i'),CAPTION, relevant_getcontent('MM_".$module->id."_CAPT$i'), BELOW, RIGHT,VAUTO,WIDTH,350);";

with
            $desc="return overlib(relevant_getcontent('MM_".$module->id."_ICONT$i'),CAPTION, relevant_getcontent('MM_".$module->id."_CAPT$i'), BELOW, RIGHT,VAUTO,WIDTH,350,OFFSETX,-200);";

or similar (adjust the offset as needed)
The administrator has disabled public write access.