Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2006-05-02 16:37:22

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

shermer,
you likely didn’t grab the entire code, but only part of it.
Try again. Make sure the code full loads before you copy/paste it.

:)


Offline

#26 2006-05-02 16:48:31

shermer
New Member
Registered: 2006-04-13
Posts: 4

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

thanks for your reply…

have tried again and still no joy. i’m definatley copying the whole code and all my other plugins work just fine.

im building a site locally at the moment so is it possible that this is the problem?

cheers
simon

Offline

#27 2006-05-02 16:51:47

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

shermer,
are you getting the plugin code from uptop? I just installed it fine locally, no problem whatsoever?

Try disabling all other plugins and see if anything changes. I have only ever seen that error if you weren’t grabbing the whole code.

Describe your process?

M


Offline

#28 2006-05-02 17:23:00

shermer
New Member
Registered: 2006-04-13
Posts: 4

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

yep, copied the code from above by pressing ‘apple+a’ keys on the mac. then scrolled to the bottom of the page to make sure its all selected. then i pressed ‘apple+c’ then went to the plugins tab and pasted ‘apple+v’ the code into the ‘install plugin: ‘ box.

i’ve tried deactiving all other plugins first aswell and still cant get it working.

Offline

#29 2006-05-02 17:25:20

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

If you’re running on MAMP,
you may try installing fresh and seeing if that works?

If you’re not using MAMP you should be :)

Maybe we can yet get this solved?


Offline

#30 2006-05-04 14:32:48

shermer
New Member
Registered: 2006-04-13
Posts: 4

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

im not running mamp on my mac. but im running xampp(freshly installed and a fresh install of textpattern) on my pc and im still getting the same error message when i try to install the plugin. i’ve tried switching between versions 4 and 5 of php but its still not working.

Offline

#31 2006-05-04 14:36:27

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

You should email Rob and see if he has any ideas. he’s a cool dude.


Offline

#32 2006-05-13 18:05:17

giddyn
New Member
From: Surrey, UK
Registered: 2006-05-13
Posts: 7
Website

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

This is a fantastic plugin – exactly whatI was looking for.

Unfortunately I run everything through firefox so it all worked brilliantly but it has been pointed out me that now my site can’t be viewed in IE (cannot be displayed OperationAborted) but works fine if I disable the plugin.

I know cap_nemo has pointed this out and come up with a solution but I’m a bit clueless when it comes to code so could someone tell me how to implement the solution? I did try bracketing the whole of the existing plugin with the code below but it gave me a parse error:

txp/textpattern/lib/txplib_misc.php(459) : eval()’d code on line 1
The above errors were caused by the plugin:rss_google_map

Thanks!

cap_nemo wrote:

I just found a HUGE setback. The google maps JS seems to totally hose up IE. I’m just now checking it. Any ideas? It looks like it’s also doing it on your about page.

UPDATE 2

I just fixed the IE issue. IE was trying to load the map before it was completely drawn, i think. Anyway, per this page’s reccommendation i added an additional function to the JS and it seems to work in IE now… SWEET!

window.onload = showMap;

function showMap() {

... all the code ...

}

Now, the only problem left is the multiple points and the incorrect address displaying!

Offline

#33 2006-05-13 19:09:10

cap_nemo
Member
Registered: 2005-04-20
Posts: 33
Website

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

Hey Gidden!

I see your problem. The code that actually fixes the IE bug is part of the javascript that the plug-in generates. Towards the bottom of the plugin you’ll need to add the showMap function, but it’s added as part of the markup generated by the plug-in. Check out this page to see how the javascript should look.

Please let me know if this isn’t clear. :)

Offline

#34 2006-05-14 10:57:49

shanghai
Member
Registered: 2006-05-09
Posts: 20

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

hmm, can’t you use this plugin for showing other maps than US locations? any way around to use longtiude – altitude reference points? as I would like to show some maps for different countries i.e.

another thing, how do you find the reference points from yahoo maps, as I can’t find any locations anywhere else than by looking at the url adress field in the browser … thanks!

Offline

#35 2006-05-14 12:01:13

giddyn
New Member
From: Surrey, UK
Registered: 2006-05-13
Posts: 7
Website

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

cap_nemo – thanks for the quick response – it works brilliantly! Very impressive site by the way. Now off to wrestle with CSS Columns!

Shanghai – This may not be the best way, but I just use the cityfield as the international town and the state field as the country and it plots – I don’t think yahoo can do international addresses but for cities it seems fine.

If you want to get Lat & Long from Yahoo directly just type the following in your browser address bar:

http://api.local.yahoo.com/MapsService/V1/geocode?appid=YahooDemo&location=

followed by the town and country separated by commas and it returns some code including the Latitude and Longitude. I hope that is some help.

Last edited by giddyn (2006-05-14 12:05:15)

Offline

#36 2006-06-14 00:32:15

inakit
Member
Registered: 2005-09-30
Posts: 12

Re: [plugin] [ORPHAN] rss_google_map - display articles on google maps

Hello , Fantastic, but I do not how to include a post from barcelona, spain
Do you know how to include spanish adress
Thanks very much

Offline

Board footer

Powered by FluxBB