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)

bt012ss 07-18-2012 01:22 PM

Thank you and the coauthor from germany for this great mod :)
For me the best map i?ve ever seen in vB

PHP Code:

 mapoverview = [
        new 
google.maps.LatLng(51.399206,10.231933),
        


This change in the file will work perfect :up:

Nominated !

soniceffect 07-18-2012 02:29 PM

Quote:

Originally Posted by bt012ss (Post 2349253)
Thank you and the coauthor from germany for this great mod :)
For me the best map i?ve ever seen in vB

PHP Code:

 mapoverview = [
        new 
google.maps.LatLng(51.399206,10.231933),
        


This change in the file will work perfect :up:

Nominated !

Jos (BlueWolf_) is from the Netherlands but close :D

bt012ss 07-18-2012 03:01 PM

Quote:

Originally Posted by soniceffect (Post 2349265)
Jos (BlueWolf_) is from the Netherlands but close :D

Now i know it, but i mean the "thanks" will come from germany :D

basilrath 07-18-2012 03:26 PM

Its a good mod and im using also

Members do like these things generally speaking

Nice work

soniceffect 07-18-2012 03:28 PM

Quote:

Originally Posted by bt012ss (Post 2349272)
Now i know it, but i mean the "thanks" will come from germany :D

LMAO ........ Was actually just reading this thinking "Marc you dumb ass" LOL

bt012ss 07-18-2012 06:01 PM

You are crazy ;)

One question please.

In germany we have the letters like ?, ?, ?,
When the user use one of these letters in the nickname than i get a popup like this.

https://vborg.vbsupport.ru/

Every text which use such a letter will be changed in "null"
Can i fix this anywhere?

Thank you ;)

soniceffect 07-18-2012 06:14 PM

Quote:

Originally Posted by bt012ss (Post 2349315)
You are crazy ;)

One question please.

In germany we have the letters like ?, ?, ?,
When the user use one of these letters in the nickname than i get a popup like this.

https://vborg.vbsupport.ru/

Every text which use such a letter will be changed in "null"
Can i fix this anywhere?

Thank you ;)


hmm not sure on this one. Leave it with us and will have a look for you.

soniceffect 07-18-2012 07:02 PM

Quote:

Originally Posted by bt012ss (Post 2349315)
You are crazy ;)

One question please.

In germany we have the letters like ?, ?, ?,
When the user use one of these letters in the nickname than i get a popup like this.

http://www.ensmann.de/img/map1.jpg

Every text which use such a letter will be changed in "null"
Can i fix this anywhere?

Thank you ;)

OK .. will be fixed in the next version (EDIT: Have uploaded new version if you dont fancy the below), however in the meantime these are the changes you need to make. Open up the plugin "MemberMap Main"

FIND:
PHP Code:

        "name" => $thisrecord['username']),
        
"htmlname" => fetch_musername($thisrecord), 

REPLACE WITH
PHP Code:

        "name" => utf8_encode($thisrecord['username']),
        
"htmlname" => utf8_encode(fetch_musername($thisrecord)), 


FIND
PHP Code:

$dc_htmlusercurrent fetch_musername($dc_getuser);
$dc_usercurrentID $vbulletin->userinfo['userid'];
$dc_usercurrent $vbulletin->userinfo['username']; 

REPLACE WITH
PHP Code:

$dc_htmlusercurrent utf8_encode(fetch_musername($dc_getuser));
$dc_usercurrentID $vbulletin->userinfo['userid'];
$dc_usercurrent utf8_encode($vbulletin->userinfo['username']); 


soniceffect 07-18-2012 07:43 PM

18 July 2012 - 1.0.1 Released - Phrase added for breadcrumb text, support for umlauts and other utf8 characters.

orangefive 07-18-2012 07:46 PM

Marc - whats the breadcrumb bit? Being from not far from you i dont need the other funky stuff so seeing if its worth updating again.

With the updates, might be worth some way of entering a custom line 20-21 of lat long etc that does not get overwritten with futures.

Already voted MOTM, anyone else using should so also - awesome mod!


All times are GMT. The time now is 09:01 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.01406 seconds
  • Memory Usage 1,757KB
  • 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
  • (6)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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