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)
-   -   Mini Mods - AustraliaBound.org - Instant IP LookUP (https://vborg.vbsupport.ru/showthread.php?t=237753)

lycheepassion 12-13-2010 06:32 PM

I Love it. Marked installed

djbaxter 12-13-2010 06:56 PM

1 Attachment(s)
Since upgrading to 4.10, the icon is misaligned with the others (see attachment). This occurs in the default style as well as all the custom styles I have installed.

What do I need to do edit to align this correctly?

Pamela 08-27-2011 06:24 AM

I have the strangest error...no matter which member's IP I try to look up, it just gives me my own IP and location. Each post shows the image no problem, but no matter what member's IP I click on, it just shows up as MY computer's IP and MY location, no matter where they are in the world.

Any clue at all what might be wrong??? :confused:

(Right now I'm running 4.1.5...but it was doing the exact same thing when I first tried installing this on 4.0.)

1320Nation 09-02-2011 03:57 AM

4.1.5

Installed: image does not show anywhere. This mod should be in mod graveyard if developer is not going to support it. :down:

@ngel 09-02-2011 11:53 AM

I decreased the image dimensions to 14x14 and it's aligned now!

gezuvor 10-03-2011 09:04 PM

I was also having a problem with the image not showing. Plus, I didn't want two IP icons on each post, so I did the following:

In postbit_proxyip, I found the following:
Code:

        <vb:if condition="($post[proxyip] == '')">
                <a class="ip" href="postings.php?{vb:raw session.sessionurl}do=getip&amp;p={vb:raw post.postid}" title="{vb:rawphrase ip}: {vb:raw post.ip}">&nbsp;</a>
        <vb:else />

And replaced it with this:
Code:

        <vb:if condition="($post[proxyip] == '')">
                <a class="ip" href="http://www.infosniper.net/index.php?ip_address={vb:raw post.ip}&map_source=1&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=7" target="_blank" title="{vb:rawphrase ip}: {vb:raw post.ip}">&nbsp;</a>
        <vb:else />

It is not an elegant (or permanent) solution, but it basically does the same thing. Hopefully the coder will show up and help us all out with this!

exhibitionpoult 11-27-2011 09:47 PM

Anyone know where the style is to make the 'lookup ip' box wider.

bosanci28 11-28-2011 04:28 AM

1 Attachment(s)
i am having the same problem images not showing right ,look at the screens...

not working in 4.1.8 !

spillage 11-11-2012 06:36 PM

Working on 4.2.0 PL3


All times are GMT. The time now is 05:20 AM.

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.01243 seconds
  • Memory Usage 1,727KB
  • 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
  • (2)bbcode_code_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
  • (9)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