vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   VBGooglemap Member Edition (https://vborg.vbsupport.ru/showthread.php?t=99920)

stonyarc 11-03-2005 02:06 PM

Quote:

Originally Posted by AndyA
Sorry but I'm unsure what to do ?

Go to phpmyadmin / open your database / go to the googlemap table / select browse

Go to the user Zimtok and in the text field remove the double quotes around his Z

AndyA 11-03-2005 02:10 PM

I see a tick box, a pen symbol and an X . . . what do I do next ?

AndyA 11-03-2005 02:13 PM

Aha, figured it out, thanks for your help.

Will you let me know if you release an update ? :nervous:

stonyarc 11-03-2005 02:16 PM

Quote:

Originally Posted by AndyA
Aha, figured it out, thanks for your help.

Will you let me know if you release an update ? :nervous:

Testing the updated script now to correct the single and double quote issue.

Quick fix

Add
Code:

       
$texte = str_replace( '"', '', $texte );
$texte = str_replace( '\'', '', $texte );

To the replace_accent function in VBGooglmap.php or Install version 1.0.1

Don't forget to restart your browser or clear your cache before testing the updated version

dirtycrow 11-03-2005 02:29 PM

Quote:

Originally Posted by stonyarc
Testing the updated script now to correct the single and double quote issue.

Quick fix

Add
Code:

       
$texte = str_replace( '"', '', $texte );
$texte = str_replace( '\'', '', $texte );

To the replace_accent function in VBGooglmap.php or Install version 1.0.1

where do you add that?

Carl Anderson 11-03-2005 02:29 PM

Quote:

Originally Posted by stonyarc
Testing the updated script now to correct the single and double quote issue.

Quick fix

Add
Code:

       
$texte = str_replace( '"', '', $texte );
$texte = str_replace( '\'', '', $texte );

To the replace_accent function in VBGooglmap.php or Install version 1.0.1

Can we just upload the new VBGooglmap.php?

stonyarc 11-03-2005 02:31 PM

Just add it below

Code:

$texte = str_replace( '&', ' ', $texte );
You can also download the zip-file and use FTP to overwrite the VBGooglemap.php. This might be easier.

stonyarc 11-03-2005 02:32 PM

Quote:

Originally Posted by Carl Anderson
Can we just upload the new VBGooglmap.php?

Yep that is the cleanest way.
I just started looking at the Firefox issue now. This type of issues is why I really wanted it to be released in beta. I'm sure you all will tell me when it's ready for full release.

stonyarc 11-03-2005 02:37 PM

Quote:

Originally Posted by steelerwatch
Nope. I said I did ALL the recommended fixes. Setting the xml file permissions was one of the things I did.

If I click http://www.steelernation.com/forums/VBGooglemap.php

I get the "Cannot open XML File error" that is due to permissions

Colejo 11-03-2005 02:48 PM

I finally installed it. Thanks.


All times are GMT. The time now is 04:15 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.02411 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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