Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
broni Posted February 22, 2011 Posted February 22, 2011 Haha....good one...I understood nothing. I'm sorry, but I'd need little bit more detailed instructions. If.....you have time for that.
stoo2000 Posted February 22, 2011 Posted February 22, 2011 Haha....good one...I understood nothing. I'm sorry, but I'd need little bit more detailed instructions. If.....you have time for that. Sorry! Assumed you'd know what I was on about. Send me a PC/PM I'll try to help :)
Stephen J Posted March 3, 2011 Posted March 3, 2011 the text in the marker is white, how do I change that?
stoo2000 Posted March 3, 2011 Posted March 3, 2011 the text in the marker is white, how do I change that? That's inhereted from the skin you are using, you will need to edit the CSS for the membermap and add into #memberMapCanvasWrappercolor: #000; I'll make a note to add this to the app, incase it's being used on a custom skin.
Rhett Posted March 9, 2011 Posted March 9, 2011 I would love to see this added to the registration page... it would get much more use that way as well. Thanks for a great product though.
stoo2000 Posted March 9, 2011 Posted March 9, 2011 I would love to see this added to the registration page... it would get much more use that way as well. Thanks for a great product though. Do you mean as a seperate hook? - ala Nexus. Or using the location field that's already there?
Rhett Posted March 10, 2011 Posted March 10, 2011 Do you mean as a seperate hook? - ala Nexus. Or using the location field that's already there? Well the location field that is already there would be simply awesome.... not sure if that can be done though. If it can... you will have a nice little donation coming your way!
stoo2000 Posted March 10, 2011 Posted March 10, 2011 Well the location field that is already there would be simply awesome.... not sure if that can be done though. If it can... you will have a nice little donation coming your way! I'll see what I can do then, I've been meaning to get a small update out of the door. Just don't seem to have had enough time recently !
davvowl Posted March 11, 2011 Posted March 11, 2011 hi there, great mod but... im getting an error when adding my location (and my members too) this happens when sending the location formThere was a Google Maps error : The request was throttled please try again in a moment at first i thought it was a gmaps bug but it keeps happening for 3 days now any ideas ? and i have a small request: i'd like to allow a group (moderators) to manage custom markers without giving them acp access :rolleyes:
stoo2000 Posted March 11, 2011 Posted March 11, 2011 hi there, great mod but... im getting an error when adding my location (and my members too) this happens when sending the location form at first i thought it was a gmaps bug but it keeps happening for 3 days now any ideas ? It seems like someone else on your server may also be using the geocode api (http://code.google.com/apis/maps/faq.html#geocoder_limit) and i have a small request: i'd like to allow a group (moderators) to manage custom markers without giving them acp access :rolleyes:Is there a problem with using the ACP restrictions and allowing access to only Membermap ?(This is what ACP Restrictions are designed for)
davvowl Posted March 11, 2011 Posted March 11, 2011 someone else on my server ?? can you explain ?? O_o there's just me
stoo2000 Posted March 11, 2011 Posted March 11, 2011 someone else on my server ?? can you explain ?? O_o there's just me Ok, that's odd then (assumed you were on a shared host). I'm not sure why Google are returning a throttled message then. Could you PM me your website details?
davvowl Posted March 12, 2011 Posted March 12, 2011 pm sent earlier today, thx for your time tried various stuff in the settings, still not working
Worldoversea Posted March 13, 2011 Posted March 13, 2011 Well the location field that is already there would be simply awesome.... not sure if that can be done though. If it can... you will have a nice little donation coming your way! Yes! If it can tie the location field of each member (which is already enter as well as required by registration) automatically should make a placement on the map for each member location. Upon installation of the mod it would read all past locations entered. As R1Lover stated... simply awesome and I as well will donate something toward this feature.
tsutton Posted March 17, 2011 Posted March 17, 2011 One thing I noticed... when a member add a new location in the map, it doesn't come up in the notification. I spotted it when I was visiting another forum, so thought it could be the settings. But I can't find it... how do I enable it? Thanks.
Viper V2 Posted March 19, 2011 Posted March 19, 2011 I get this message in the ACP: The rule definitions for the IP.Board Member Map application may be out of date. Rebuild FURL Cache What am I doing wrong? Thanks
stoo2000 Posted March 19, 2011 Posted March 19, 2011 One thing I noticed... when a member add a new location in the map, it doesn't come up in the notification. I spotted it when I was visiting another forum, so thought it could be the settings. But I can't find it... how do I enable it? Thanks. The notifications are automatic if you forum supports it (i.e 3.1+). Don't forget there are two options in your User CP.Notify me when my friends add their location Notify me when my friends update their location I get this message in the ACP: The rule definitions for the IP.Board Member Map application may be out of date. Rebuild FURL Cache What am I doing wrong? Thanks That just means that the file has been modified, you've probably uploaded it again, or after the upgrade was ran. Just click to rebuild it and it will be fine.
tsutton Posted March 19, 2011 Posted March 19, 2011 The notifications are automatic if you forum supports it (i.e 3.1+). Don't forget there are two options in your User CP. I'm using v3.1.4 so it should work, yeah? Which one in UserCP? Thanks
stoo2000 Posted March 19, 2011 Posted March 19, 2011 I'm using v3.1.4 so it should work, yeah? Which one in UserCP? Thanks In the Notifications options.
Worldoversea Posted March 22, 2011 Posted March 22, 2011 Installed 1.0.3 version. First time using this. After each time I add a location or when I click at Member Map tab the zoom level it's at maximum. Did a search and found this fix.You will need to look in template section skin_membermap Then find mapGoogleJavascript. find: map.setCenter(bounds.getCenter(), map.getBoundsZoomLevel(bounds)); Change to: map.setCenter(bounds.getCenter(), NUMBER_BETWEEN_1_AND_16 ); Changed to number 2 deleting "NUMBER_BETWEEN_1_AND_16". Worked fine but now the map does not show across the entire page. It's only 3/4 wide. Can you help with an edit so that it can show across the page like it used to? Many thanks.
tsutton Posted March 22, 2011 Posted March 22, 2011 In the Notifications options. Ah ha... Notify me when my friends add their location Notify me when my friends update their location Thanks! Is there an Global setting as I want to ensure everyone see it too?
stoo2000 Posted March 22, 2011 Posted March 22, 2011 Installed 1.0.3 version. First time using this. After each time I add a location or when I click at Member Map tab the zoom level it's at maximum. Did a search and found this fix. Changed to number 2 deleting "NUMBER_BETWEEN_1_AND_16". Worked fine but now the map does not show across the entire page. It's only 3/4 wide. Can you help with an edit so that it can show across the page like it used to? Many thanks. Try this: http://community.invisionpower.com/index.php?app=forums&module=forums§ion=findpost&pid=2065972 Ah ha... Notify me when my friends add their location Notify me when my friends update their location Thanks! Is there an Global setting as I want to ensure everyone see it too? In the IP.Board ACP there is a section to setup the default settings for notifications.
tsutton Posted March 22, 2011 Posted March 22, 2011 In the IP.Board ACP there is a section to setup the default settings for notifications. Thank you. I kept forgetting all about that as my head is still stuck in the v2 of IPB mode lol. Cheers!
Recommended Posts