• Resolved Vincèn

    (@vincen)


    Hi,

    Something I noticed that is not really a bug but not very nice. When you use the GeoRSS feed, it list each post as being from administrator unless post is owned by a regular user in WordPress and post is displayed as such !
    I guess it displays owner of marker/maps displayed in post. I think it would be better it displays owner of post, or be able in back office to change owner of markers/maps to attribute them at any wp user.

    Thanks,

    Vincèn

    https://www.ads-software.com/extend/plugins/leaflet-maps-marker/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Vincèn,
    you are right – this is not a bug but works as designed. GeoRSS is based on maps only, allowing visitors of your website to subscribe to new maps generated on your site where the author of a map is the wordpress user who created this map. It is actually the part of the audit info, that is also stored when creating a new map. I currently don′t see how this could be changed easily without confusing the user (audit logs should not be changable in my point of view).
    Regards,
    Robert

    Thread Starter Vincèn

    (@vincen)

    Thanks Robert for explanations ?? Would it be possible in back-office to be able to change creator of maps and markers ? I don’t want the pain to delete all maps and markers I created to recreate them with a regular user so my admin wp account doesn’t appear in GeoRSS !

    Thanks,

    Vincèn

    Not out of the box – it would need a change in the way maps data is saved. But there is no need to delete and recreate all maps – you can always connect via phpmyadmin to your mysql-database and change this info manually. It is stored in the column “createdby” in the table wp_leafletmapsmarker_markers and wp_leafletmapsmarker_layers.
    Here′s an example SQL statement you can use as a guideline:

    UPDATE ‘wp_leafletmapsmarker_markers’ set ‘createdby’= ‘new username’ WHERE ‘createdby’ = ‘admin’

    Thread Starter Vincèn

    (@vincen)

    Thanks, it worked like a charm doing it in PHPMyAdmin ??

    Vincèn

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Leaflet Maps Marker] Owner in GeoRSS feed !’ is closed to new replies.