Mark Smalley
Forum Replies Created
-
Forum: Plugins
In reply to: help :: which google maps plugin for 560 locations ??FYI – both Foursquare and BuddyPress integration are now part of gPress core…
FYI – Version 0.2 has just been released…
This means that gPress now boasts the following features:
1. Places (with Image + Description)
2. Types of Places and Place Tags
3. geoRSS Support (for places)
4. Favorite Place Widget
5. Recent Places Widget
6. Map Options per Place + Geo-Tagged Post
7. Support for Native Mobile Applications
8. Ability to Geo-Tag Posts (if using Mobile App)
9. gPress Options Page with Component Control
10. General Map, Brand and Credit Settings
11. Custom Heights per Place, Post and Widget
12. geoRSS Support for Geo-Tagged Posts
13. Extended geoRSS Support for Place Info
14. Custom Markers per Place, Post and Widget
15. Shortcodes and Inline WYSIWYG Text-Editor Assistance
16. Multiple Places in Single Map (via Shortcodes)
17. Marker Clustering for Maps with Multiple Markers
18. Foursquare Integration (view Friends + Your Locations)
19. BuddyPress Integration (Geo-Tagged Sitewide Posts)@gpo1 – I took a look at the site and have a feeling that version 0.2 will solve your problems, but am having some issues of my own getting the Foursquare integration to work online, which has delayed the release a little. Would suggest you deactivate for now and try again with 0.2
Perhaps it’s worth following us on Twitter to know as soon as the new version is out – http://twitter.com/pressbuddies
Thanks again for your support and sorry for the problems…
@gpo1 – I should be releasing v0.2 later today if I can finish off the Foursquare integration I am working on. I’ve changed some of the CSS, so that might help, but I will not know for sure unless I can see it in action somewhere…
@gpo1 – do you have the example online so I can take a look…?
At this stage, all testing has been done on the default Twenty Ten theme only, but can’t imagine what might be the problem…
It’s either a conflict in CSS or… To be honest, it’s hard to say without seeing it in action…
Are you saying that after activating the plugin it messes up the style of all the normal posts, or that just the geo-tagged posts and places are messed up…?
Could you please confirm whether the same problem occurs after you switch the “Loop Settings” from the gPress Options to “POSTS ONLY”…?
If you sent me a copy of the theme I could take a better look to see what the specific problem is, either that or put it online somewhere and give me the log-in details.
Not sure how to private message you with my email address though…?
BuddyPress integration is pretty high-up on the list, for sure. We will be getting there soon, but what exactly do you envision…?
What are your priorities for BuddyPress support, what do you need…?
Forum: Plugins
In reply to: Geolocation-Plugin breaks JavaScript on add/edit page screen.Also, it is worth mentioning that gPress and Geolocation will not work together – you will need to deactivate Geolocation before activating gPress…
Forum: Plugins
In reply to: Geolocation-Plugin breaks JavaScript on add/edit page screen.Perhaps it is worth considering gPress, which does everything Geolocation does and more, by offering geoRSS support and also allowing you to start geo-tagging “places” – however, it only runs on WordPress 3.0+ and is still in a very early stage of beta, but so far so good… 🙂
Forum: Plugins
In reply to: help :: which google maps plugin for 560 locations ??Foursquare integration is coming VERY soon – hopefully before version 0.2
FYI – The latest version of gPress (0.1.9.4) allows you to control the loop for the homepage of whatever theme you are using.
Now you can show posts and places, just posts, or just places.
Access this option from “Advanced Settings” tab on the gPress Options page…
At present, if you want the places to show-up in the normal post loops, as opposed to being in their own loop, you need to add a query_post before the loop as follows:
query_posts( array( 'post_type' => array('post', 'place') ) );This will show posts and places…
If you want to run a loop with only places, you just need to add:
query_posts('post_type=place');We will try to add this in naturally within the next version so that no modifications are needed to be made to the theme files.
Nonetheless, all “places” that you do make can be reached regardless of editing the theme file, which depends upon how you have your permalinks set. There is not much documentation available on custom post types and permalinks at this stage.
Forum: Plugins
In reply to: help :: which google maps plugin for 560 locations ??gPress should be able to handle that, it runs on WordPress 3.0 and uses custom post types to handle “places”, so can handle as many places as WordPress can handle…
Forum: Plugins
In reply to: [Plugin: gPress] Multiple icons for one map and custom markers@pavelevap – the latest version of gPress has loads of new features, including custom markers for geo-tagged posts, places and widgets, as seen in the latest post from our demo site:
http://smalley.my/gpress/new-features-in-version-0-1-9-of-gpress/
Forum: Plugins
In reply to: [Plugin: gPress] Multiple icons for one map and custom markersYou can already add a featured image for a place, and it will show-up in the map… Try using the add featured image function (bottom right sidebar of place admin), this allows you to upload image – as seen here in the online demo – http://smalley.my/gpress/place/the-pool/
Click the marker and you will see an image, this is done from the back-end Featured Image function already built into “places”…
Forum: Plugins
In reply to: [Plugin: gPress] Multiple icons for one map and custom markersAll of the things you are asking for are on our roadmap, but cannot be done right now, not unless you hack the files.
As of writing this, gPress is on version 0.1.9.1.
We will be introducing shortcodes that will allow people to add maps to pages and display multiple markers on the same map before version 0.2
We will start working on translations and language files during the 0.2 to 0.3 cycle of production.
We have not specifically planned for custom markers at this point, as we felt it was more important to work on other functionality, but since it is something you are looking for, I will take a look at it over the weekend and see if I can find a way to add it in to the features before version 0.2 is released…