Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
claustrier Posted April 18, 2011 Posted April 18, 2011 I replied earlier ;) http://ipb.silvesterwebdesigns.com/topic/65-how-to-rename-member-map/page__pid__246#entry246 thanks a lot, obvious, sorry i didn't see it :-)
Darksbane0 Posted April 18, 2011 Posted April 18, 2011 great mod, is there a way to display custom profile fields in the user popup boxes? I tried just adding in $memberData['field_12'] to the skin but that doesn't seem to work. any advice on this?
stoo2000 Posted April 18, 2011 Posted April 18, 2011 any advice on this? Hi, Sorry I missed that. You would need to alter sources/classes/google.php around like 110. change the IPSMember::load() call to include 'customFields', then your custom fields will be available for the skin to use
modman Posted April 19, 2011 Posted April 19, 2011 Hi, Sorry I missed that. You would need to alter sources/classes/google.php around like 110. change the IPSMember::load() call to include 'customFields', then your custom fields will be available for the skin to use In example: how can i edit it for including the signature? Great mod. Thanks :D
stoo2000 Posted April 19, 2011 Posted April 19, 2011 In example: how can i edit it for including the signature? Great mod. Thanks :D That data should already be in the skin variables, try adding it to the info box.
modman Posted April 19, 2011 Posted April 19, 2011 That data should already be in the skin variables, try adding it to the info box. Excuse me i don't understand, where are skin variables? and what is the info box? Sorry
Worldoversea Posted April 21, 2011 Posted April 21, 2011 Is something going on with google, I'm getting a blank map? I checked the demo site and it is blank as well.
stoo2000 Posted April 21, 2011 Posted April 21, 2011 Is something going on with google, I'm getting a blank map? I checked the demo site and it is blank as well. Loads fine for me, try a different browser and see if you still get the issue.
Worldoversea Posted April 21, 2011 Posted April 21, 2011 Showing up fine for me now with the same browser. Google must have gone out for lunch. :whistle:
gils2 Posted April 22, 2011 Posted April 22, 2011 It seems that the width of some user names + avatar size is breaking the popup window. Is there a way to change the width of the window?
Worldoversea Posted April 22, 2011 Posted April 22, 2011 It seems that the width of some user names + avatar size is breaking the popup window. Is there a way to change the width of the window? Check out post 708 and read on. I fixed mine the simple way stated on post 719. Most issues are in prior postings. I'm now seeing another issue causing this same scenario with longer member names. It only happens with IE9, not the IE8 or the rest of the browsers. I have one moderator that is using IE9 and he is the only one seeing this. We are testing now testing the max amount of characters in a user name that IE9 likes. :) So much for progress.
Worldoversea Posted April 23, 2011 Posted April 23, 2011 Update: Our test concluded that a 12 character member name is the maximum that you can have with IE9. The rest of the browsers including IE8 right now are handing it fine and keeping it within the white box.
stoo2000 Posted April 23, 2011 Posted April 23, 2011 Update: Our test concluded that a 12 character member name is the maximum that you can have with IE9. The rest of the browsers including IE8 right now are handing it fine and keeping it within the white box. Thanks, I'll probably put a manual map page together soon to test all of the different combinations and possible solutions.
gils2 Posted April 23, 2011 Posted April 23, 2011 Check out post 708 and read on. I fixed mine the simple way stated on post 719. Most issues are in prior postings. I'm now seeing another issue causing this same scenario with longer member names. It only happens with IE9, not the IE8 or the rest of the browsers. I have one moderator that is using IE9 and he is the only one seeing this. We are testing now testing the max amount of characters in a user name that IE9 likes. :) So much for progress. A lot of our user names are longer than 12 characters, breaking the popup box.
Pyros777@gmoh Posted April 25, 2011 Posted April 25, 2011 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. I have a custom skin installed, and adding color: #000; into the memberMapCanvasWrapper section did not seem to do the trick for me. I tested with FF 4, IE 9 (compatibility mode on and off), and chrome. This did work though: Templates --> skin_membermap --> mapInfoBox: Find: <a href='{parse url="showuser={$memberData['member_id']}" template="showuser" seotitle="{$memberData['members_seo_name']}" base="public"}' title='{$this->lang->words['view_profile']}' >{$memberData ['members_display_name']}</a> Replace with: <a href='{parse url="showuser={$memberData['member_id']}" template="showuser" seotitle="{$memberData['members_seo_name']}" base="public"}' title='{$this->lang->words['view_profile']}' style='color:black' >{$memberData ['members_display_name']}</a> CSS --> membermap.css: Find: .remMarker a { text-decoration: none; } Replace with: .remMarker a { color: #000000; text-decoration: none; }
stoo2000 Posted April 26, 2011 Posted April 26, 2011 Just updated with 1.0.4, forgot to add an enhancement to the list though!If there are multiple markers in one location, they will be merged into one marker now. p.s., don't forget to revert template & css changes when upgrading (if you've modified the Map templates in the past)
claustrier Posted April 27, 2011 Posted April 27, 2011 After the upgrade to 1.04 the member map shows no markers in IE9.0.8112 (Danish). It still shows the correct number of markers at the bottom. Turning on compability mode shows the markers. This did not happen with 1.03 http://www.vildmedgolf.dk/index.php?/membermap/
claustrier Posted April 27, 2011 Posted April 27, 2011 After the upgrade to 1.04 the member map shows no markers in IE9.0.8112 (Danish). It still shows the correct number of markers at the bottom. Turning on compability mode shows the markers. This did not happen with 1.03 http://www.vildmedgolf.dk/index.php?/membermap/ Oh, man - now it does show them correctly. Don't know what happened, I did restart the browser, must be cache related(?)
Worldoversea Posted April 27, 2011 Posted April 27, 2011 Oh, man - now it does show them correctly. Don't know what happened, I did restart the browser, must be cache related(?) Yes, it happened to me on IE8, they were all gone. All you have to do is refresh the page. Another issue I've found with browsers is that when adding certain custom markers the entire page goes blank, this happens rarely and it looks like it is a cache issue with google maps. I delete my browser cache and it all comes up fine. There is another issue with IE9 in that longer member names show out of the box when you click on them, all you have to tell your users is to use compatibility mode on IE9 and the member names will show up fine. IE8 and the rest of the browsers don't have this issue.
Eskimo Huskies Posted May 2, 2011 Posted May 2, 2011 I've just installed this mod when i click on the add your location button the board jumps to the top and i dont get a box or anything to add a location. Any ideas?
stoo2000 Posted May 3, 2011 Posted May 3, 2011 I've just installed this mod when i click on the add your location button the board jumps to the top and i dont get a box or anything to add a location. Any ideas? Hi, You need to make sure that you've uploaded the Javascript files that are included. Thanks.
gils2 Posted May 5, 2011 Posted May 5, 2011 Where can I change 'Viewing the Member Map' to a different map? Did not find that field in the language settings.
stoo2000 Posted May 5, 2011 Posted May 5, 2011 Where can I change 'Viewing the Member Map' to a different map? Did not find that field in the language settings. Hi, This was a reported bug in 1.0.3, http://ipb.silvesterwebdesigns.com/tracker/issue-9-extensionscoreextensionsphp-not-language-abstracted/ It was fixed in 1.0.4
Recommended Posts