Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    Burt reported a problem in Mapufacture on November 02, 2008 03:35:

    Burt
    INSERT_ADDRESS, INSERT_LOCATION, INSERT_COORDS not working in post
    I tried using the INSERT_ADDRESS, INSERT_LOCATION tags in my posts and they didn't work. INSERT_MAP worked fine. Looks like a filter for the function was left out of Version: 2.4.3

    Fix is to install the filter manually in geopress.php

    Under line 1170:
    add_filter('the_content', array('GeoPress', 'embed_map_inpost'));

    Insert this:
    add_filter('the_content', array('GeoPress', 'embed_data_inpost'));

    This hooks up location, address and coords in posts like it says in the docs.

    Enjoy

    Burt
    ourcommoninterest.org

    P.S. This tech support forum thingie is really tacky and annoying. :D