• Fabrik V4.4.1 is now available.

    This version corrects the Admin issue introduced by V4.4. V4.4.1 is available through the Joomla Updater or for download through your My Downloads area of our website.

    Turns out a code change intended for our 5.0dev branch inadvertantly got pushed to the 4.x branch (by me, duh!). The javascript structure in 5.0 will change considerably and part of that change took effect with the inadvertant code change.

    We have reverted the code change and released 4.4.1. V4.4 has been retracted.

    Sorry for any inconvenience.

  • A new version of Full Calendar is now available.

    See the details here

Display google map

aje

Member
i have a custom template. Cant seem to get the map to work

code:
$map = $elements['map']->element;

<div class="detaljekart"><?php echo $map;?></div>

All other fields works and if i use the default template it work. Should i show the map element another way ? have tried to search without finding a solution.
 
Back
Top