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)

soniceffect 07-13-2012 04:23 PM

Quote:

Originally Posted by Nirjonadda (Post 2347618)
Does it work on 4.1.10 ?

I would suspect the only thing that will certainly not work is the navigation link, so if you are confident in adding a link yourself you would need to add one to dcMembermap.php. Other than that I cant see any reason why it wouldnt work, although its not tested on 4.1.

Quote:

Originally Posted by ywwz (Post 2347624)
But there is no Avatar ah?? Little problem, but with Avatar it would be perfect!

Aware of this one. Will be fixed in beta 2 which will be released later tonight.

Nirjonadda 07-13-2012 04:39 PM

1 Attachment(s)
Installer But not working get Database error in dcMembermap.php and bug on Damn Comp - Membermap Options Setting page , You can fix this for working on 4.1.10 ?

Attachment 139773

Code:

Database error in vBulletin 4.1.10:

Invalid SQL:

SELECT U.username as username,
      U.userid as userid,
      MM.lat as lat,
      MM.lon as lon,
      IF(displaygroupid=0, usergroupid, displaygroupid) AS displaygroupid,
      U.avatarrevision,
      AV.avatarpath,
      NOT ISNULL(CAV.userid) AS hascustomavatar,
      CAV.dateline AS avatardateline,
      CAV.width AS avwidth,
      CAV.height AS avheight,
      U.lastactivity

FROM vbdc_membermap AS MM
LEFT JOIN vbuser AS U ON U.userid = MM.userid
LEFT JOIN vbavatar AS AV ON (AV.avatarid = U.avatarid)
LEFT JOIN vbcustomavatar AS CAV ON (CAV.userid = U.userid);

MySQL Error  : Table '******_forums.vbdc_membermap' doesn't exist
Error Number  : 1146
Request Date  : Friday, July 13th 2012 @ 10:49:58 PM
Error Date    : Friday, July 13th 2012 @ 10:49:58 PM
Script        : http://www.*********.net/dcMembermap.php


BlueWolf_ 07-13-2012 04:43 PM

Quote:

Originally Posted by CoZmicShReddeR (Post 2347432)
I think some are used to the one that grabs your IP... Is it possible to set it to choose a user info box color to match web design and html mockup color scheme.. For instance my theme is dark and the user names are white...

Need a fix it shifts the theme/style over to the left
http://www.cozworld.com/dcMembermap.php

Anyways thanks for making something simple to hook up! :)

I looked around and the shift issue is caused by the social bar you have above it. To be more precise, the 'Pin it' button. For some reason that one sticks out and causes the layout below it to shift. You'll be able to fix it if you manually set 'height: 20px' on the div that contains the iframe :)

Geisthund99 07-13-2012 05:28 PM

Quote:

Originally Posted by Geisthund99

I just downloaded zip file and got the same error.
Also same error when I downloaded updated file!!
No vbulletin.vb_dc_membermap created.
Cheers
Gareth


Others are installing this fine now (although appreciate their are some small issues in the map) so not sure on this one. Are you getting any errors at the point of install?
The install appears fine but for some reason no tables are being created.
Can you post the sql to create the tables?
Regards

Geisthund99 07-13-2012 05:31 PM

Just a thought but both of us with a problem are using MySQL Version : 5

Geisthund99 07-13-2012 05:34 PM

Just noticed there are 3 of us having a problem

soniceffect 07-13-2012 06:39 PM

If you are gettin the sql error try adding this table

[sql]
CREATE TABLE IF NOT EXISTS `dc_membermap` (
`markerid` int(11) NOT NULL AUTO_INCREMENT,
`userid` int(11) NOT NULL,
`desc` text,
`lat` float(10,6) NOT NULL,
`lon` float(10,6) NOT NULL,
PRIMARY KEY (`markerid`),
UNIQUE KEY `idx_user` (`userid`))
[/sql]

If anyone tries this and they get an error, please could they let me know what the error is so I can fix. Cheers. Tested on 5.1 as thats the only version I have available at the moment

soniceffect 07-13-2012 06:59 PM

Just released a beta 1.1 whilst we are working on beta 2 which fixes the avatar issues and possibly the installer if the problem is what I think it may be

ProFifaLeagues 07-13-2012 07:02 PM

Quote:

Originally Posted by soniceffect (Post 2347709)
Just released a beta 1.1 whilst we are working on beta 2 which fixes the avatar issues and possibly the installer if the problem is what I think it may be

Hello just a Quick note the link in your Sig is missing the : out fella

Ricsca 07-13-2012 07:06 PM

Quote:

Originally Posted by soniceffect (Post 2347597)
Please click install for support

Ok...


All times are GMT. The time now is 03:35 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.01571 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)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
  • (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