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)
-   -   Vbulletin World Map System (https://vborg.vbsupport.ru/showthread.php?t=109819)

doggy1 06-04-2006 07:56 PM

Anyone????? ttt
:)

vonedaddy 06-04-2006 08:40 PM

Is there a way to stop it from expanding when you mouseover it? Thats annoying!

yonglvnv 06-05-2006 07:44 AM

Quote:

Originally Posted by bplinson
Sorry if this has been answered before.

I do not seem to have any markers from Australia on my world map and I know that there are many people visiting from there. I have had the map running for about 4 days now.

Anyone else have this happening? Is this normal?

You might want to check to see if their IP address is being recorded. Mine shows from Australia.

user02934123123 06-05-2006 08:16 AM

Quote:

Originally Posted by vonedaddy
Is there a way to stop it from expanding when you mouseover it? Thats annoying!

Yes: it's extremely annoying. Scan up the thread a bit: I posted the code previously, for replacing onmouseover() routines with onclick() routines, which will cause the expansion, etc., to occur only when you click the map, rather than simply roll the mouse over the top of it.

I've found display and use to be far nicer be separating out the expand/collapse functions from the map proper: my own display has to links just above the map: one to expand it, one to collapse.

user02934123123 06-12-2006 01:26 PM

I've just switched my test board to vB 3.6b1, and am re-installing all my hacks one by one. WorldMap seems to have a problem that I've never encountered when running it on 3.5.4:

After going through all the fresh install features, I went to run the cron task manually the first time via the 'Run Now' option in AdminCP, and recieved the following error, which recurs each time I attempt to run it:

Code:

Warning: getimagesize(): PNG file corrupted by ASCII conversion in /worldmap/class_wmp.php on line 140
Could not get map size.

To verify, the /worldmap/ directory is CHMODed to 777, and all files in the standard locations -- an exact mirror of how I have it configured on my 3.5.4 production board.

Any thoughts?

SnitchSeeker 07-07-2006 07:20 AM

This looks pretty damn cool! I'll look into it...

user02934123123 07-10-2006 10:20 AM

Has anyone yet been able to get this Worldmap hack to work on vB 3.6?

dillon 07-28-2006 06:06 PM

Since most people will just skim to the latest posts, here are some of the corrections listed all at once.

To make sure your navbar displays properly...
Add to the very first line:
Code:

$stylevar[htmldoctype]
Typo in code...
Change:
Code:

<title>$vboptions[bbtitle] - View All Thread Bans</title>
To:
Code:

<title>$vboptions[bbtitle] - Member World Map</title>

If you're like me, I felt the mouseover/out resizing of the images were too distracting. I played and played around with the code trying to get it to work like I wanted it to. It was mentioned to use onclick instead of onmouseover. This will work, but it doesn't do anything to get the image smaller again. So add ondblclick instead of onmouseout, and it works pretty good. It'll expand the image if you click it, and it'll shrink it back if you double click it.
Replace (2x)
Code:

onmouseover
With
Code:

onclick
Replace (2x)
Code:

onmouseout
With
Code:

ondblclick

Quarterbore 08-09-2006 09:17 PM

I am returning to beg for a 3.6-version too

cherylferraro 08-10-2006 11:44 PM

Quote:

Originally Posted by Quarterbore
I am returning to beg for a 3.6-version too

I just installed it on my 3.6 board and it works perfectly. Give it a try, all template edits are the same.

Check it out at http://www.browncafe.com/forum/worldmap.php


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