stoo2000 Posted January 3, 2011 Posted January 3, 2011 thank you! But new version in custom skins displayed on half of page. See http://www.mydisput.com/forums/index.php?app=membermap Could you please advice where I can fix that ? I have 3 different skins and all are with that bug...only IPB skin is ok Your H2 is floated to the left, that is causing the issue.
Buskopan Posted January 3, 2011 Posted January 3, 2011 Your H2 is floated to the left, that is causing the issue. h2 works for title...are you sure it is the problem ? When i'm zooming out on browser page veiw it seems like ok. Just to confirm that we looking to the same problem..see attached.
stoo2000 Posted January 3, 2011 Posted January 3, 2011 The problem is that Skinbox is floating the H2 to the left on all of their skins.<h2 class="left">Мы</h2> if you remove class="left" it should display normally.
Buskopan Posted January 3, 2011 Posted January 3, 2011 update: when I'm not logged in. Picture is ok.Something happens when the user is logged inif you remove class="left" it should display normally. will try. thank you
stoo2000 Posted January 3, 2011 Posted January 3, 2011 (edited) update: when I'm not logged in. Picture is ok.Something happens when the user is logged in will try. thank you It's exactly the same, just that the buttons are not visible for non-logged-in users. I've just had a look, That H2 is setup in membermap, it uses the left class to float left, so the buttons can appear to the right. It seems that your custom skins have changes made to the CSS classes that are used. Edited January 3, 2011 by stoo2000
Buskopan Posted January 3, 2011 Posted January 3, 2011 <h2 class="left">Мы</h2> trying to find that template bit in acp...is that in skin_membermap>mapTemplate somewhere ?
stoo2000 Posted January 3, 2011 Posted January 3, 2011 trying to find that template bit in acp...is that in skin_membermap>mapTemplate somewhere ? mapTemplate 5th Line
Buskopan Posted January 3, 2011 Posted January 3, 2011 mapTemplate 5th Line ok. done. but no result. Still the same when you logged in.
stoo2000 Posted January 3, 2011 Posted January 3, 2011 ok. done. but no result. Still the same when you logged in. Can you post a screenshot of it now ? It's changed for me, from a non logged in view.
Buskopan Posted January 3, 2011 Posted January 3, 2011 Can you post a screenshot of it now ? It's changed for me, from a non logged in view.
Buskopan Posted January 3, 2011 Posted January 3, 2011 2 absolutely different custom skins and IPB skin which is ok.
stoo2000 Posted January 3, 2011 Posted January 3, 2011 2 absolutely different custom skins and IPB skin which is ok. Revert any changes you have made, then find the div with an id of memberMapCanvasWrapper change the class called clearfix to clear.
Buskopan Posted January 3, 2011 Posted January 3, 2011 ok. Removed <ul class='topic_buttons'> <if test="$this->memberData['member_id'] > 0"> <if test="$exists"> <if test="$canEdit"> <li><a id='memberMapUpdate' href='#' title='{$this->lang->words['buttonUpdateLocation']}'>{parse replacement="rep_up"} {$this->lang->words['buttonUpdateLocation']}</a></li> </if> <if test="$canDelete"> <li class='closed'><a id='memberMapDelete' href='#' title='{$this->lang->words['buttonDeleteLocation']}'>{parse replacement="rep_down"} {$this->lang->words['buttonDeleteLocation']}</a></li> </if> <else /> <if test="$canAdd"> <li><a id='memberMapAdd' href='#' title='{$this->lang->words['buttonAddLocation']}'>{parse replacement="rep_up"} {$this->lang->words['buttonAddLocation']}</a></li> </if> </if> <if test="$friendCount > 0"> <if test="$this->request['do'] != 'friends'"> <li><a id='memberMapFriends' href='{parse url="module=membermap&do=friends" base="publicWithApp" template="friends" seotitle="false"}' title='{$this->lang->words['buttonFriends']}'>{parse replacement="user_icon"} {$this->lang->words['buttonFriends']}</a></li> <else /> <li><a id='memberMapShowAll' href='{parse url="app=membermap" base="public" template="membermap" seotitle="false"}' title='{$this->lang->words['buttonShowAll']}'>{parse replacement="user_icon"} {$this->lang->words['buttonShowAll']}</a></li> </if> </if> </if> </ul> </div><div class='topic_controls'> on bottom to fix the problem and removed h2 at all. Not the perfect way but works for me
Buskopan Posted January 3, 2011 Posted January 3, 2011 Revert any changes you have made, then find the div with an id of memberMapCanvasWrapper change the class called clearfix to clear. Yessss ))) that is the proper solution :) Thank you my friend! Now looks as it supposed to look :)
Buskopan Posted January 3, 2011 Posted January 3, 2011 Another thing I want to ask. I have translated the application on Russian...only thing I can't find is location of the member Viewing the Member Map Can you please point where is that ? Thank you once again for perfect application
stoo2000 Posted January 3, 2011 Posted January 3, 2011 Another thing I want to ask. I have translated the application on Russian...only thing I can't find is location of the member Viewing the Member Map Can you please point where is that ? Thank you once again for perfect application I've just posted this issue in the bug tracker so it can be corrected: http://ipb.silvesterwebdesigns.com/tracker/issue-9-extensionscoreextensionsphp-not-language-abstracted/ You will need to edit that file manually to change those language strings. Buskopan 1
davetheiguana Posted January 3, 2011 Posted January 3, 2011 Awesome with the cluster icons :thumbsup: Thank you!
Ambar Posted January 4, 2011 Posted January 4, 2011 Any way to include custom markers into clusters :) Thanks , upgrade was flawless
stoo2000 Posted January 4, 2011 Posted January 4, 2011 Any way to include custom markers into clusters :) Thanks , upgrade was flawless Yep, I wasn't sure wether to add those into the clusters or not. It would be possible with some template edits. You would need to move var markerCluster = new MarkerClusterer(map, markers); to the end of mapGoogleCustomMarkers and replace map.addOverlay(marker); with markers.push(marker); I have not tested this, but it should work.
Ambar Posted January 4, 2011 Posted January 4, 2011 Made the changes to add custom markers into clusters, sorry it didn't work :(
stoo2000 Posted January 4, 2011 Posted January 4, 2011 Made the changes to add custom markers into clusters, sorry it didn't work :( Send me a PM with ACP access, I'll have a couple minutes free to do it for you.
Ambar Posted January 4, 2011 Posted January 4, 2011 Cool sent ya a pm :) Thanks !!! BTE I am not very good at this stuff lol
augenj Posted January 5, 2011 Posted January 5, 2011 OK, I just installed the map on my test system and can see the map. I'm not getting a popup when I click on 'Add Your Location'. I did a quick search and couldn't find this issue. I'm using Chrome and I'm at 3.0.5 and don't see any error messages. Any ideas? Thanks.
stoo2000 Posted January 5, 2011 Posted January 5, 2011 OK, I just installed the map on my test system and can see the map. I'm not getting a popup when I click on 'Add Your Location'. I did a quick search and couldn't find this issue. I'm using Chrome and I'm at 3.0.5 and don't see any error messages. Any ideas? Thanks. The only thing I can think of is a javascript issue, although that javascript hasn't been changed since it was written for 3.0.5 :unsure:
Recommended Posts