My favorites | Sign in
Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 19: Support for WordPress MU
11 people starred this issue and may be notified of changes. Back to list
Status:  Investigating
Owner:  ----
Type-Enhancement
Priority-Medium


Sign in to add a comment
 
Reported by thgtang, Mar 28, 2007
What versions of WordPress and Geo Mashup are you using?

For a feature request, describe the feature. For problems:
What steps will reproduce the problem?
1. Geo Mashup 1.0.1
2. wordpress-mu-1.1.1 
3.

What is the expected behavior? What do you see instead?
When i go to the write post section, there is a warning after the upload 
section. The error is 
Warning: Invalid argument supplied for foreach() 
in /public_html/wordpress/wp-content/plugins/geo-mashup/geo-mashup.php on 
line 123


Please provide any additional information below.

Please send me an email if you would like to know anything about this. My 
email is thgtang@gmail.com

Thank you.

Comment 1 by dylankkuhn, Mar 28, 2007
I may be stretched too far to support wordpress-mu, but I will take a look at that
code and contact you if I have any ideas.
Summary: Support for WordPress MU
Status: Investigating
Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low
Comment 2 by larberge, Jun 15, 2007
Hi, 

have just worked a bit with it. 

Seems like MU does not give a 'static' status. Instead a column 'post-type' is used,
so  writing 
"WHERE post_type='page' ORDER BY post_name"); in line 279 of geo-mashup.php gives the
possibility to choose a mashup-page-slug. 

Correct me, if I'm wrong, but the linking of categories does work so. 
Comment 3 by jiri.dolejsi, Nov 21, 2007
Hi 
just wondering how to set up this great plugin to work accross the whole wordpress mu
sites?
Now I am at the stage that each blog can activate geomashup as a plugin and display a
post map on its own subdomain.
But I woukd like to have main map on the frontpage of main blog  to display all
recent post accross the sites...
Any ideas? Would anybody play around?
Comment 4 by kikstra, Jan 08, 2008
> Now I am at the stage that each blog can activate geomashup as a plugin and display
a post map on its own subdomain.

How did you do this? Please share as it would be great. Are you using subdomains?

> But I woukd like to have main map on the frontpage of main blog  to display all
recent post accross the sites... Any ideas? Would anybody play around?

I am not a coder but could think of something, maybe someone can build it: 
when using subdomains (xxx1.domain.com) etc, it should be possible to request one
master API key from Google (for domain.com, so without subdomains). If everybody uses
this API key, then I think all posts on all subdomains should be plottable?

Problem is that then you cannot get a per user/subdomain map, unless you can use two
Google API's for the same post. So maybe the best solution is to:
- implement it per user/subdomain with their own API (how?)
- Make a checkbox under each post with 'do you want to have your post appear on the
overall domain.com map?'. If checked (could be default), then a 2nd -overall/master-
API key is attached to that post.

Not sure if this is workable?
Cheers.
Comment 5 by Joost.Rooijmans, Jul 24, 2008
I got the first part working as well, installing the plugin on all blogs in MU 
individually. But I still have to go in as a admin and chnage the settings for every 
new blog that is create. Doesn anybody have a solution to clone not only the plugin, 
but also the settings? I am not using subdomains, I am using folders for my blogs, 
so the google api key should stay the same. I want to restrict the users from 
accessing the plugins settings, but I also donlt want to have to manually add the 
settings to every blog created.
Comment 6 by bradenp34, Nov 04, 2008
Joost - I think "Plugin Commander" and the "Blog Defaults" plugins can solve part of
your problem.  Using these two plugins will allow control over both what plugins are
activated for each new user blog created and also control access to the plugin menu
for users. 

Unfortunately, the settings under "options" for geo mashup are not copied down, so if
you take away the user's ability to see it, they can not change the settings.  I am
looking at where the values could be hard coded in and I think if that can be done,
it will work for WPMU.  

The one thing I am checking first is that each blog will have it's own global map or
if there will be one global map for all of the blogs on that WPMU instance.  I think
somehow there needs to be a way to get both...and that may turn out to be an issue
with using the same API key on all blogs.  

If anyone has already looked into this or knows the answer, I would appreciate any
feed back.
Comment 7 by lonchbox, Mar 12, 2009
Hi Everybody, 

Thinking I post on a wrong part of the group, sorry but I will make a comment here :P

I´m using WP_mu + BuddyPress and the plugin works but when I´m insert the map on the
home.php og the buddypress-home Theme the map doesn´t show any location point.

So you have any idea ?.

Much thanx for the plugin.
Comment 8 by jwildefeld, Mar 14, 2009
I'm also very interested in an WPMU + Buddypress version of GeoMashup. It would be
great if we could get an additional overall global map composed of all blog posts
within the community (implemented in the buddypress home.php). The rest of the plugin
could work as now on a per blog basis (map implemented via <php> in the users blog
template. Is this allready possible with the current 1.2beta2?
Comment 9 by ndengler, Apr 27, 2009
Hi guys, any news on an installation on WPMU, and on BP? 
Comment 10 by dylankkuhn, Apr 27, 2009
I was able to get geo-mashup to run in mu-plugins, and made a few changes that will
make this easier in the next beta release. 

It immediately occurred to me that in MU you'll probably want two levels of geo data:
individual blogs and site-wide things like groups, blogs, etc. Right now Geo Mashup
is not aware of any of this higher-level data.
Comment 11 by ndengler, Apr 27, 2009
Excellent, yes in mu it would be great to be able to see 2 things to get started imho:
- blogs: to see where the are located, adding geo to blog settings
- posts: as it is in the plugin now, but having a way to aggregate all blog's posts

Do you want me to send you swiss chocolate :) ?
Comment 12 by jwildefeld, Apr 27, 2009
Great news!
Comment 13 by twesty, May 02, 2009
this is cool to hear budy press is on the way.. i have a simple version of things
running on the groups or spots in my case at http://spotskenya.com
Comment 14 by jwildefeld, Jun 25, 2009
Hey Dylan,

on April 27, 2009 you wrote that you got geo-mashup to run in mu-plugins. Is this
feature in the current alpha version of 1.3? Any news of a version for wpmu which
might include a wpmu-global-map for all blogs running under wpmu and a global-map on
per blog basis?
Comment 15 by dylankkuhn, Jun 25, 2009
The code I added is present in 1.3alpha1, so GM may work in the mu-plugins folder,
but I haven't been able to address any of the major issues discussed here. I think
I'll need to find a client who wants it before I can afford the time to really handle
MU. I do have one prospect for August.
Labels: -Priority-Low Priority-Medium
Comment 16 by spacetolive, Sep 24, 2009
how much money would you need to get this done, i don't mind donating it to get the
plugin mu compatible.
Comment 17 by dylankkuhn, Sep 24, 2009
Maybe I've been too overwhelmed by all that could or should be done to run well under
MU. It could be that just getting GM to run without errors in MU would be very
valuable and might only take a couple of hours. Maybe you could hire me
(http://www.cyberhobo.net/hire-me) to do it for your project?
Sign in to add a comment

Hosted by Google Code