You are here: HomeSoftwarePointee (EE 2.0)

Pointee (EE 2.0) for ExpressionEngine

Pointee is an ExpressionEngine 2.0 Fieldtype that lets publishers log the x & y coordinates of a single click on an image.

Pointee

If you work with custom maps, or need to integrate x & y coordinates to Flash, xml, css whatever... Then this addon might be for you.

This is a quick release and has been put through a narrow testing environment, so if you have some feedback, we'd love to hear it.

Update: We've just released a version for ExpressionEngine 1.6.8 too, grab it here.

Documentation

Top

Installation

Download and extract the package and upload the folder 'pointee' to your /system/expressionengine/third_party/ directory

The fieldtype "Pointee" should appear in your list of options when creating a new field.

Top

Usage

After selecting Pointee as your custom field, enter an url for the image you'd like to use as a map. Multiple maps/fields on the same publish page work fine.

The size of the image is up to you, Pointee should work with whatever size image you need and will log coordinates in pixels from the top left of the image.

When publishing, Pointee will also display a red marker on the point of contact, or the previously stored coordinates on the image on page load.

Displaying your x and y coordinates in your template:

If your Pointee field short name is 'map', display the x and y coordinates using the following parameters:

  • {map show="x"}
  • {map show="y"}

That's it!

Top

Known Issues

  1. For some reason on the publish page, the field formatting menu appears.
    (We haven't figured out how to make this go away but be assured it makes no difference what the publisher chooses, it is stored and rendered in your template as plain text.)
  2. PHP notice if Pointee is the first field in your field group and you visit the add/edit fields page.
    Message: Undefined variable: field_type
    Filename: cp/admin_content.php
    Line Number: 3962

3 comments…

This plugin is both interesting and useful. Do you have any plans on updating it so that you can use in-line uploaded images, maybe even add remarks to that image?

By Kerim Satirli 2 months ago

Thanks for the feedback Kerim,
I think once the fieldframe api is documented, comments and inline image uploading will be doable… At the moment given its a public beta, I’m not going to complicate things much at all :)

By Iain Urquhart 2 months ago

Thanks for the quick reply Iain. I understand your reluctance to expand the plugin at this point of course :)

Should you plan on making this plugin commercial, I would be more than willing to help you test it and put it through its paces.

By Kerim Satirli 2 months ago

Don't be shy, add a comment

Your Name

Email* (Never displayed, and never shared)

Remember my personal information
Notify me of follow-up comments?

To prevent automated spam, please enter the word you see in the image below:


Back to top