vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - DamnComp - MemberMap (https://vborg.vbsupport.ru/showthread.php?t=285479)

LgsOfChampions 07-29-2012 01:52 AM

how the heck do i get the pin to show up to mark lol??????

installed, thanks

AURFSCAN 07-29-2012 09:36 AM

testing.. can place a pin (using enter location). what is drag marker? marker is not there..

go to click save location.. nothing happens

soniceffect 07-29-2012 09:36 AM

Quote:

Originally Posted by Beckenbauer (Post 2352222)
Yes, i just have 51 and 10 with zoom level 5.
But the defaul marker is always on the equator.


in the file clientscript/dcMembermap.js find

Code:

function addOwnMarker(point) {
    var pt = new google.maps.LatLng(parseFloat(0), parseFloat(0));

replace the 2 zeros with your default location. This is fixed in the next version.


Quote:

Originally Posted by LgsOfChampions (Post 2352251)
how the heck do i get the pin to show up to mark lol??????

installed, thanks

Check you have the images in your own skin folder.

soniceffect 07-29-2012 09:37 AM

Quote:

Originally Posted by AURFSCAN (Post 2352298)
testing.. can place a pin (using enter location). what is drag marker? marker is not there..

go to click save location.. nothing happens

As above, ensure you have the images within your own skin directory

soniceffect 07-29-2012 10:19 AM

1.0.3 Released - Please update your product as this is a security related release.

Cheers

AURFSCAN 07-29-2012 10:48 AM

Quote:

Originally Posted by AURFSCAN (Post 2352298)
testing.. can place a pin (using enter location). what is drag marker? marker is not there..

go to click save location.. nothing happens

Quote:

Originally Posted by soniceffect (Post 2352300)
As above, ensure you have the images within your own skin directory

sonic... I can place a pin, which means i can see the mypoint.png - the dir is correct

is there any public demo's to have a look at?

soniceffect 07-29-2012 10:54 AM

None public at the moment. If it is showing but not saving I would guess that you may not have uploaded the dcmembermap_update.php file to the root of your forum folder. If your still having issues please let me know the URL of the forum you have installed it on and I will have a quick look for you if you want

DannyV 07-29-2012 12:01 PM

I see there's a option now to enter a custom marker.
That is however not working for me. I enter a name and description, click OK and nothing is happening.

soniceffect 07-29-2012 12:12 PM

Quote:

Originally Posted by DannyV (Post 2352346)
I see there's a option now to enter a custom marker.
That is however not working for me. I enter a name and description, click OK and nothing is happening.

Ah balls .... Seems I have released the wrong installer. You just got a sneak peak of whats to come LOL .. Bare with me

soniceffect 07-29-2012 12:15 PM

Quote:

Originally Posted by DannyV (Post 2352346)
I see there's a option now to enter a custom marker.
That is however not working for me. I enter a name and description, click OK and nothing is happening.

Just looked and its the right installer. That stuff shouldnt be visible as of yet. Please could you let me know where your seeing this?

DannyV 07-29-2012 12:18 PM

It's just above the map, on the left side.
I removed it now from the template:

PHP Code:

        <div class="popup blockbody">
            <
div class="header">Adding a custom location</div>
            <
div class="desc">Description or something blah blah blah blah and blah</div>
            <
div class="left"><label for="name">Name:</label></div>
            <
div class="right"><input type="text" id="name" /></div>
            <
div class="left"><label for="desc">Description:</label></div>
            <
div class="right"><textarea id="name"></textarea></div>
            <
div class="buttons">
                <
button class="newcontent_textcontrol" id="popup_ok">OK</button>
                <
button class="newcontent_textcontrol" id="popup_cancel">Cancel</button>
            </
div>
        </
div>
        <
div class="overlay blockbody"></div


soniceffect 07-29-2012 12:22 PM

Quote:

Originally Posted by DannyV (Post 2352355)
It's just above the map, on the left side.
I removed it now from the template:

PHP Code:

        <div class="popup blockbody">
            <
div class="header">Adding a custom location</div>
            <
div class="desc">Description or something blah blah blah blah and blah</div>
            <
div class="left"><label for="name">Name:</label></div>
            <
div class="right"><input type="text" id="name" /></div>
            <
div class="left"><label for="desc">Description:</label></div>
            <
div class="right"><textarea id="name"></textarea></div>
            <
div class="buttons">
                <
button class="newcontent_textcontrol" id="popup_ok">OK</button>
                <
button class="newcontent_textcontrol" id="popup_cancel">Cancel</button>
            </
div>
        </
div>
        <
div class="overlay blockbody"></div


Cheers for that Danny. Should have actually been hidden in the css however it seems its not been done. Can I ask what browser you are using?

LgsOfChampions 07-29-2012 12:23 PM

i could see the map last night, however with updating w/ the new release this is all I see now
Quote:

Fatal error: Call to undefined function fetch_avatar_url() in /home/content/70/7560670/html/LeaguesOfChampions/includes/class_bootstrap.php(430) : eval()'d code on line 206

DannyV 07-29-2012 12:24 PM

Quote:

Originally Posted by soniceffect (Post 2352359)
Cheers for that Danny. Should have actually been hidden in the css however it seems its not been done. Can I ask what browser you are using?

Chrome and IE.

soniceffect 07-29-2012 12:31 PM

Quote:

Originally Posted by LgsOfChampions (Post 2352360)
i could see the map last night, however with updating w/ the new release this is all I see now

Quote:

Originally Posted by DannyV (Post 2352361)
Chrome and IE.

OK ... will be releasing a new update in next 10 mins. Clearly screwed this one up somehow

soniceffect 07-29-2012 12:42 PM

29 July 2012 - 1.0.4 Released - Fixed what I previously broke due to being half asleep. That will teach me!

Beckenbauer 07-29-2012 01:04 PM

Quote:

Originally Posted by soniceffect (Post 2352299)
in the file clientscript/dcMembermap.js find

Code:

function addOwnMarker(point) {
    var pt = new google.maps.LatLng(parseFloat(0), parseFloat(0));

replace the 2 zeros with your default location. This is fixed in the next version.
.

Great Sonic, great!

hubba 07-29-2012 03:08 PM

Ähm... have I to use the update script and upload the membermap.php?

soniceffect 07-29-2012 03:10 PM

Quote:

Originally Posted by hubba (Post 2352476)
?hm... have I to use the update script and upload the membermap.php?

Reupload all files, go to add product as you did the first time, however ensure you change overwrite to yes

hubba 07-29-2012 03:37 PM

Allright, thanks. I also did run the membermap_update but that gives an error:

Fatal error: Call to undefined function isnumeric() in ......Forum/dcMembermap_update.php on line 26

hubba 07-29-2012 03:39 PM

Ahhhhh forget it.... I am soooo stupid :D just learned what the update is good for hahahaha....

Captainhilts 07-29-2012 07:37 PM

I may stupid, OK probably am. But I have installed but can't to see anything on my forum. Where would I find the link on my forum?

soniceffect 07-29-2012 07:38 PM

Quote:

Originally Posted by hubba (Post 2352484)
Ahhhhh forget it.... I am soooo stupid :D just learned what the update is good for hahahaha....

LOL .. Im actually thinking of renaming that file. The file is actualy a part of the software, not something that is used to update the software lol

hubba 07-29-2012 07:47 PM

yes, it updates the markers after edit, so a name like markerupdate would be better to understand for nerds like me :D

soniceffect 07-29-2012 08:45 PM

Quote:

Originally Posted by Captainhilts (Post 2352538)
I may stupid, OK probably am. But I have installed but can't to see anything on my forum. Where would I find the link on my forum?

Link should be in the navigation bar. What version of vbulletin are you running?

AURFSCAN 07-29-2012 09:04 PM

1 Attachment(s)
4.1.12

from the start

press 'update your location' - drops the pin

press 'save your location' nothing happens

whats meant to happen after you press save?

If I press 'cancel' after I remove the marker nothing happens

profile link in bubble missing?

soniceffect 07-29-2012 09:15 PM

Quote:

Originally Posted by AURFSCAN (Post 2352547)
4.1.12


from the start

press 'update your location' - drops the pin

press 'save your location' nothing happens

whats meant to happen after you press save?

If I press 'cancel' after I remove the marker nothing happens

profile link in bubble missing?

update your location drops the pin. You then move that pin to where you want it and click save. I have not tested this at all for version 4.1 and although I hope you manage to get it working it does state this modification is for 4.2.x

EDIT: I believe there are some on here who have got it working in 4.1 but have had to play around with it a little so may be worth sending them a message.

AURFSCAN 07-29-2012 09:18 PM

everything appears to work just not saving in 4.1.12

panosha 07-29-2012 11:14 PM

Quote:

Originally Posted by arcadejunkie (Post 2352550)
Upgraded from 1.0.2 to 1.0.4 and it no longer works. Never saves your location. Refresh the page and the marker has gone. Even uninstalled and re-installed but result is the same.

All files are uploaded to the correct locations. (using vB4.2)

+1. :o

soniceffect 07-30-2012 06:33 AM

Will have to look into this when i get back from work tonight guys. Any of you got links?

Captainhilts 07-30-2012 08:13 AM

Quote:

Originally Posted by soniceffect (Post 2352546)
Link should be in the navigation bar. What version of vbulletin are you running?

Hi
I am Using 4.1.10
I have got Tabs vbSoporte mod installed. But still can not find any reference to this.

autoescala 07-30-2012 08:56 AM

update dont work on 4.2, appears blank and no map :(

BadgerDog 07-30-2012 10:57 AM

Updated to 1.0.4 for testing with 4.1.3 ... :)

For info only and those standing by for a possible 4.1 version, map still doesn't appear ...

Regards,
Doug

glen290 07-30-2012 02:30 PM

Quote:

Originally Posted by autoescala (Post 2352676)
update dont work on 4.2, appears blank and no map :(

Same here

scottct1 07-30-2012 05:12 PM

Was working fine before, but I updated to the newest version just to stay current, and now its not saving peoples locations.

soniceffect 07-30-2012 07:19 PM

30 July 2012 - 1.0.4b Released - Quick fix for markers not updating correctly.

NB: For those who used 1.0.4 you only need to replace dcMembermap_update.php to fix the issue.

Gemma 07-30-2012 07:26 PM

All working again. Thanks :)

soniceffect 07-30-2012 07:32 PM

Cheers for lettin me know Gemma :)

panosha 07-30-2012 08:41 PM

Well done. Thanks.

AURFSCAN 07-30-2012 09:24 PM

applied the update and still no go on 4.1.12 anyone confirm this working on pre 4.2?


All times are GMT. The time now is 08:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01735 seconds
  • Memory Usage 1,853KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete