vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - VBGooglemap Hotspot Edition (https://vborg.vbsupport.ru/showthread.php?t=123100)

Finster 07-04-2007 05:03 AM

Apparently this mod is no longer supported and the coder has not been on here in ages and doesn't return e-mails.

PinkLiquorice 07-05-2007 04:59 PM

Well surely someone else knows the answers and would be so kind as to help

Betablocker 07-15-2007 11:09 PM

Quote:

Originally Posted by sw1 (Post 1274623)
How do I set the spotmarkers to 777??? Help!

When you FTP into your vb dir using a ftp package then right click on spotmarkers.xml and set this to 777 (change file attributes or properties)

Hope this helps

silence88 07-18-2007 01:17 AM

dudes all is working fine 4 me. lets see how it works in the next days...

I only had to figure out why i couldt acces the vbgooglemap.php that was cuz all permmiiissions were set to no by default

Alfa1 07-21-2007 06:20 PM

This add-on works well on vb 3.7PL1

Does anyone have an idea how to:

- remove the following fields:
  1. date
  2. url for the location
  3. text for details page
- change the word 'elements' for 'caf?s'.

rainyleaves 07-22-2007 04:22 PM

Quote:

Originally Posted by Defkalion (Post 1152517)
This is a great mod, many thanks to the author.

I installed it successfully on my 3.6.4 version, but I have problems inserting markers with greek characters. I use Googlemaps for my job as well, and have made quite a few applications with it. The only thing that's needed for other languages with weird character (like Greek) to work, is to declare the encoding in the XML file. For example Greek is ISO-8859-7 . Problem is, everytime a user inserts a marker in the map, the XML file is automatically re-generated (I suppose), and the encoding value returns to ISO-8859-1.

Is there any way around this? Has anyone else had a similar characters encoding problem? I believe that the problem lies not only in changing this value in the markers XML file, but also in some way when the module is "inserting" a marker's info in the XML, it does so through ISO-8859-1.

If you using multibyte language.
You can try this.
You can try iso-8859-7 or utf-8...etc.

1. vbgooglemaphse.php

find :
Code:

$text_file = "<"."?"."xml version=\"1.0\" encoding=\"iso-8859-1\"". "?"."><markers>\n";
$text_file = $text_file."<!-- (c) 2006 StonyArc -->\n";

Replace:
Code:

$text_file = "<"."?"."xml version=\"1.0\" encoding=\"iso-8859-7\"". "?"."><markers>\n";
$text_file = $text_file."<!-- (c) 2006 StonyArc -->\n";

Now save and upload in your forum folder.



2. spotmarkers.xml

This is very important.
Just open and save as for ISO-8859-7 in your computer.

Now upload in your forum folder.


3. Just create 'Add Elements'


4. And test your lang.


5. You need Verify spotmarkers.xml from your ftp account.

Just open spotmarkers.xml and find:
(You must open this file from your site.)

Code:

<?xml version="1.0" encoding="iso-8859-7"?><markers>
<!-- (c) 2006 StonyArc -->

If You can see 'iso-8859-7' or utf-8 in this code.

Then you are success !!!
GOOD LUCK~

Sorry my bad English. :)
I hope this help you...

Finster 07-23-2007 03:46 AM

Too bad StonyArc does not respond to e-mails, I'd be willing to pay him to have some custom work done.


All times are GMT. The time now is 01:33 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.01203 seconds
  • Memory Usage 1,734KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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